|
| CouplingGeometryLocalSystem (GeometryPointerType pGeom, const bool IsProjection, const bool IsDualMortar, const bool IsDestinationIsSlave) |
|
void | CalculateAll (MatrixType &rLocalMappingMatrix, EquationIdVectorType &rOriginIds, EquationIdVectorType &rDestinationIds, MapperLocalSystem::PairingStatus &rPairingStatus) const override |
|
CoordinatesArrayType & | Coordinates () const override |
|
MapperLocalSystemUniquePointer | Create (GeometryPointerType pGeometry) const override |
|
void | PairingInfo (std::ostream &rOStream, const int EchoLevel) const override |
| Turn back information as a string. More...
|
|
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 bool | IsDoneSearching () const |
|
virtual MapperLocalSystemUniquePointer | Create (NodePointerType pNode) const |
|
virtual void | Clear () |
|
PairingStatus | GetPairingStatus () const |
|
virtual void | SetPairingStatusForPrinting () |
|
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...
|
|