11 #ifndef SYMMETRY_PLANE_H
12 #define SYMMETRY_PLANE_H
42 std::vector<std::pair<array_3d, bool>> GetDestinationSearchNodes(
const size_t MappingId)
override;
Definition: amatrix_interface.h:41
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
Definition: symmetry_base.h:33
std::vector< NodeTypePointer > NodeVectorType
Definition: symmetry_base.h:40
Definition: symmetry_plane.h:33
Matrix mReflectionMatrix
Definition: symmetry_plane.h:53
array_3d mPlanePoint
Definition: symmetry_plane.h:48
NodeVectorType mDestinationNodes
Definition: symmetry_plane.h:52
array_3d mPlaneNormal
Definition: symmetry_plane.h:49
KRATOS_CLASS_POINTER_DEFINITION(SymmetryPlane)
NodeVectorType mOriginNodes
Definition: symmetry_plane.h:51
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21