#include <cassert>
#include "Teuchos_ScalarTraits.hpp"
#include "Topology_Types.h"
Go to the source code of this file.
Classes | |
class | LCM::AbstractFractureCriterion |
Base class for fracture criteria. More... | |
class | LCM::FractureCriterionRandom |
Random fracture criterion given a probability of failure. More... | |
Namespaces | |
namespace | LCM |
Fracture criteria classes are required to have a method called check that takes as argument an entity and returns a bool. |