MeshKit
1.0
|
#include "meshkit/MKCore.hpp"
#include "meshkit/EdgeMesher.hpp"
#include "meshkit/SizingFunction.hpp"
#include "meshkit/ModelEnt.hpp"
#include "meshkit/Matrix.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
const int | NUM_INTERVALS = 10 |
const int | INTERVAL_SIZE = -1 |
const bool | save_mesh = true |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 36 of file example_edgemesher.cpp.
const int INTERVAL_SIZE = -1 |
Definition at line 27 of file example_edgemesher.cpp.
const int NUM_INTERVALS = 10 |
Definition at line 26 of file example_edgemesher.cpp.
const bool save_mesh = true |
Definition at line 28 of file example_edgemesher.cpp.