Overture
Version 25
|
#include "Overture.h"
#include "Ogshow.h"
#include "CompositeGridOperators.h"
#include "PlotStuff.h"
#include "display.h"
Macros | |
#define | mySolver EXTERN_C_NAME(mysolver) |
Functions | |
void | mySolver (const real &t, const real &dt, const real &a, const real &b, const real &nu, const int &nd, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, const real &x, const real &u, real &dudt) |
int | main (int argc, char *argv[]) |
#define mySolver EXTERN_C_NAME(mysolver) |
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
References BCTypes::allBoundaries, doubleCompositeGridFunction::applyBoundaryCondition(), aString, PlotIt::contour(), MappedGrid::dimension(), BCTypes::dirichlet, dudt(), GL_GraphicsInterface::erase(), BCTypes::extrapolate, Overture::finish(), doubleCompositeGridFunction::finishBoundaryConditions(), getFromADataBase(), GI_PLOT_THE_OBJECT_AND_EXIT, GI_TOP_LABEL, MappedGrid::gridIndexRange(), doubleCompositeGridFunction::interpolate(), mySolver, GenericGridCollection::numberOfComponentGrids(), GridCollection::numberOfDimensions(), GL_GraphicsInterface::redraw(), GraphicsParameters::set(), doubleGridCollectionFunction::setName(), doubleCompositeGridFunction::setOperators(), sPrintF(), Overture::start(), MappedGrid::THEmask, MappedGrid::THEvertex, TRUE, CompositeGrid::update(), MappedGrid::vertex(), and x.
void mySolver | ( | const real & | t, |
const real & | dt, | ||
const real & | a, | ||
const real & | b, | ||
const real & | nu, | ||
const int & | nd, | ||
const int & | nd1a, | ||
const int & | nd1b, | ||
const int & | nd2a, | ||
const int & | nd2b, | ||
const int & | nd3a, | ||
const int & | nd3b, | ||
const int & | n1a, | ||
const int & | n1b, | ||
const int & | n2a, | ||
const int & | n2b, | ||
const int & | n3a, | ||
const int & | n3b, | ||
const real & | x, | ||
const real & | u, | ||
real & | dudt | ||
) |