|
MeshKit
1.0
|
#include <iostream>#include <sstream>#include "meshkit/MKCore.hpp"#include "meshkit/ParallelMesher.hpp"#include "meshkit/SizingFunction.hpp"#include "meshkit/ModelEnt.hpp"
Go to the source code of this file.
Functions | |
| int | load_and_mesh (const char *geom_filename, const char *mesh_filename, const char *options, const double interval_size, const int n_interval, const int rank) |
| int | main (int argc, char *argv[]) |
| int load_and_mesh | ( | const char * | geom_filename, |
| const char * | mesh_filename, | ||
| const char * | options, | ||
| const double | interval_size, | ||
| const int | n_interval, | ||
| const int | rank | ||
| ) |
Definition at line 134 of file example_parallelmesher.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 33 of file example_parallelmesher.cpp.