Skip to content
Snippets Groups Projects
Commit ec08bce1 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

add documentation

parent 0b47d16c
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,16 @@ namespace ProcessLib ...@@ -19,6 +19,16 @@ namespace ProcessLib
namespace SmallDeformationWithLIE namespace SmallDeformationWithLIE
{ {
/**
* get data about fracture and matrix elements/nodes from a mesh
*
* @param mesh A mesh which includes fracture elements, i.e. lower-dimensional elements.
* It is assumed that elements forming a fracture have a distinct material ID.
* @param vec_matrix_elements a vector of matrix elements
* @param vec_fracutre_elements a vector of fracture elements
* @param vec_fracutre_matrix_elements a vector of fracture elements and matrix elements connecting to the fracture
* @param vec_fracutre_nodes a vector of fracture element nodes
*/
void getFractureMatrixDataInMesh( void getFractureMatrixDataInMesh(
MeshLib::Mesh const& mesh, MeshLib::Mesh const& mesh,
std::vector<MeshLib::Element*>& vec_matrix_elements, std::vector<MeshLib::Element*>& vec_matrix_elements,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment