| 
    
    
     fvbaseconstraints.hh   
Go to the documentation of this file. 
bool isConstraint(int eqIdx) const  Returns true if constraints for given equation have been specified.  Definition: fvbaseconstraints.hh:97 bool isConstraint() const  Returns true if constraints for any equation have been specified.  Definition: fvbaseconstraints.hh:83 void setConstraint(int eqIdx, int pvIdx, Scalar value) Set a constraint for single equation.  Definition: fvbaseconstraints.hh:124 #define GET_PROP_VALUE(TypeTag, PropTagName) Access the value attribute of a property for a type tag.  Definition: propertysystem.hh:468 #define GET_PROP_TYPE(TypeTag, PropTagName) Access the type attribute of a property for a type tag.  Definition: propertysystem.hh:485 unsigned pvToEqIndex(unsigned pvIdx) const  Returns the index of the equation which should be used to constrain the pvIdx's primary variable... Definition: fvbaseconstraints.hh:157 unsigned eqToPvIndex(unsigned eqIdx) const  Returns the index of the primary variable for which a given equation should be used as a constraint... Definition: fvbaseconstraints.hh:167 Definition: baseauxiliarymodule.hh:35 void setAllConstraint() Set all to be constraint.  Definition: fvbaseconstraints.hh:105 void setConstraint(int eqIdx, int pvIdx) Set a constraint for single equation.  Definition: fvbaseconstraints.hh:139 void reset() Reset the constraints types.  Definition: fvbaseconstraints.hh:69 Provides the magic behind the eWoms property system.  Class to specify constraints for a finite volume spatial discretization.  Definition: fvbaseconstraints.hh:45  |