FreePOOMA
2.4.1
|
Relation functor class setting all guard layers beyond a specified (logically) rectilinear mesh face to a constant value. More...
Classes | |
class | ConstantFaceBC< Dim, T > |
ConstantFaceBC is an Relation functor class. More... | |
struct | RelationFunctorTraits< ConstantFaceBC< Dim, T > > |
Namespaces | |
namespace | Pooma |
Functions | |
template<class Target , class T > | |
void | Pooma::addConstantFaceBC (const Target &f, int face, const T &constant, bool enforceConstantBoundary=false) |
addConstantFaceBC installs ConstantFace boundary conditions on the specified face of every subfield of the Target. | |
template<class Target , class T > | |
void | Pooma::addAllConstantFaceBC (const Target &f, const T &constant, bool enforceConstantBoundary=false) |
addAllConstantFaceBC installs ConstantFace boundary conditions on all of the faces of every subfield of the Target. |
Relation functor class setting all guard layers beyond a specified (logically) rectilinear mesh face to a constant value.