|
Overture
Version 25
|
#include "Overture.h"#include "GL_GraphicsInterface.h"#include "DataPointMapping.h"#include "MappingInformation.h"#include "DataFormats.h"#include "display.h"#include "Ogen.h"#include "ShowFileParameter.h"#include "Ogshow.h"#include "CompositeGridOperators.h"#include "ShowFileReader.h"
Macros | |
| #define | FOR_3(i1, i2, i3, I1, I2, I3) |
| #define | FOR_3D(i1, i2, i3, I1, I2, I3) |
Functions | |
| int | getLineFromFile (FILE *file, char s[], int lim) |
| int | showFileFromDataFile (GenericGraphicsInterface &gi, aString &showFileName) |
| int | saveOvertureTextFile (realCompositeGridFunction &u, GenericGraphicsInterface &gi, ShowFileReader *pShowFileReader=NULL) |
| #define FOR_3 | ( | i1, | |
| i2, | |||
| i3, | |||
| I1, | |||
| I2, | |||
| I3 | |||
| ) |
| #define FOR_3D | ( | i1, | |
| i2, | |||
| i3, | |||
| I1, | |||
| I2, | |||
| I3 | |||
| ) |
Referenced by saveOvertureTextFile(), and showFileFromDataFile().
| int getLineFromFile | ( | FILE * | file, |
| char | s[], | ||
| int | lim | ||
| ) |
| int saveOvertureTextFile | ( | realCompositeGridFunction & | u, |
| GenericGraphicsInterface & | gi, | ||
| ShowFileReader * | pShowFileReader = NULL |
||
| ) |
References GenericGraphicsInterface::appendToTheDefaultPrompt(), assert, aString, MappedGrid::boundaryCondition(), c, dim, MappedGrid::dimension(), GenericGraphicsInterface::erase(), FOR_3D, fPrintF(), GenericGraphicsInterface::getAnswer(), doubleGridCollectionFunction::getComponentBase(), doubleGridCollectionFunction::getComponentBound(), doubleCompositeGridFunction::getCompositeGrid(), getIndex(), doubleGridCollectionFunction::getName(), MappedGrid::getName(), DialogData::getTextValue(), DialogData::getToggleValue(), gid, MappedGrid::gridIndexRange(), i2, mask, MappedGrid::mask(), NULL, GenericGridCollection::numberOfComponentGrids(), GridCollection::numberOfDimensions(), GenericGraphicsInterface::popGUI(), printF(), GenericGraphicsInterface::pushGUI(), DialogData::setExitCommand(), DialogData::setPushButtons(), DialogData::setTextBoxes(), DialogData::setToggleButtons(), DialogData::setWindowTitle(), share, MappedGrid::sharedBoundaryFlag(), sPrintF(), GenericGraphicsInterface::stopReadingCommandFile(), MappedGrid::THEcenter, MappedGrid::THEmask, MappedGrid::THEvertex, GenericGraphicsInterface::unAppendTheDefaultPrompt(), MappedGrid::update(), MappedGrid::vertex(), and x.
Referenced by ShowFilePlotter::plot().
| int showFileFromDataFile | ( | GenericGraphicsInterface & | gi, |
| aString & | showFileName | ||
| ) |
References ListOfMappingRC::addElement(), BCTypes::allBoundaries, GenericGraphicsInterface::appendToTheDefaultPrompt(), doubleCompositeGridFunction::applyBoundaryCondition(), assert, aString, Ogen::buildACompositeGrid(), C, c, Ogshow::close(), GenericGridData::computedGeometry, GenericGridCollectionData::computedGeometry, PlotIt::contour(), ReferenceCounting::decrementReferenceCount(), dim, MappedGrid::dimension(), GenericGraphicsInterface::erase(), BCTypes::extrapolate, doubleCompositeGridFunction::finishBoundaryConditions(), FOR_3D, GenericGraphicsInterface::getAnswer(), getIndex(), ListOfMappingRC::getLength(), getLineFromFile(), DialogData::getTextValue(), DialogData::getToggleValue(), BoundaryConditionParameters::ghostLineToAssign, gid, MappingInformation::graphXInterface, i2, ReferenceCounting::incrementReferenceCount(), MappingInformation::mappingList, Mapping::mappingName, mask, MappedGrid::mask(), NULL, GenericGridCollection::numberOfComponentGrids(), ogen(), BoundaryConditionParameters::orderOfExtrapolation, GenericGraphicsInterface::popGUI(), printF(), GenericGraphicsInterface::pushGUI(), Ogshow::saveComment(), Ogshow::saveGeneralComment(), Ogshow::saveGeneralParameters(), Ogshow::saveSolution(), Mapping::setBoundaryCondition(), DataPointMapping::setDataPoints(), Mapping::setDomainDimension(), DialogData::setExitCommand(), doubleGridCollectionFunction::setName(), Mapping::setName(), doubleCompositeGridFunction::setOperators(), DataPointMapping::setOrderOfInterpolation(), DialogData::setPushButtons(), Mapping::setRangeDimension(), Mapping::setShare(), DialogData::setTextBoxes(), DialogData::setToggleButtons(), DialogData::setWindowTitle(), share, sPrintF(), sScanF(), Ogshow::startFrame(), GenericGraphicsInterface::stopReadingCommandFile(), MappedGrid::THEcenter, GridCollection::THEmask, MappedGrid::THEmask, MappedGrid::THEvertex, GenericGraphicsInterface::unAppendTheDefaultPrompt(), MappedGrid::update(), doubleCompositeGridFunction::updateToMatchGrid(), and x.
Referenced by plotStuff().
1.8.3