| OOFEM
    2.4
    OOFEM.org - Object Oriented Finite Element Solver | 
#include "leplic.h"#include "mathfem.h"#include "timestep.h"#include "geotoolbox.h"#include "node.h"#include "connectivitytable.h"#include "datastream.h"#include "spatiallocalizer.h"#include "contextioerr.h"#include "element.h"#include "dynamicinputrecord.h"#include "engngm.h"Go to the source code of this file.
| Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
| Macros | |
| #define | LEPLIC_ZERO_VOF 1.e-8 | 
| #define | LEPLIC_BRENT_EPS 1.e-8 | 
| #define LEPLIC_BRENT_EPS 1.e-8 | 
Definition at line 50 of file leplic.C.
Referenced by oofem::LEPlic::findCellLineConstant().
| #define LEPLIC_ZERO_VOF 1.e-8 | 
Definition at line 49 of file leplic.C.
Referenced by oofem::LEPlic::doInterfaceRemapping(), and oofem::LEPlic::findCellLineConstant().