I think, that this is obsolete, in this particular test crack is in the volume, so NODES, or BLOCKSET with corner edges is not needed.
if (meshsetMngPtr->checkMeshset(vertexBlockSet, NODESET) &&
meshsetMngPtr->checkMeshset(vertexBlockSet, BLOCKSET))
SETERRQ(PETSC_COMM_SELF, MOFEM_INVALID_DATA,
"There are both BLOCKSET and NODESET with ID equal to input "
"parameter -vertex_block_set");
To avoid this,
[0] <error> --------------------- MoFEM Error Message ---------------------------------------------------
[0] <error> MoFEM version 0.12.1 (MOAB 5.2.0 Petsc Release Version 3.11.3, Jun, 26, 2019 )
[0] <error> MoFEM git commit id dd3b8fb472b0ba2f863ca4b1faf2452065f5e5f0
[0] <error> See
http://mofem.eng.gla.ac.uk/mofem/html/ guidelines_bug_reporting.html for bug reporting.
[0] <error> Write to
https://groups.google.com/forum/#!forum/mofem-group to seek help.
[0] <error> There are both BLOCKSET and NODESET with ID equal to input parameter -vertex_block_set
[0] <error> #1 setFixEdgesAndCorners() line 1184 in /var/jenkins_home/workspace/UMDevelopFracture/extra_module/src/impl/CPMeshCut.cpp
[0] <error> #2 cutMesh() line 1284 in /var/jenkins_home/workspace/UMDevelopFracture/extra_module/src/impl/CPMeshCut.cpp
[0] <error> #3 cutRefineAndSplit() line 2299 in /var/jenkins_home/workspace/UMDevelopFracture/extra_module/src/impl/CPMeshCut.cpp
[1] <error> #4 main() line 238 in /var/jenkins_home/workspace/UMDevelopFracture/extra_module/crack_propagation.cpp
L.