|
Overture
Version 25
|
#include "GenericMappedGridOperators.h"#include "SparseRep.h"#include "GridFunctionParameters.h"#include "display.h"#include "ParallelUtility.h"#include "AssignInterpNeighbours.h"
Macros | |
| #define | FUNCTION(type) |
| #define | FUNCTION_COEFFICIENTS(type) |
| #define | SCALAR_FUNCTION(type) |
| #define | SCALAR_FUNCTION_COEFFICIENTS(type) |
| #define | CE(c, e) (stencilSize*((c)+numberOfComponentsForCoefficients*(e))) |
| #define | findInterNeighboursOptInit EXTERN_C_NAME(findinterneighboursoptinit) |
| #define | findInterNeighboursOpt EXTERN_C_NAME(findinterneighboursopt) |
Functions | |
| void | findInterNeighboursOptInit (const int &nd, const int &ndm1a, const int &ndm1b, const int &ndm2a, const int &ndm2b, const int &ndm3a, const int &ndm3b, const int &ndip, const int &indexRange, int &ni, int &ip, const int &mask) |
| void | findInterNeighboursOpt (const int &nd, const int &ndm1a, const int &ndm1b, const int &ndm2a, const int &ndm2b, const int &ndm3a, const int &ndm3b, const int &ndi, const int &ndin, const int &indexRange, const int &dimension, const int &ni, int &nin, const int &mask, int &m, const int &ip, int &id, int &ia, int &vew, int &ipar, int &ierr) |
| #define findInterNeighboursOpt EXTERN_C_NAME(findinterneighboursopt) |
Referenced by GenericMappedGridOperators::findInterpolationNeighbours().
| #define findInterNeighboursOptInit EXTERN_C_NAME(findinterneighboursoptinit) |
| #define FUNCTION | ( | type | ) |
| #define FUNCTION_COEFFICIENTS | ( | type | ) |
| #define SCALAR_FUNCTION | ( | type | ) |
| #define SCALAR_FUNCTION_COEFFICIENTS | ( | type | ) |
| void findInterNeighboursOpt | ( | const int & | nd, |
| const int & | ndm1a, | ||
| const int & | ndm1b, | ||
| const int & | ndm2a, | ||
| const int & | ndm2b, | ||
| const int & | ndm3a, | ||
| const int & | ndm3b, | ||
| const int & | ndi, | ||
| const int & | ndin, | ||
| const int & | indexRange, | ||
| const int & | dimension, | ||
| const int & | ni, | ||
| int & | nin, | ||
| const int & | mask, | ||
| int & | m, | ||
| const int & | ip, | ||
| int & | id, | ||
| int & | ia, | ||
| int & | vew, | ||
| int & | ipar, | ||
| int & | ierr | ||
| ) |
| void findInterNeighboursOptInit | ( | const int & | nd, |
| const int & | ndm1a, | ||
| const int & | ndm1b, | ||
| const int & | ndm2a, | ||
| const int & | ndm2b, | ||
| const int & | ndm3a, | ||
| const int & | ndm3b, | ||
| const int & | ndip, | ||
| const int & | indexRange, | ||
| int & | ni, | ||
| int & | ip, | ||
| const int & | mask | ||
| ) |
1.8.3