63     outputStrem = fopen(
"targe2.bmf", 
"w");
    67         fprintf( outputStrem, 
"MC-T %e %e %e %e %e %e   %e %e %e\n",
    68                 ielem->giveNode(1)->giveCoordinate(1), ielem->giveNode(1)->giveCoordinate(2),
    69                 ielem->giveNode(2)->giveCoordinate(1), ielem->giveNode(2)->giveCoordinate(2),
    70                 ielem->giveNode(3)->giveCoordinate(1), ielem->giveNode(3)->giveCoordinate(2),
 The base class for all remeshing criteria. 
 
int createInput(Domain *d, TimeStep *tStep)
Creates the mesher input, containing the required mesh density informations. 
 
REGISTER_Mesher(FreemInterface, MPT_FREEM)
 
virtual returnCode createMesh(TimeStep *tStep, int domainNumber, int domainSerNum, Domain **dNew)
Runs the mesh generation, mesh will be written to corresponding domain din file. 
 
virtual double giveRequiredDofManDensity(int num, TimeStep *tStep, int relative=0)=0
Returns the required mesh size n given dof manager. 
 
ErrorEstimator * giveErrorEstimator()
Returns Error Estimator associated to receiver. 
 
#define OOFEM_LOG_INFO(...)
 
virtual RemeshingCriteria * giveRemeshingCrit()=0
Returns reference to associated remeshing criteria. 
 
std::vector< std::unique_ptr< Element > > & giveElements()
 
the oofem namespace is to define a context or scope in which all oofem names are defined. 
 
Class representing solution step.