DataTransferKit - Multiphysics Solution Transfer Services
2.0
|
ClientManager interface. More...
#include <DTK_ClientManager.hpp>
Public Member Functions | |
ClientManager () | |
Constructor. More... | |
virtual | ~ClientManager () |
Destructor. More... | |
virtual Teuchos::RCP< EntitySet > | entitySet () const =0 |
Get the entity set over which the fields are defined. More... | |
virtual Teuchos::RCP< EntityLocalMap > | localMap () const =0 |
Get the local map for entities supporting the function. More... | |
virtual Teuchos::RCP< EntityShapeFunction > | shapeFunction () const =0 |
Get the shape function for entities supporting the function. More... | |
virtual Teuchos::RCP< EntityIntegrationRule > | integrationRule () const =0 |
Get the integration rule for entities supporting the function. More... | |
virtual PredicateFunction | selectFunction () const =0 |
Get the selector function. More... | |
virtual Teuchos::RCP< Field > | field (const std::string &field_name) const =0 |
Get the field for the given string key. More... | |
ClientManager interface.
ClientManager provides a general interface through which clients can provide their client interface implementations.
Definition at line 64 of file DTK_ClientManager.hpp.
|
inline |
Constructor.
Definition at line 70 of file DTK_ClientManager.hpp.
|
inlinevirtual |
Destructor.
Definition at line 75 of file DTK_ClientManager.hpp.
|
pure virtual |
Get the entity set over which the fields are defined.
Implemented in DataTransferKit::STKMeshManager.
|
pure virtual |
Get the local map for entities supporting the function.
Implemented in DataTransferKit::STKMeshManager.
|
pure virtual |
Get the shape function for entities supporting the function.
Implemented in DataTransferKit::STKMeshManager.
|
pure virtual |
Get the integration rule for entities supporting the function.
Implemented in DataTransferKit::STKMeshManager.
|
pure virtual |
Get the selector function.
Implemented in DataTransferKit::STKMeshManager.
|
pure virtual |
Get the field for the given string key.
Implemented in DataTransferKit::STKMeshManager.