
Public Types | |
| typedef V | VertexType |
| typedef V * | VertexHandle |
Public Member Functions | |
| FieldExchanger (DomainCoupler< V > *coupler, std::vector< int >::iterator lGBegin, int nodes) | |
| ~FieldExchanger () | |
| template<int NVAR, typename FT, template< typename > class OP> | |
| void | exchange (FT *field, int fsize) |
Private Attributes | |
| std::vector< int > | _importedNodeIDs |
| DomainCoupler< V > * | _coupler |
Definition at line 29 of file FieldExchanger.hpp.
1.5.1