Go to the documentation of this file.
36 #ifndef GAMGInterfaceField_H
37 #define GAMGInterfaceField_H
88 (GAMGCp, fineInterface)
98 const bool doTransform,
101 (GAMGCp, doTransform, rank)
120 const bool doTransform,
142 const bool doTransform,
GAMGInterfaceField(const GAMGInterfaceField &)
Disallow default bitwise copy construct.
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches.
lduInterfaceField(const lduInterfaceField &)
Disallow default bitwise copy construct.
static autoPtr< GAMGInterfaceField > New(const GAMGInterface &GAMGCp, const lduInterfaceField &fineInterface)
Return a pointer to a new interface created on freestore given.
Abstract base class for GAMG agglomerated interfaces.
const GAMGInterface & interface() const
Return interface.
Abstract base class for GAMG agglomerated interface fields.
An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields...
void operator=(const GAMGInterfaceField &)
Disallow default bitwise assignment.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
declareRunTimeSelectionTable(autoPtr, GAMGInterfaceField, lduInterfaceField,(const GAMGInterface &GAMGCp, const lduInterfaceField &fineInterface),(GAMGCp, fineInterface))
const GAMGInterface & interface_
Local reference cast into the interface.
TypeName("GAMGInterfaceField")
Runtime type information.