MeshKit
1.0
|
#include "meshkit/MKCore.hpp"
#include "meshkit/FBiGeom.hpp"
#include "meshkit/SizingFunctionVar.hpp"
#include "meshkit/ModelEnt.hpp"
#include "TestUtil.hpp"
Go to the source code of this file.
Functions | |
void | meshFBvar () |
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 |
double | fixedPoint [3] = {0., 0., 0.} |
double | a = 0.1 |
double | b = 0.1 |
double | c = 0.1 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 27 of file test_camalmbgeomvar.cpp.
void meshFBvar | ( | ) |
Definition at line 77 of file test_camalmbgeomvar.cpp.
double a = 0.1 |
Definition at line 21 of file test_camalmbgeomvar.cpp.
double b = 0.1 |
Definition at line 21 of file test_camalmbgeomvar.cpp.
double c = 0.1 |
Definition at line 21 of file test_camalmbgeomvar.cpp.
std::string file_name |
Definition at line 18 of file test_camalmbgeomvar.cpp.
double fixedPoint[3] = {0., 0., 0.} |
Definition at line 20 of file test_camalmbgeomvar.cpp.
double mesh_size = 0.3 |
Definition at line 17 of file test_camalmbgeomvar.cpp.
Definition at line 14 of file test_camalmbgeomvar.cpp.
std::string output_file |
Definition at line 19 of file test_camalmbgeomvar.cpp.
bool quadMesh = true |
Definition at line 16 of file test_camalmbgeomvar.cpp.
bool save_mesh = false |
Definition at line 15 of file test_camalmbgeomvar.cpp.