Overture  Version 25
Macros | Functions
transferSolution.C File Reference
#include "Overture.h"
#include "Ogshow.h"
#include "ShowFileReader.h"
#include "display.h"
#include "PlotStuff.h"
#include "ParallelUtility.h"
#include "InterpolatePointsOnAGrid.h"
Include dependency graph for transferSolution.C:

Macros

#define FOR_3D(i1, i2, i3, I1, I2, I3)
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

#define FOR_3D (   i1,
  i2,
  i3,
  I1,
  I2,
  I3 
)
Value:
int I1Base =I1.getBase(), I2Base =I2.getBase(), I3Base =I3.getBase(); \
int I1Bound=I1.getBound(), I2Bound=I2.getBound(), I3Bound=I3.getBound(); \
for(i3=I3Base; i3<=I3Bound; i3++) \
for(i2=I2Base; i2<=I2Bound; i2++) \
for(i1=I1Base; i1<=I1Bound; i1++)

Function Documentation

int main ( int  argc,
char *  argv[] 
)

References DialogData::addInfoLabel(), GenericGraphicsInterface::appendToTheDefaultPrompt(), assert, aString, C, c, Ogshow::close(), PlotIt::contour(), GenericGraphicsInterface::erase(), Overture::finish(), HDF_DataBase::get(), GenericGraphicsInterface::getAnswer(), ShowFileReader::getASolution(), doubleGridCollectionFunction::getComponentBase(), doubleGridCollectionFunction::getComponentBound(), doubleGridCollectionFunction::getComponentDimension(), getCPU(), Ogshow::getFrame(), ShowFileReader::getFrame(), getFromADataBase(), Overture::getGraphicsInterface(), ShowFileReader::getListOfGeneralParameters(), ParallelUtility::getMaxValue(), doubleGridCollectionFunction::getName(), ShowFileReader::getNumberOfFrames(), DialogData::getTextValue(), GI_TOP_LABEL, InterpolatePointsOnAGrid::interpolateAllPoints(), max(), ShowFileReader::open(), PlotIt::plot(), printF(), GenericGraphicsInterface::pushGUI(), HDF_DataBase::put(), GenericGraphicsInterface::readCommandFile(), GenericGraphicsInterface::saveCommandFile(), Ogshow::saveComment(), Ogshow::saveGeneralComment(), Ogshow::saveGeneralParameters(), Ogshow::saveSolution(), GraphicsParameters::set(), InterpolatePointsOnAGrid::setAssignAllPoints(), DialogData::setExitCommand(), DialogData::setInfoLabel(), InterpolatePointsOnAGrid::setInfoLevel(), InterpolatePointsOnAGrid::setInterpolationWidth(), doubleGridCollectionFunction::setName(), InterpolatePointsOnAGrid::setNumberOfValidGhostPoints(), DialogData::setPushButtons(), DialogData::setTextBoxes(), DialogData::setWindowTitle(), sPrintF(), sScanF(), Overture::start(), Ogshow::startFrame(), GenericGraphicsInterface::stopReadingCommandFile(), and doubleCompositeGridFunction::updateToMatchGrid().