MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
Loading...
Searching...
No Matches
Mesh Member List

This is the complete list of members for Mesh, including all inherited members.

activateNode(int id, bool active_value=true)Meshinline
activateNodes(const vector< int > &id_list, bool active_value=true)Mesh
boundaryMeshprivate
cellDimMeshprivate
configureBoundaries()Meshprivate
createGrid(bool is_two_phase_simulation)Mesh
getBoundary()Meshinline
getCellDimension() constMeshinline
getCellIdbyPosition(const Vector3d &point) constMeshprivate
getContributionNodes(const Vector3d &point, vector< int > &contributionIds) constMesh
getGridCoordinates(const Vector3d &point) constMeshprivate
getIsInsideMesh(const Vector3d &point) constMesh
getMaxLimits() constMeshinline
getMinLimits() constMeshinline
getNodes()Meshinline
getNodesInCell(const Vector3d &point) constMesh
getNumCells() constMeshinline
getNumGhosts() constMeshinline
getNumNodes() constMeshinline
getParentCellIdConstribution(const Vector3d &point) constMeshprivate
getParentNodeCoordinates(const Vector3d &point) constMeshprivate
getTotalCells() constMesh
gridNodesMeshprivate
maxLimitMeshprivate
Mesh()Mesh
minLimitMeshprivate
nCellsMeshprivate
nGhostsMeshprivate
nRowsMeshprivate
setBoundaryRestrictions(vector< Boundary::BoundaryType > restrictions)Mesh
setBoundaryRestrictionsFluid(vector< Boundary::BoundaryType > restrictions)Mesh
setCellDimension(double cell_dimension_x, double cell_dimension_y, double cell_dimension_z)Mesh
setCellDimension(const Vector3d &cell_dimension)Mesh
setNumCells(int number_cells_x, int number_cells_y, int number_cells_z)Mesh
setNumCells(const Vector3i &number_cells)Mesh
setNumGhosts(int ghosts)Mesh
setOrigin(double x, double y, double z)Meshinline
setOrigin(const Vector3d &origin_coordinate)Meshinline
~Mesh()Meshvirtual