mmc_highorder.h
1 /***************************************************************************/
32 #ifndef _MCEXTREME_LOGISTIC_RAND_H
33 #define _MCEXTREME_LOGISTIC_RAND_H
34 
35 #ifdef __cplusplus
36  extern "C"
37 #endif
38 void mesh_10nodetet(tetmesh* mesh, mcconfig* cfg);
39 
40 #endif
This structure defines the problem settings (domain, filenames, session)
Definition: mmc_utils.h:184
Basic FEM mesh data structrure.
Definition: mmc_mesh.h:90