|
MeshKit
1.0
|
#include "meshkit/MKCore.hpp"#include "meshkit/FBiGeom.hpp"#include "meshkit/SizingFunction.hpp"#include "meshkit/ModelEnt.hpp"#include "TestUtil.hpp"
Go to the source code of this file.
Functions | |
| void | meshFB () |
| int | main (int argc, char **argv) |
Variables | |
| MKCore * | mk |
| bool | save_mesh = false |
| bool | quadMesh = true |
| double | mesh_size = 0.3 |
| std::string | file_name |
| std::string | output_file |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 25 of file test_camalmbgeom.cpp.
| void meshFB | ( | ) |
Definition at line 56 of file test_camalmbgeom.cpp.
| std::string file_name |
Definition at line 18 of file test_camalmbgeom.cpp.
| double mesh_size = 0.3 |
Definition at line 17 of file test_camalmbgeom.cpp.
Definition at line 14 of file test_camalmbgeom.cpp.
| std::string output_file |
Definition at line 19 of file test_camalmbgeom.cpp.
| bool quadMesh = true |
Definition at line 16 of file test_camalmbgeom.cpp.
| bool save_mesh = false |
Definition at line 15 of file test_camalmbgeom.cpp.