Overture  Version 25
Classes | Macros | Functions
AdvancingFront.C File Reference
#include <iostream>
#include "AdvancingFront.h"
#include "Geom.h"
#include "interpPoints.h"
#include "MappingProjectionParameters.h"
#include "CompositeSurface.h"
#include "MeshQuality.h"
Include dependency graph for AdvancingFront.C:

Classes

struct  faceAddition
 

Macros

#define debug_af   false
 

Functions

void exactinit ()
 
void idealVertexIteration (ArraySimple< real > &faceVerts, ArraySimple< real > &pIdeal, real delta)
 
int AdvancingFront:: insertFace (const ArraySimple< int > &vertexIDs, int z1, int z2)
 
bool AdvancingFront:: makeTriTetFromNewVertex (const Face &currentFace, int newElementID, ArraySimple< real > &new_candidates, vector< int > &local_nodes)
 
bool AdvancingFront:: isFaceConsistent (const ArraySimple< int > &newFace, const Face &face)
 
bool AdvancingFront:: isFaceConsistent (const ArraySimple< real > &newFace, const Face &face)
 

Macro Definition Documentation

#define debug_af   false

Function Documentation

void exactinit ( )

Referenced by Overture::start().

void idealVertexIteration ( ArraySimple< real > &  faceVerts,
ArraySimple< real > &  pIdeal,
real  delta 
)
int AdvancingFront:: insertFace ( const ArraySimple< int > &  vertexIDs,
int  z1,
int  z2 
)
bool AdvancingFront:: isFaceConsistent ( const ArraySimple< int > &  newFace,
const Face face 
)
bool AdvancingFront:: isFaceConsistent ( const ArraySimple< real > &  newFace,
const Face face 
)

References getCPU(), and Face::getID().

bool AdvancingFront:: makeTriTetFromNewVertex ( const Face currentFace,
int  newElementID,
ArraySimple< real > &  new_candidates,
vector< int > &  local_nodes 
)