MeshKit  1.0
example_fbgeom.cpp File Reference
#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>
Include dependency graph for example_fbgeom.cpp:

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

MKCoremk
bool save_mesh = true
std::string bottom_mesh
std::string top_filename
std::string out_mesh
int nbLayers
std::vector< double > grades

Function Documentation

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.


Variable Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines