#include <iterator>
#include <stk_mesh/base/FieldData.hpp>
#include "Topology_Types.h"
#include "Topology_FractureCriterion.h"
#include "Topology_Utils.h"
Go to the source code of this file.
Classes | |
class | LCM::Topology |
Namespaces | |
namespace | LCM |
Fracture criteria classes are required to have a method called check that takes as argument an entity and returns a bool. |