Overture
Version 25
|
#include "doubleGridCollectionFunction.h"
#include "intGridCollectionFunction.h"
#include "GridCollection.h"
#include "Interpolant.h"
#include "GridCollectionOperators.h"
#include "SparseRep.h"
#include "GridFunctionParameters.h"
#include "display.h"
#include "DisplayParameters.h"
#include "ListOfDoubleGridCollectionFunction.h"
#include "derivativeDefinitions.C"
Macros | |
#define | GFNAME(c0, c1, c2, c3, c4) |
#define | DOUBLE_COLLECTION_FUNCTION |
#define | COLLECTION_FUNCTION doubleGridCollectionFunction |
#define | INT_COLLECTION_FUNCTION intGridCollectionFunction |
#define | COLLECTION GridCollection |
#define | QUOTES_COLLECTION_FUNCTION "doubleGridCollectionFunction" |
#define | INTEGRAL_TYPE double |
Functions | |
doubleGridCollectionFunction | evaluate (doubleGridCollectionFunction &cgf) |
doubleGridCollectionFunction & | multiply (const doubleGridCollectionFunction &a, const doubleGridCollectionFunction &coeff_) |
void doubleGridCollectionFunction:: | setIsFaceCentered (const int &axis0, const Index &component0, const Index &component1, const Index &component2, const Index &component3, const Index &component4, const Index &grid0) |
doubleGridCollectionFunction & | fabs (const doubleGridCollectionFunction &cgf) |
#define COLLECTION GridCollection |
#define COLLECTION_FUNCTION doubleGridCollectionFunction |
#define DOUBLE_COLLECTION_FUNCTION |
#define GFNAME | ( | c0, | |
c1, | |||
c2, | |||
c3, | |||
c4 | |||
) |
#define INT_COLLECTION_FUNCTION intGridCollectionFunction |
#define INTEGRAL_TYPE double |
#define QUOTES_COLLECTION_FUNCTION "doubleGridCollectionFunction" |
doubleGridCollectionFunction evaluate | ( | doubleGridCollectionFunction & | cgf | ) |
doubleGridCollectionFunction& fabs | ( | const doubleGridCollectionFunction & | cgf | ) |
doubleGridCollectionFunction& multiply | ( | const doubleGridCollectionFunction & | a, |
const doubleGridCollectionFunction & | coeff_ | ||
) |
void doubleGridCollectionFunction:: setIsFaceCentered | ( | const int & | axis0, |
const Index & | component0, | ||
const Index & | component1, | ||
const Index & | component2, | ||
const Index & | component3, | ||
const Index & | component4, | ||
const Index & | grid0 | ||
) |
Referenced by setIsFaceCentered().