#include <femparm.h>
Data Fields | |
int | parsed |
FEMparm_CalcType | type |
int | settype |
double | glen [3] |
int | setglen |
double | etol |
int | setetol |
FEMparm_EtolType | ekey |
int | setekey |
FEMparm_EstType | akeyPRE |
int | setakeyPRE |
FEMparm_EstType | akeySOLVE |
int | setakeySOLVE |
int | targetNum |
int | settargetNum |
double | targetRes |
int | settargetRes |
int | maxsolve |
int | setmaxsolve |
int | maxvert |
int | setmaxvert |
|
Adaptive refinment error estimator method for pre-solution refine. Note, this should either be FRT_UNIF or FRT_GEOM. |
|
Adaptive refinment error estimator method for a posteriori solution-based refinement. |
|
Adaptive refinment interpretation of error tolerance |
|
Error tolerance for refinement; interpretation depends on the adaptive refinement method chosen |
|
Domain side lengths (in Å) |
|
Maximum number of solve-estimate-refine cycles |
|
Maximum number of vertices in mesh (ignored if less than zero) |
|
Flag: Has this structure been filled with anything other than * the default values? (0 = no, 1 = yes) |
|
Boolean |
|
Boolean |
|
Boolean |
|
Boolean |
|
Boolean |
|
Boolean |
|
Boolean |
|
Boolean |
|
Boolean |
|
Boolean |
|
Initial mesh will continue to be marked and refined with the method specified by akeyPRE until the mesh contains this many vertices or until targetRes is reached. |
|
Initial mesh will continue to be marked and refined with the method specified by akeyPRE until the mesh contains no markable simplices with longest edges above this size or until targetNum is reached. |
|
Calculation type |