CArl
Code Arlequin / C++ implementation
ext_solver_libmesh_enums.h
Go to the documentation of this file.
1 /*
2  * ext_solver_libmesh_enums.h
3  *
4  * Created on: Apr 17, 2017
5  * Author: Thiago Milanetto Schlittler
6  */
7 
8 #ifndef EXT_SOLVER_LIBMESH_ENUMS_H_
9 #define EXT_SOLVER_LIBMESH_ENUMS_H_
10 
12 
15  NO_WEIGHT = 0,
16  MACRO = 1,
17  MICRO = 2
18 };
19 
22 {
23  MIN_Z = 1,
24  MIN_Y = 2,
25  MAX_X = 3,
26  MAX_Y = 4,
27  MIN_X = 5,
28  MAX_Z = 6
29 };
30 
31 #endif /* EXT_SOLVER_LIBMESH_ENUMS_H_ */
boundary_id_cube
Small enumerate defining a cube's boundary ID's.
WeightFunctionSystemType
Enumerate used to define which weight function must be used to assemble the system.