Overture
Version 25
|
#include "Overture.h"
#include "CompositeGridOperators.h"
#include "Oges.h"
#include "OGPolyFunction.h"
Macros | |
#define | M123(m1, m2, m3) (m1+halfWidth1+width1*(m2+halfWidth2+width2*(m3+halfWidth3))) |
#define | COEFF(m1, m2, m3, I1, I2, I3) c(M123(m1,m2,m3),I1,I2,I3) |
Functions | |
int | main (int argc, char *argv[]) |
#define M123 | ( | m1, | |
m2, | |||
m3 | |||
) | (m1+halfWidth1+width1*(m2+halfWidth2+width2*(m3+halfWidth3))) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
References abs(), BCTypes::allBoundaries, doubleCompositeGridFunction::applyBoundaryConditionCoefficients(), aString, MappedGrid::boundaryCondition(), c, COEFF, BCTypes::dirichlet, BCTypes::extrapolate, fabs(), FALSE, doubleCompositeGridFunction::finishBoundaryConditions(), getBoundaryIndex(), getCPU(), getFromADataBase(), getIndex(), MappedGrid::gridIndexRange(), indexRange, MappedGrid::indexRange(), CompositeGrid::interpolationPoint, CompositeGrid::interpoleeGrid, mask, max(), doubleCompositeGridFunction::multigridLevel, CompositeGrid::multigridLevel, GenericGridCollection::numberOfComponentGrids(), GridCollection::numberOfDimensions(), MappedGrid::numberOfDimensions(), GenericGridCollection::numberOfMultigridLevels(), pow(), residual(), Oges::setCoefficientArray(), doubleCompositeGridFunction::setIsACoefficientMatrix(), doubleCompositeGridFunction::setOperators(), GenericCompositeGridOperators::setStencilSize(), Oges::solve(), TRUE, CompositeGrid::update(), CompositeGridOperators::updateToMatchGrid(), and Oges::updateToMatchGrid().