25 o <<
"************" << std::endl;
26 o <<
"a_fcriteria:" << std::endl;
27 o <<
"************" << std::endl;
28 o <<
"This class implement a resistance criterion to be assigned to face(s) of block(s) of a structure" << std::endl;
29 o <<
"ok 'a_face': return true if forces on the face are acceptable" << std::endl;
30 o <<
"verysmall: return small value used for calculation (default: 1.e-6)" << std::endl;
31 o <<
"verysmall 'val': set small value used for calculation" << std::endl;
32 o <<
"penalty 'a_face': return the penalty value of a face (0 if ok)" << std::endl;
34 o <<
"This specific class is a parent class," << std::endl;
35 o <<
"it always returns ok, it has to be overriden to produce interesting results" << std::endl;
static const std::string help()
get information about the class