MeshKit
1.0
|
#include <iostream>
#include <sstream>
#include <iomanip>
#include <limits>
#include <cassert>
#include <cmath>
#include <ctime>
#include <vector>
#include "moab/Core.hpp"
#include "MBTagConventions.hpp"
#include "moab/Range.hpp"
#include "moab/Skinner.hpp"
#include "meshkit/gen.hpp"
#include "meshkit/arc.hpp"
#include "meshkit/zip.hpp"
#include "meshkit/cleanup.hpp"
Go to the source code of this file.
Functions | |
ErrorCode | delete_all_edges () |
ErrorCode | prepare_curves (Range &curve_sets, Tag geom_tag, Tag id_tag, Tag merge_tag, double const MERGE_TOL, double const FACET_TOL) |
ErrorCode | remove_failed_loop_and_curve (std::vector< std::vector< EntityHandle > > &skin, std::vector< std::vector< EntityHandle > > &curves, std::vector< int > &curve_ids, std::vector< EntityHandle > &curve_sets, const unsigned int loop, const unsigned int curve) |
ErrorCode | prepare_surfaces (Range &surface_sets, Tag geom_tag, Tag id_tag, Tag normal_tag, Tag merge_tag, const double SME_RESABS_TOL, const double FACET_TOL, const double MERGE_TOL) |
ErrorCode | test_edges () |
int | main (int argc, char **argv) |
ErrorCode delete_all_edges | ( | ) |
Definition at line 41 of file post_process.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 351 of file post_process.cpp.
ErrorCode prepare_curves | ( | Range & | curve_sets, |
Tag | geom_tag, | ||
Tag | id_tag, | ||
Tag | merge_tag, | ||
double const | MERGE_TOL, | ||
double const | FACET_TOL | ||
) |
Definition at line 55 of file post_process.cpp.
ErrorCode prepare_surfaces | ( | Range & | surface_sets, |
Tag | geom_tag, | ||
Tag | id_tag, | ||
Tag | normal_tag, | ||
Tag | merge_tag, | ||
const double | SME_RESABS_TOL, | ||
const double | FACET_TOL, | ||
const double | MERGE_TOL | ||
) |
Definition at line 167 of file post_process.cpp.
ErrorCode remove_failed_loop_and_curve | ( | std::vector< std::vector< EntityHandle > > & | skin, |
std::vector< std::vector< EntityHandle > > & | curves, | ||
std::vector< int > & | curve_ids, | ||
std::vector< EntityHandle > & | curve_sets, | ||
const unsigned int | loop, | ||
const unsigned int | curve | ||
) |
Definition at line 150 of file post_process.cpp.
ErrorCode test_edges | ( | ) |
Definition at line 341 of file post_process.cpp.