escript
Revision_
|
#include <NodeMapping.h>
Public Member Functions | |
void | clear () |
resets both map and target. More... | |
void | assign (const std::vector< index_t > &theTarget, index_t unused) |
dim_t | getNumTargets () const |
returns the number of target nodes (number of items in the map array) More... | |
Public Attributes | |
std::vector< index_t > | target |
target[i] defines the target of FEM node i=0,...,numNodes-1 More... | |
std::vector< index_t > | map |
maps the target nodes back to the FEM nodes: target[map[i]]=i More... | |
|
inline |
initializes a node mapping. The target array is copied and a reverse map created. theTarget[i]=unused means that no target is defined for FEM node i.
|
inline |
returns the number of target nodes (number of items in the map array)
Referenced by finley::NodeFile::getNumDegreesOfFreedomTargets(), finley::NodeFile::getNumReducedDegreesOfFreedomTargets(), and finley::NodeFile::getNumReducedNodes().
std::vector<index_t> finley::NodeMapping::map |
maps the target nodes back to the FEM nodes: target[map[i]]=i
Referenced by finley::NodeFile::borrowDegreesOfFreedomTarget(), finley::NodeFile::borrowNodesTarget(), finley::NodeFile::borrowReducedDegreesOfFreedomTarget(), finley::NodeFile::borrowReducedNodesTarget(), and clear().
std::vector<index_t> finley::NodeMapping::target |
target[i] defines the target of FEM node i=0,...,numNodes-1
Referenced by finley::NodeFile::borrowTargetDegreesOfFreedom(), finley::NodeFile::borrowTargetNodes(), finley::NodeFile::borrowTargetReducedDegreesOfFreedom(), finley::NodeFile::borrowTargetReducedNodes(), and clear().