Overture  Version 25
Macros | Functions
laplaceFDerivative.C File Reference
#include "MappedGridOperators.h"
#include "xD.h"
Include dependency graph for laplaceFDerivative.C:

Macros

#define h22(n)   h22c[n]
 
#define h42(n)   h42c[n]
 

Functions

void divScalarGradFDerivative (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop)
 
void laplaceFDerivative43 (const realMappedGridFunction &ugf, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop)
 
void laplaceFDerivative42 (const realMappedGridFunction &ugf, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop)
 
void laplaceFDerivative23 (const realMappedGridFunction &ugf, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop)
 
void laplaceFDerivative22 (const realMappedGridFunction &ugf, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop)
 
void laplaceFDerivative (const realMappedGridFunction &ugf, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop)
 

Macro Definition Documentation

#define h22 (   n)    h22c[n]
#define h42 (   n)    h42c[n]

Function Documentation

void divScalarGradFDerivative ( const realMappedGridFunction ugf,
const realMappedGridFunction s,
RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
MappedGridOperators mgop 
)
void laplaceFDerivative ( const realMappedGridFunction ugf,
RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
MappedGridOperators mgop 
)
void laplaceFDerivative22 ( const realMappedGridFunction ugf,
RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
MappedGridOperators mgop 
)
void laplaceFDerivative23 ( const realMappedGridFunction ugf,
RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
MappedGridOperators mgop 
)
void laplaceFDerivative42 ( const realMappedGridFunction ugf,
RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
MappedGridOperators mgop 
)
void laplaceFDerivative43 ( const realMappedGridFunction ugf,
RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  N,
MappedGridOperators mgop 
)