Go to the documentation of this file.
46MesherInterface :: returnCode
47Targe2Interface :: createMesh(
TimeStep *tStep,
int domainNumber,
int domainSerNum,
Domain **dNew)
63 outputStrem = fopen(
"targe2.bmf",
"w");
66 for (
auto &ielem :
domain->giveElements() ) {
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),
#define REGISTER_Mesher(class, type)
ErrorEstimator * giveErrorEstimator()
virtual RemeshingCriteria * giveRemeshingCrit()=0
@ MI_NEEDS_EXTERNAL_ACTION
virtual double giveRequiredDofManDensity(int num, TimeStep *tStep, int relative=0)=0
int createInput(Domain *d, TimeStep *tStep)
Creates the mesher input, containing the required mesh density informations.
#define OOFEM_LOG_INFO(...)
This page is part of the
OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak
Bořek Patzák
Project e-mail:
oofem@fsv.cvut.cz
Generated at for OOFEM by
doxygen
1.15.0 written by Dimitri van Heesch,
© 1997-2011