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