|
Overture
Version 25
|
#include "Oges.h"#include "SparseRep.h"#include "OgesParameters.h"#include "EquationSolver.h"#include "CompositeGridOperators.h"#include "display.h"#include "ParallelUtility.h"#include "MultigridCompositeGrid.h"
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) |
| #define CGESER EXTERN_C_NAME(cgeser) |
| #define D1MACH EXTERN_C_NAME(d1mach) |
| #define ForBoundary | ( | side, | |
| axis | |||
| ) |
Referenced by Oges::setEquationAndBoundaryConditions().
| #define GET_PUT_LIST | ( | getPut | ) |
| #define OGES_MAT_VECT EXTERN_C_NAME(ogesmatvect) |
Referenced by Oges::matrixVectorMultiply().
| #define OGES_RESIDUAL EXTERN_C_NAME(ogesresidual) |
Referenced by Oges::computeResidual().
| #define R1MACH EXTERN_C_NAME(r1mach) |
Referenced by Oges::setEquationAndBoundaryConditions().
| 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 | ) |
1.8.3