Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
SimplexTemplateRefiner.cpp File Reference
#include "SimplexTemplateRefiner.hpp"
#include "EdgeSizeEvaluator.hpp"
#include "RefinerTagManager.hpp"
#include "moab/Interface.hpp"
#include <iostream>
#include <stack>
+ Include dependency graph for SimplexTemplateRefiner.cpp:

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define MB_TESSELLATOR_INCR_CASE_COUNT(cs)
#define MB_TESSELLATOR_INCR_SUBCASE_COUNT(cs, sc)

Variables

static double MBVertexParametric [] = { 0., 0., 0. }
static double MBEdgeParametric [] = { 0., 0., 0., 1., 0., 0. }
static double MBTriParametric [] = { 0., 0., 0., 1., 0., 0., 0., 1., 0. }
static double MBTetParametric [] = { 0., 0., 0., 1., 0., 0., 0., 1., 0., 0., 0., 1. }

Define Documentation

#define MB_TESSELLATOR_INCR_SUBCASE_COUNT (   cs,
  sc 
)

Variable Documentation

double MBEdgeParametric[] = { 0., 0., 0., 1., 0., 0. } [static]
double MBTetParametric[] = { 0., 0., 0., 1., 0., 0., 0., 1., 0., 0., 0., 1. } [static]
double MBTriParametric[] = { 0., 0., 0., 1., 0., 0., 0., 1., 0. } [static]
double MBVertexParametric[] = { 0., 0., 0. } [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines