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

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)

Function Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines