35 #ifndef dummylocalizer_h 36 #define dummylocalizer_h 63 virtual int init(
bool force =
false);
67 virtual GaussPoint *giveClosestIP(
const FloatArray &coords,
int region,
bool iCohesiveZoneGP =
false);
70 virtual Node *giveNodeClosestToPoint(
const FloatArray &coords,
double maxDist);
72 virtual const char *
giveClassName()
const {
return "DummySpatialLocalizer"; }
75 #endif // dummylocalizer_h The base class for all spatial localizers.
Abstract base class for all finite elements.
Class implementing an array of integers.
std::list< int > nodeContainerType
Typedefs to introduce the container type for nodal numbers, returned by some services.
std::vector< IntArray > region_elements
virtual ~DummySpatialLocalizer()
Destructor.
virtual const char * giveClassName() const
Class representing vector of real numbers.
The dummy implementation of spatial localizer based on traversing the whole domain.
the oofem namespace is to define a context or scope in which all oofem names are defined.
DummySpatialLocalizer(Domain *d)
Constructor.
Class implementing node in finite element mesh.
Class representing integration point in finite element program.