File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ class CrackMeshCut3DUserObject : public MeshCutUserObjectBase
249249 /* *
250250 * Determine initial crack front nodes from cutter mesh
251251 */
252- void initialCrackFrontNodes ();
252+ void initializeCrackFrontNodes ();
253253
254254 /* *
255255 Parsed functions of front growth
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ CrackMeshCut3DUserObject::CrackMeshCut3DUserObject(const InputParameters & param
113113 findBoundaryEdges ();
114114 sortBoundaryNodes ();
115115 findActiveBoundaryNodes ();
116- initialCrackFrontNodes ();
116+ initializeCrackFrontNodes ();
117117 }
118118 // test element type; only tri3 elements are allowed
119119 for (const auto & cut_elem : _cutter_mesh -> element_ptr_range ())
@@ -570,7 +570,7 @@ CrackMeshCut3DUserObject::sortBoundaryNodes()
570570}
571571
572572void
573- CrackMeshCut3DUserObject ::initialCrackFrontNodes ()
573+ CrackMeshCut3DUserObject ::initializeCrackFrontNodes ()
574574{
575575 _tracked_crack_front_points .clear ();
576576 _tracked_crack_front_points .assign (_active_boundary [0 ].rbegin (), _active_boundary [0 ].rend ());
You can’t perform that action at this time.
0 commit comments