MeshKit
1.0
|
#include "meshkit/MKCore.hpp"
#include "meshkit/MeshOp.hpp"
#include "meshkit/ModelEnt.hpp"
#include "meshkit/PostBL.hpp"
#include "TestUtil.hpp"
#include "meshkit/SizingFunction.hpp"
#include "meshkit/CopyGeom.hpp"
Go to the source code of this file.
Functions | |
void | test_PostBL_default (int argc, char **argv) |
int | main (int argc, char *argv[]) |
Variables | |
MKCore * | mk |
int main | ( | int | argc, |
char * | argv[] | ||
) |
run the default test case
Definition at line 22 of file test_postbl.cpp.
void test_PostBL_default | ( | int | argc, |
char ** | argv | ||
) |
create a model entity vector for construting PostBL meshop, note that model entities(mesh) input for PostBL meshop is read from a file.
construct the meshop and set name
setup and execute PostBL graph node, point the executable to PostBL input file,
Definition at line 31 of file test_postbl.cpp.
Definition at line 18 of file test_postbl.cpp.