|
Overture
Version 25
|
#include "Overture.h"
Macros | |
| #define | CGNRST EXTERN_C_NAME(cgnrst) |
| #define | CGNRSC EXTERN_C_NAME(cgnrsc) |
| #define | NRM(axis, grid) ( gc[grid].indexRange()(End,axis)-gc[grid].indexRange()(Start,axis) ) |
| #define | MODR(i, axis, grid) |
| #define | INVERSE_CENTER_DERIVATIVE(i1, i2, i3, m, n) inverseCenterDerivative(i1,i2,i3,(m)+numberOfDimensions*(n)) |
| #define | CENTER_DERIVATIVE(i1, i2, i3, m, n) centerDerivative(i1,i2,i3,(m)+numberOfDimensions*(n)) |
| #define | XR(i1, i2, i3, m, n) centerDerivative(i1,i2,i3,m+numberOfDimensions*(n)) |
Functions | |
| void | CGNRST (const int &ndra, const int &ndrb, const int &ndsa, const int &ndsb, int &mrsab, const real &xy, real &x, real &y, int &ip, int &jp, real &distmn) |
| void | CGNRSC (const int &ndra, const int &ndrb, const int &ndsa, const int &ndsb, int &mrsab, const real &xy, real &x, real &y, int &ip, int &jp, real &distmn) |
| int | xInterpolate (const int numberOfPointsToInterpolate, const IntegerArray &componentsToInterpolate, const RealArray &positionToInterpolate, IntegerArray &indexGuess, RealArray &uInterpolated, const realGridCollectionFunction &u, const GridCollection &gc, const int intopt) |
| #define CENTER_DERIVATIVE | ( | i1, | |
| i2, | |||
| i3, | |||
| m, | |||
| n | |||
| ) | centerDerivative(i1,i2,i3,(m)+numberOfDimensions*(n)) |
Referenced by xInterpolate().
| #define CGNRSC EXTERN_C_NAME(cgnrsc) |
| #define CGNRST EXTERN_C_NAME(cgnrst) |
| #define INVERSE_CENTER_DERIVATIVE | ( | i1, | |
| i2, | |||
| i3, | |||
| m, | |||
| n | |||
| ) | inverseCenterDerivative(i1,i2,i3,(m)+numberOfDimensions*(n)) |
Referenced by xInterpolate().
| #define MODR | ( | i, | |
| axis, | |||
| grid | |||
| ) |
Referenced by xInterpolate().
| #define NRM | ( | axis, | |
| grid | |||
| ) | ( gc[grid].indexRange()(End,axis)-gc[grid].indexRange()(Start,axis) ) |
| void CGNRSC | ( | const int & | ndra, |
| const int & | ndrb, | ||
| const int & | ndsa, | ||
| const int & | ndsb, | ||
| int & | mrsab, | ||
| const real & | xy, | ||
| real & | x, | ||
| real & | y, | ||
| int & | ip, | ||
| int & | jp, | ||
| real & | distmn | ||
| ) |
| void CGNRST | ( | const int & | ndra, |
| const int & | ndrb, | ||
| const int & | ndsa, | ||
| const int & | ndsb, | ||
| int & | mrsab, | ||
| const real & | xy, | ||
| real & | x, | ||
| real & | y, | ||
| int & | ip, | ||
| int & | jp, | ||
| real & | distmn | ||
| ) |
| int xInterpolate | ( | const int | numberOfPointsToInterpolate, |
| const IntegerArray & | componentsToInterpolate, | ||
| const RealArray & | positionToInterpolate, | ||
| IntegerArray & | indexGuess, | ||
| RealArray & | uInterpolated, | ||
| const realGridCollectionFunction & | u, | ||
| const GridCollection & | gc, | ||
| const int | intopt | ||
| ) |
References axis1, axis2, axis3, center, CENTER_DERIVATIVE, CGNRST, debug, dimension, dr, dx, End, fabs(), FALSE, gridIndexRange, indexRange, INVERSE_CENTER_DERIVATIVE, ip, ip1, isPeriodic, mask, max(), min(), MODR, mrsab, Overture::nullRealArray(), GenericGridCollection::numberOfComponentGrids(), GridCollection::numberOfDimensions(), Start, TRUE, GenericGrid::unstructuredGrid, x, and XR.
1.8.3