|
| BarycentricLocalSystem (NodePointerType pNode) |
|
void | CalculateAll (MatrixType &rLocalMappingMatrix, EquationIdVectorType &rOriginIds, EquationIdVectorType &rDestinationIds, MapperLocalSystem::PairingStatus &rPairingStatus) const override |
|
CoordinatesArrayType & | Coordinates () const override |
|
MapperLocalSystemUniquePointer | Create (NodePointerType pNode) const override |
|
void | PairingInfo (std::ostream &rOStream, const int EchoLevel) const override |
|
void | SetPairingStatusForPrinting () override |
|
bool | IsDoneSearching () const override |
|
virtual | ~MapperLocalSystem ()=default |
| Destructor. More...
|
|
void | EquationIdVectors (EquationIdVectorType &rOriginIds, EquationIdVectorType &rDestinationIds) |
|
void | CalculateLocalSystem (MatrixType &rLocalMappingMatrix, EquationIdVectorType &rOriginIds, EquationIdVectorType &rDestinationIds) const |
|
void | ResizeToZero (MatrixType &rLocalMappingMatrix, EquationIdVectorType &rOriginIds, EquationIdVectorType &rDestinationIds, MapperLocalSystem::PairingStatus &rPairingStatus) const |
| Resizing the output if no InterfaceInfo is available This function resizes the system vectors to zero and also sets that no valid Information from the other side could be found to compute the local system. More...
|
|
void | AddInterfaceInfo (MapperInterfaceInfoPointerType pInterfaceInfo) |
|
bool | HasInterfaceInfo () const |
|
bool | HasInterfaceInfoThatIsNotAnApproximation () const |
|
virtual MapperLocalSystemUniquePointer | Create (GeometryPointerType pGeometry) const |
|
virtual void | Clear () |
|
PairingStatus | GetPairingStatus () const |
|
virtual std::string | Info () const |
| Turn back information as a string. More...
|
|
virtual void | PrintInfo (std::ostream &rOStream) const |
| Print information about this object. More...
|
|
virtual void | PrintData (std::ostream &rOStream) const |
| Print object's data. More...
|
|
| KRATOS_CLASS_POINTER_DEFINITION (MapperLocalSystem) |
| Pointer definition of MapperLocalSystem. More...
|
|