8303  
8304  
8305  
8306 +
8307 +
8308  
8309 +
8310 +
8311  
8312 +
8313 +
8314  
8315  
8316  
8317 +
8318  
8319  
8320  
 
       | 
      
            }
  }
  // Changing near-tip enrichment requires repeating the solution, even if the mesh is not updated
  bool crack_front_advanced = false;
  if (!updated)
  {
    crack_front_advanced = _xfem->didNearTipEnrichmentChange();
    if (crack_front_advanced)
      _console << "\nXFEM update complete: Mesh not modified but advancing crack changed near-tip "
                  "enrichment"
               << std::endl;
    else
      _console << "\nXFEM update complete: Mesh not modified" << std::endl;
  }
  return (updated || crack_front_advanced);
}
void
       |