#include "Utilities/NoInit.h"
#include "Utilities/PAssert.h"
#include "Field/Relations/Relations.h"
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. |