#include "Utilities/NoInit.h"
#include "Utilities/PAssert.h"
#include "Field/Relations/Relations.h"
Classes | |
class | PosReflectFaceBC< Dim > |
PosReflectFaceBC is an Relation functor class. More... | |
struct | RelationFunctorTraits< PosReflectFaceBC< Dim > > |
Namespaces | |
namespace | Pooma |
Functions | |
template<class Target > | |
void | Pooma::addPosReflectFaceBC (const Target &f, int face, bool enforceZeroBoundary=false) |
addPosReflectFaceBC installs PosReflectFace boundary conditions on the specified face of every subfield of the Target. | |
template<class Target > | |
void | Pooma::addAllPosReflectFaceBC (const Target &f, bool enforceZeroBoundary=false) |
addAllPosReflectFaceBC installs PosReflectFace boundary conditions on all of the faces of every subfield of the Target. |