|
MeshKit
1.0
|
#include "meshkit/MKCore.hpp"#include "meshkit/TFIMapping.hpp"#include "meshkit/SizingFunction.hpp"#include "meshkit/ModelEnt.hpp"#include "meshkit/Matrix.hpp"#include "meshkit/EdgeMesher.hpp"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const int | NUM_INTERVALS = 3 |
| const int | INTERVAL_SIZE = -1 |
| const bool | save_mesh = true |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 39 of file example_tfimapping.cpp.
| const int INTERVAL_SIZE = -1 |
Definition at line 30 of file example_tfimapping.cpp.
| const int NUM_INTERVALS = 3 |
Definition at line 29 of file example_tfimapping.cpp.
| const bool save_mesh = true |
Definition at line 31 of file example_tfimapping.cpp.