Overture  Version 25
Macros | Functions
Oges.C File Reference
#include "Oges.h"
#include "SparseRep.h"
#include "OgesParameters.h"
#include "EquationSolver.h"
#include "CompositeGridOperators.h"
#include "display.h"
#include "ParallelUtility.h"
#include "MultigridCompositeGrid.h"
Include dependency graph for Oges.C:

Macros

#define ForBoundary(side, axis)
 
#define R1MACH   EXTERN_C_NAME(r1mach)
 
#define D1MACH   EXTERN_C_NAME(d1mach)
 
#define CGESER   EXTERN_C_NAME(cgeser)
 
#define OGES_MAT_VECT   EXTERN_C_NAME(ogesmatvect)
 
#define OGES_RESIDUAL   EXTERN_C_NAME(ogesresidual)
 
#define YY(i2)   (xab[0][1]+dx[1]*(i2-i2a))
 
#define GET_PUT_LIST(getPut)
 

Functions

float R1MACH (const int &i)
 
double D1MACH (const int &i)
 
void OGES_MAT_VECT (const int &n, const real &x, real &y, const int &nelt, const int &ia, const int &ja, const real &a)
 
void OGES_RESIDUAL (const int &n, const real &x, const real &b, real &r, const int &nelt, const int &ia, const int &ja, const real &a)
 

Macro Definition Documentation

#define CGESER   EXTERN_C_NAME(cgeser)
#define D1MACH   EXTERN_C_NAME(d1mach)
#define ForBoundary (   side,
  axis 
)
Value:
for( axis=0; axis<cg.numberOfDimensions(); axis++ ) \
for( side=0; side<=1; side++ )

Referenced by Oges::setEquationAndBoundaryConditions().

#define GET_PUT_LIST (   getPut)
#define OGES_MAT_VECT   EXTERN_C_NAME(ogesmatvect)
#define OGES_RESIDUAL   EXTERN_C_NAME(ogesresidual)

Referenced by Oges::computeResidual().

#define R1MACH   EXTERN_C_NAME(r1mach)
#define YY (   i2)    (xab[0][1]+dx[1]*(i2-i2a))

Function Documentation

double D1MACH ( const int &  i)
void OGES_MAT_VECT ( const int &  n,
const real x,
real y,
const int &  nelt,
const int &  ia,
const int &  ja,
const real a 
)
void OGES_RESIDUAL ( const int &  n,
const real x,
const real b,
real r,
const int &  nelt,
const int &  ia,
const int &  ja,
const real a 
)
float R1MACH ( const int &  i)