MeshKit
1.0
|
#include "meshkit/MKCore.hpp"
#include "meshkit/SizingFunction.hpp"
#include "meshkit/ModelEnt.hpp"
#include "TestUtil.hpp"
Go to the source code of this file.
Functions | |
void | meshFB2 () |
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 |
Test the mesh based geometry in meshkit, without FBiGeom instance in test
Definition in file test_camalmb2.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 24 of file test_camalmb2.cpp.
void meshFB2 | ( | ) |
Definition at line 56 of file test_camalmb2.cpp.
std::string file_name |
Definition at line 17 of file test_camalmb2.cpp.
double mesh_size = 0.3 |
Definition at line 16 of file test_camalmb2.cpp.
Definition at line 13 of file test_camalmb2.cpp.
std::string output_file |
Definition at line 18 of file test_camalmb2.cpp.
bool quadMesh = true |
Definition at line 15 of file test_camalmb2.cpp.
bool save_mesh = false |
Definition at line 14 of file test_camalmb2.cpp.