Overture  Version 25
Macros | Functions
GridSmoother.C File Reference
#include "GridSmoother.h"
#include "arrayGetIndex.h"
#include "EquiDistribute.h"
#include "display.h"
#include "MappingInformation.h"
#include "ReductionMapping.h"
#include "DataPointMapping.h"
#include "GenericGraphicsInterface.h"
#include "CompositeSurface.h"
#include "MatchingCurve.h"
Include dependency graph for GridSmoother.C:

Macros

#define ellipticSmooth   EXTERN_C_NAME(ellipticsmooth)
 
#define fixedControlFunctions   EXTERN_C_NAME(fixedcontrolfunctions)
 
#define smoothSurfaceNormals   EXTERN_C_NAME(smoothsurfacenormals)
 

Functions

void ellipticSmooth (const int &md, const int &nd, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &n1a, const int &n1b, const int &n1c, const int &n2a, const int &n2b, const int &n2c, const int &n3a, const int &n3b, const int &n3c, const real &omega, real &u, const real &source, const real &normal, const int &ipar, const real &rpar)
 
void fixedControlFunctions (const int &md, const int &nd, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &n1a, const int &n1b, const int &n1c, const int &n2a, const int &n2b, const int &n2c, const int &n3a, const int &n3b, const int &n3c, real &f, const real &dr, const int &ndipar, const int &ndrpar, const int &npar, const int &ipar, const real &rpar)
 
void smoothSurfaceNormals (const int &nd, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, const int &nit, const real &omega, real &normal, real &normal2)
 

Macro Definition Documentation

#define ellipticSmooth   EXTERN_C_NAME(ellipticsmooth)

Referenced by GridSmoother::smooth().

#define fixedControlFunctions   EXTERN_C_NAME(fixedcontrolfunctions)

Referenced by GridSmoother::smooth().

#define smoothSurfaceNormals   EXTERN_C_NAME(smoothsurfacenormals)

Function Documentation

void ellipticSmooth ( const int &  md,
const int &  nd,
const int &  nd1a,
const int &  nd1b,
const int &  nd2a,
const int &  nd2b,
const int &  nd3a,
const int &  nd3b,
const int &  n1a,
const int &  n1b,
const int &  n1c,
const int &  n2a,
const int &  n2b,
const int &  n2c,
const int &  n3a,
const int &  n3b,
const int &  n3c,
const real omega,
real u,
const real source,
const real normal,
const int &  ipar,
const real rpar 
)
void fixedControlFunctions ( const int &  md,
const int &  nd,
const int &  nd1a,
const int &  nd1b,
const int &  nd2a,
const int &  nd2b,
const int &  nd3a,
const int &  nd3b,
const int &  n1a,
const int &  n1b,
const int &  n1c,
const int &  n2a,
const int &  n2b,
const int &  n2c,
const int &  n3a,
const int &  n3b,
const int &  n3c,
real f,
const real dr,
const int &  ndipar,
const int &  ndrpar,
const int &  npar,
const int &  ipar,
const real rpar 
)
void smoothSurfaceNormals ( const int &  nd,
const int &  nd1a,
const int &  nd1b,
const int &  nd2a,
const int &  nd2b,
const int &  nd3a,
const int &  nd3b,
const int &  n1a,
const int &  n1b,
const int &  n2a,
const int &  n2b,
const int &  n3a,
const int &  n3b,
const int &  nit,
const real omega,
real normal,
real normal2 
)