Short class definition.
More...
#include <shared_points_mapper.h>
|
|
| KRATOS_CLASS_POINTER_DEFINITION (SharedPointsMapper) |
| Counted pointer of SharedPointsMapper. More...
|
|
|
| SharedPointsMapper (const ModelPart::NodesContainerType &OriginNodes, const ModelPart::NodesContainerType &DestinationNodes, double tol=1e-9) |
| Constructor with given array of Nodes. More...
|
|
virtual | ~SharedPointsMapper () |
| Destructor. More...
|
|
|
void | ScalarMap (const Variable< double > &rOriginVariable, const Variable< double > &rDestinationVariable) |
|
void | InverseScalarMap (const Variable< double > &rOriginVariable, const Variable< double > &rDestinationVariable) |
|
void | VectorMap (const Variable< array_1d< double, 3 > > &rOriginVariable, const Variable< array_1d< double, 3 > > &rDestinationVariable) |
|
void | InverseVectorMap (const Variable< array_1d< double, 3 > > &rOriginVariable, const Variable< array_1d< double, 3 > > &rDestinationVariable) |
|
|
virtual void | PrintInfo (std::ostream &OStream) const |
| Print information about this object. More...
|
|
virtual void | PrintData (std::ostream &OStream) const |
| Print object's data. More...
|
|
Short class definition.
Detail class definition.
◆ SharedPointsMapper()
Constructor with given array of Nodes.
◆ ~SharedPointsMapper()
virtual Kratos::SharedPointsMapper::~SharedPointsMapper |
( |
| ) |
|
|
inlinevirtual |
◆ InverseScalarMap()
void Kratos::SharedPointsMapper::InverseScalarMap |
( |
const Variable< double > & |
rOriginVariable, |
|
|
const Variable< double > & |
rDestinationVariable |
|
) |
| |
|
inline |
◆ InverseVectorMap()
◆ KRATOS_CLASS_POINTER_DEFINITION()
◆ PrintData()
virtual void Kratos::SharedPointsMapper::PrintData |
( |
std::ostream & |
OStream | ) |
const |
|
inlinevirtual |
◆ PrintInfo()
virtual void Kratos::SharedPointsMapper::PrintInfo |
( |
std::ostream & |
OStream | ) |
const |
|
inlinevirtual |
Print information about this object.
◆ ScalarMap()
◆ VectorMap()
◆ mDestinationNodes
◆ mOriginNodes
The documentation for this class was generated from the following file:
- /home/runner/work/Documentation/Documentation/master/applications/FSIApplication/custom_utilities/shared_points_mapper.h