MIDAS  0.75
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
module_t3d.h
Go to the documentation of this file.
1 #ifndef MIDAS_MODULE_T3D_H
2 #define MIDAS_MODULE_T3D_H
3 
4 #include "alias.h"
5 
6 
13 namespace midaspace {
14 
15 void mesh_generate_T3d (const Problem *pd, const char *solver, const char *options_string);
16 
17 } // namespace midaspace
18 
19 #endif // MIDAS_MODULE_T3D_H
Alias.
void mesh_generate_T3d(const Problem *pd, const char *solver, const char *options_string)
Definition: module_t3d.cpp:19