|
MeshKit
1.0
|
#include "meshkit/MKCore.hpp"#include "meshkit/FBiGeom.hpp"#include "meshkit/SizingFunction.hpp"#include "meshkit/ModelEnt.hpp"#include "stdlib.h"#include <iostream>#include <sstream>#include <fstream>#include <math.h>#include <assert.h>#include <string.h>#include <stdio.h>#include <time.h>#include "moab/CartVect.hpp"#include "moab/Interface.hpp"#include "moab/Skinner.hpp"#include <vector>
Go to the source code of this file.
Functions | |
| bool | create_a_set_with_tag_value (iMesh_Instance meshIface, iBase_EntityHandle *ents, int num_ents, char *tag_name, int size_name_tag, int value, iBase_EntitySetHandle &mesh_set) |
| int | main (int argc, char *argv[]) |
Variables | |
| MKCore * | mk |
| bool | save_mesh = true |
| std::string | bottom_mesh |
| std::string | top_filename |
| std::string | out_mesh |
| int | nbLayers |
| std::vector< double > | grades |
| bool create_a_set_with_tag_value | ( | iMesh_Instance | meshIface, |
| iBase_EntityHandle * | ents, | ||
| int | num_ents, | ||
| char * | tag_name, | ||
| int | size_name_tag, | ||
| int | value, | ||
| iBase_EntitySetHandle & | mesh_set | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 49 of file example_fbgeom.cpp.
| std::string bottom_mesh |
Definition at line 39 of file example_fbgeom.cpp.
| std::vector<double> grades |
Definition at line 43 of file example_fbgeom.cpp.
Definition at line 36 of file example_fbgeom.cpp.
| int nbLayers |
Definition at line 42 of file example_fbgeom.cpp.
| std::string out_mesh |
Definition at line 41 of file example_fbgeom.cpp.
| bool save_mesh = true |
Definition at line 37 of file example_fbgeom.cpp.
| std::string top_filename |
Definition at line 40 of file example_fbgeom.cpp.