|
OOFEM 3.0
|
#include <vtkxmllatticeexportmodule.h>
Public Member Functions | |
| VTKXMLLatticeExportModule (int n, EngngModel *e) | |
| Constructor. Creates empty Output Manager. By default all components are selected. | |
| virtual | ~VTKXMLLatticeExportModule () |
| Destructor. | |
| void | initializeFrom (InputRecord &ir) override |
| Initializes receiver according to object description stored in input record. | |
| std::string | giveOutputFileNameCross (TimeStep *tStep) |
| std::ofstream | giveOutputStreamCross (TimeStep *tStep) |
| void | doOutput (TimeStep *tStep, bool forcedOutput=false) override |
| void | doOutputNormal (TimeStep *tStep, bool forcedOutput=false) |
| void | doOutputCross (TimeStep *tStep, bool forcedOutput=false) |
| const char * | giveClassName () const override |
| Returns class name of the receiver. | |
| bool | writeVTKPieceCross (ExportRegion &vtkPiece, TimeStep *tStep) |
| void | setupVTKPiece (ExportRegion &vtkPiece, TimeStep *tStep, Set ®ion) override |
| void | writeCellVarsCross (ExportRegion &vtkPiece) |
| void | setupVTKPieceCross (ExportRegion &vtkPiece, TimeStep *tStep, Set ®ion) |
| int | initRegionNodeNumbering (ExportRegion &piece, Domain *domain, TimeStep *tStep, Set ®ion) override |
| void | exportPrimaryVars (ExportRegion &piece, Set ®ion, IntArray &primaryVarsToExport, NodalRecoveryModel &smoother, TimeStep *tStep) override |
| void | exportIntVars (ExportRegion &piece, Set ®ion, IntArray &internalVarsToExport, NodalRecoveryModel &smoother, TimeStep *tStep) override |
| Public Member Functions inherited from oofem::VTKXMLExportModule | |
| VTKXMLExportModule (int n, EngngModel *e) | |
| Constructor. Creates empty Output Manager. By default all components are selected. | |
| virtual | ~VTKXMLExportModule () |
| Destructor. | |
| void | initialize () override |
| void | terminate () override |
| void | exportPointDataHeader (std::ofstream fileStream, TimeStep *tStep) |
| virtual void | giveDataHeaders (std::string &pointHeader, std::string &cellHeader) |
| NodalRecoveryModel * | giveSmoother () |
| Returns the internal smoother. | |
| NodalRecoveryModel * | givePrimVarSmoother () |
| Returns the smoother for primary variables (nodal averaging). | |
| ExportRegion & | getExportRegions () |
| Public Member Functions inherited from oofem::VTKBaseExportModule | |
| VTKBaseExportModule (int n, EngngModel *e) | |
| Constructor. Creates empty Output Manager. By default all components are selected. | |
| virtual | ~VTKBaseExportModule () |
| Destructor. | |
| int | giveCellType (Element *element) |
| int | giveCellType (int num) |
| Public Member Functions inherited from oofem::ExportModule | |
| ExportModule (int n, EngngModel *e) | |
| Constructor. Creates empty Output Manager with number n. | |
| virtual | ~ExportModule () |
| Destructor. | |
| void | doForcedOutput (TimeStep *tStep) |
| bool | testSubStepOutput () |
| virtual void | initializeElementSet () |
Public Attributes | |
| std::ofstream | fileStreamCross |
| ExportRegion | defaultVTKPieceCross |
| Public Attributes inherited from oofem::VTKXMLExportModule | |
| std::ofstream | fileStream |
| ExportRegion | defaultVTKPiece |
| std::vector< ExportRegion > | defaultVTKPieces |
Protected Member Functions | |
| void | giveSwitches (IntArray &answer, int location) |
| Protected Member Functions inherited from oofem::VTKXMLExportModule | |
| std::string | giveOutputFileName (TimeStep *tStep) |
| Returns the filename for the given time step. | |
| std::ofstream | giveOutputStream (TimeStep *tStep) |
| Returns the output stream for given solution step. | |
| void | writeIntVars (ExportRegion &vtkPiece) |
| void | writeXFEMVars (ExportRegion &vtkPiece) |
| void | writePrimaryVars (ExportRegion &vtkPiece) |
| void | writeCellVars (ExportRegion &vtkPiece) |
| void | writeExternalForces (ExportRegion &vtkPiece) |
| void | writeVertexSetMembership (ExportRegion &vtkPiece) |
| void | writeCellSetMembership (ExportRegion &vtkPiece) |
| bool | writeVTKPieceEpilog (ExportRegion &vtkPiece, TimeStep *tStep) |
| bool | writeVTKPieceVariables (ExportRegion &vtkPiece, TimeStep *tStep) |
| bool | writeVTKPieceProlog (ExportRegion &vtkPiece, TimeStep *tStep) |
| void | exportIntVarsInGpAs (IntArray valIDs, TimeStep *tStep) |
| void | writeVTKCollection () |
| void | writeGPVTKCollection () |
| Writes a VTK collection file for Gauss points. | |
| void | writeVTKPointData (FloatArray &valueArray) |
| void | writeVTKCellData (FloatArray &valueArray) |
| void | exportCompositeElement (ExportRegion &vtkPiece, Element *el, TimeStep *tStep) |
| void | exportCompositeElement (std::vector< ExportRegion > &vtkPieces, Element *el, TimeStep *tStep) |
| Protected Member Functions inherited from oofem::VTKBaseExportModule | |
| void | exportExternalForces (ExportRegion &piece, int region, TimeStep *tStep) |
| void | exportCellVars (ExportRegion &piece, Set ®ion, IntArray &cellVarsToExport, TimeStep *tStep) |
| Exports cell variables (typically internal variables). | |
| void | exportExternalForces (ExportRegion &piece, Set ®ion, IntArray &externalForcesToExport, TimeStep *tStep) |
| void | exportSetMembership (ExportRegion &piece, Set ®ion, TimeStep *tStep) |
| void | getNodalVariableFromPrimaryField (FloatArray &answer, DofManager *dman, TimeStep *tStep, UnknownType type, Set ®ion, NodalRecoveryModel &smoother) |
| void | getNodalVariableFromIS (FloatArray &answer, Node *node, TimeStep *tStep, InternalStateType type, Set ®ion, NodalRecoveryModel &smoother) |
| void | getCellVariableFromIS (FloatArray &answer, Element *el, InternalStateType type, TimeStep *tStep) |
| int | giveNumberOfNodesPerCell (int cellType) |
| void | giveElementCell (IntArray &answer, Element *elem) |
| bool | isElementComposite (Element *elem) |
| void | exportCompositeElement (ExportRegion &vtkPiece, Element *el, TimeStep *tStep) |
| Returns true if element geometry type is composite (not a single cell). | |
| void | exportCompositeElement (std::vector< ExportRegion > &vtkPieces, Element *el, TimeStep *tStep) |
| Protected Member Functions inherited from oofem::ExportModule | |
| int | giveNumberOfRegions () |
| Returns number of regions (aka regionSets). | |
| Set * | giveRegionSet (int i) |
| Returns element set. | |
| std::string | giveOutputBaseFileName (TimeStep *tStep) |
| bool | testTimeStepOutput (TimeStep *tStep) |
| bool | testDomainOutput (int n) |
| std::string | errorInfo (const char *func) const |
| Returns string for prepending output (used by error reporting macros). | |
Protected Attributes | |
| FloatMatrix | uniqueNodeTable |
| FloatMatrix | uniqueNodeTableCross |
| IntArray | periodicMap |
| IntArray | regionToUniqueMap |
| IntArray | locationMap |
| IntArray | elementNodePeriodicMap |
| int | elemNodes |
| bool | crossSectionExportFlag |
| Protected Attributes inherited from oofem::VTKXMLExportModule | |
| IntArray | internalVarsToExport |
| List of InternalStateType values, identifying the selected vars for export. | |
| IntArray | primaryVarsToExport |
| List of primary unknowns to export. | |
| IntArray | externalForcesToExport |
| List of primary unknowns to export. | |
| IntArray | cellVarsToExport |
| List of cell data to export. | |
| IntArray | ipInternalVarsToExport |
| List of internal variables to export directly in Integration Points (no smoothing to nodes). | |
| bool | exportSetMembershipFlag =0 |
| Flag whether to export setMembership (byte encoded array). | |
| NodalRecoveryModel::NodalRecoveryModelType | stype |
| Smoother type. | |
| std::unique_ptr< NodalRecoveryModel > | smoother |
| Smoother. | |
| std::unique_ptr< NodalRecoveryModel > | primVarSmoother |
| Smoother for primary variables. | |
| std::list< std::string > | pvdBuffer |
| Buffer for earlier time steps exported to *.pvd file. | |
| std::list< std::string > | gpPvdBuffer |
| Buffer for earlier time steps with gauss points exported to *.gp.pvd file. | |
| Protected Attributes inherited from oofem::ExportModule | |
| int | number |
| Component number. | |
| EngngModel * | emodel |
| Problem pointer. | |
| bool | tstep_all_out_flag |
| Indicates all steps selection. | |
| int | tstep_step_out |
| User timeStep Output step. Indicates every tstep_step_out-th step selected. | |
| std ::list< Range > | tsteps_out |
| List of user selected step numbers. | |
| bool | tstep_substeps_out_flag |
| bool | domain_all_flag |
| Indicates all domains. | |
| IntArray | domainMask |
| Domain selection mask. | |
| IntArray | regionSets |
| regions represented by sets | |
| double | timeScale |
| Scaling time in output, e.g. conversion from seconds to hours. | |
| Set | defaultElementSet |
| Default region set. | |
| bool | pythonExport |
| Output is carried out as a python list instead of writing files. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from oofem::VTKBaseExportModule | |
| static void | computeIPAverage (FloatArray &answer, IntegrationRule *iRule, Element *elem, InternalStateType isType, TimeStep *tStep) |
| Static Protected Member Functions inherited from oofem::VTKBaseExportModule | |
| static void | makeFullTensorForm (FloatArray &answer, const FloatArray &reducedForm, InternalStateValueType vtype) |
| Gives the full form of given symmetrically stored tensors, missing components are filled with zeros. | |
| Static Protected Attributes inherited from oofem::VTKBaseExportModule | |
| static IntArray | redToFull |
| Map from Voigt to full tensor. | |
Represents VTK (Visualization Toolkit) export module for lattice modes. It uses VTK (.vtu) file format It extends vtkxmlexportmodule and uses ideas of vtkxmlperiodicmodule by introducing methods to deal with boundary elements of lattice elements. It also provides the option to plot mid cross-sections for visualisation of crack patterns
Definition at line 57 of file vtkxmllatticeexportmodule.h.
| oofem::VTKXMLLatticeExportModule::VTKXMLLatticeExportModule | ( | int | n, |
| EngngModel * | e ) |
Constructor. Creates empty Output Manager. By default all components are selected.
References VTKXMLLatticeExportModule().
Referenced by VTKXMLLatticeExportModule().
|
virtual |
Destructor.
Definition at line 70 of file vtkxmllatticeexportmodule.C.
References ~VTKXMLLatticeExportModule().
Referenced by ~VTKXMLLatticeExportModule().
|
overridevirtual |
Writes the output. Abstract service.
| tStep | Time step. |
| forcedOutput | If true, no testTimeStepOutput should be done. |
Reimplemented from oofem::VTKXMLExportModule.
Definition at line 344 of file vtkxmllatticeexportmodule.C.
References crossSectionExportFlag, oofem::VTKXMLExportModule::defaultVTKPiece, doOutput(), doOutputCross(), and doOutputNormal().
Referenced by doOutput().
| void oofem::VTKXMLLatticeExportModule::doOutputCross | ( | TimeStep * | tStep, |
| bool | forcedOutput = false ) |
Definition at line 356 of file vtkxmllatticeexportmodule.C.
References defaultVTKPieceCross, doOutputCross(), fileStreamCross, oofem::ExportModule::giveNumberOfRegions(), giveOutputStreamCross(), oofem::ExportModule::giveRegionSet(), oofem::TimeStep::giveTargetTime(), setupVTKPieceCross(), oofem::ExportModule::testTimeStepOutput(), oofem::ExportModule::timeScale, and writeVTKPieceCross().
Referenced by doOutput(), and doOutputCross().
| void oofem::VTKXMLLatticeExportModule::doOutputNormal | ( | TimeStep * | tStep, |
| bool | forcedOutput = false ) |
Definition at line 399 of file vtkxmllatticeexportmodule.C.
References oofem::IntArray::at(), oofem::VTKXMLExportModule::cellVarsToExport, oofem::VTKXMLExportModule::defaultVTKPiece, oofem::VTKXMLExportModule::defaultVTKPieces, doOutputNormal(), oofem::Element_local, oofem::ExportModule::emodel, oofem::VTKBaseExportModule::exportCellVars(), oofem::VTKXMLExportModule::exportCompositeElement(), exportIntVars(), exportPrimaryVars(), oofem::VTKXMLExportModule::fileStream, oofem::Domain::giveElement(), oofem::ExportModule::giveNumberOfRegions(), oofem::VTKXMLExportModule::giveOutputStream(), oofem::Element::giveParallelMode(), oofem::VTKXMLExportModule::givePrimVarSmoother(), oofem::ExportModule::giveRegionSet(), oofem::IntArray::giveSize(), oofem::VTKXMLExportModule::giveSmoother(), oofem::TimeStep::giveTargetTime(), oofem::VTKXMLExportModule::internalVarsToExport, oofem::VTKBaseExportModule::isElementComposite(), oofem::VTKXMLExportModule::primaryVarsToExport, oofem::VTKXMLExportModule::primVarSmoother, setupVTKPiece(), oofem::VTKXMLExportModule::smoother, oofem::ExportModule::testTimeStepOutput(), oofem::ExportModule::timeScale, oofem::VTKXMLExportModule::writeVTKPieceEpilog(), oofem::VTKXMLExportModule::writeVTKPieceProlog(), and oofem::VTKXMLExportModule::writeVTKPieceVariables().
Referenced by doOutput(), and doOutputNormal().
|
overridevirtual |
Export internal variables by smoothing.
Reimplemented from oofem::VTKBaseExportModule.
Definition at line 712 of file vtkxmllatticeexportmodule.C.
References oofem::IntArray::at(), oofem::ExportModule::emodel, exportIntVars(), oofem::ExportRegion::getMapL2G(), oofem::VTKBaseExportModule::getNodalVariableFromIS(), oofem::giveInternalStateTypeSize(), oofem::giveInternalStateValueType(), oofem::Domain::giveNode(), oofem::Domain::giveNumberOfDofManagers(), oofem::IntArray::giveSize(), oofem::VTKXMLExportModule::internalVarsToExport, periodicMap, regionToUniqueMap, oofem::FloatArray::resize(), oofem::ExportRegion::setInternalVarInNode(), oofem::ExportRegion::setNumberOfInternalVarsToExport(), oofem::VTKXMLExportModule::smoother, and oofem::FloatArray::zero().
Referenced by doOutputNormal(), and exportIntVars().
|
overridevirtual |
Export primary variables.
Reimplemented from oofem::VTKBaseExportModule.
Definition at line 631 of file vtkxmllatticeexportmodule.C.
References oofem::FloatArray::at(), oofem::IntArray::at(), oofem::ExportModule::emodel, exportPrimaryVars(), oofem::ExportRegion::getMapL2G(), oofem::VTKBaseExportModule::getNodalVariableFromPrimaryField(), oofem::DofManager::giveCompleteMasterDofIDArray(), oofem::DofManager::giveCoordinates(), oofem::DofManager::giveDofWithID(), oofem::Domain::giveNode(), oofem::Domain::giveNumberOfDofManagers(), oofem::DofManager::giveNumberOfDofs(), oofem::FloatArray::giveSize(), oofem::IntArray::giveSize(), giveSwitches(), oofem::Dof::giveUnknown(), locationMap, OOFEM_ERROR, periodicMap, oofem::VTKXMLExportModule::primaryVarsToExport, regionToUniqueMap, oofem::FloatArray::resize(), oofem::ExportRegion::setNumberOfPrimaryVarsToExport(), oofem::ExportRegion::setPrimaryVarInNode(), and oofem::VTKXMLExportModule::smoother.
Referenced by doOutputNormal(), and exportPrimaryVars().
|
inlineoverridevirtual |
Returns class name of the receiver.
Reimplemented from oofem::VTKXMLExportModule.
Definition at line 95 of file vtkxmllatticeexportmodule.h.
| std::string oofem::VTKXMLLatticeExportModule::giveOutputFileNameCross | ( | TimeStep * | tStep | ) |
Definition at line 83 of file vtkxmllatticeexportmodule.C.
References oofem::ExportModule::giveOutputBaseFileName(), and giveOutputFileNameCross().
Referenced by giveOutputFileNameCross(), and giveOutputStreamCross().
| std::ofstream oofem::VTKXMLLatticeExportModule::giveOutputStreamCross | ( | TimeStep * | tStep | ) |
Definition at line 89 of file vtkxmllatticeexportmodule.C.
References giveOutputFileNameCross(), giveOutputStreamCross(), NULL_DEVICE, OOFEM_ERROR, and oofem::ExportModule::pythonExport.
Referenced by doOutputCross(), and giveOutputStreamCross().
|
protected |
Definition at line 109 of file vtkxmllatticeexportmodule.C.
References giveSwitches(), oofem::IntArray::resize(), and oofem::IntArray::zero().
Referenced by exportPrimaryVars(), and giveSwitches().
|
overridevirtual |
Initializes receiver according to object description stored in input record.
Reimplemented from oofem::VTKXMLExportModule.
Definition at line 75 of file vtkxmllatticeexportmodule.C.
References _IFT_VTKXMLLatticeExportModule_cross, crossSectionExportFlag, oofem::VTKXMLExportModule::initializeFrom(), initializeFrom(), and IR_GIVE_OPTIONAL_FIELD.
Referenced by initializeFrom().
|
overridevirtual |
Assembles the region node map. Also computes the total number of nodes in region. The region are numbered starting from offset+1. If mode == 0 then regionNodalNumbers is array with mapping from global numbering to local region numbering. The i-th value contains the corresponding local region number (or zero, if global number is not in region). If mode == 1 then regionNodalNumbers is array with mapping from local to global numbering. The i-th value contains the corresponding global node number.
Reimplemented from oofem::VTKBaseExportModule.
Definition at line 481 of file vtkxmllatticeexportmodule.C.
References oofem::FloatArray::at(), oofem::IntArray::at(), oofem::Element_local, elemNodes, oofem::ExportRegion::getMapG2L(), oofem::ExportRegion::getMapL2G(), oofem::Domain::giveElement(), oofem::Set::giveElementList(), oofem::Element::giveLocation(), oofem::Element::giveNode(), oofem::FEMComponent::giveNumber(), oofem::Domain::giveNumberOfDofManagers(), oofem::Element::giveNumberOfNodes(), oofem::Element::giveParallelMode(), oofem::IntArray::giveSize(), initRegionNodeNumbering(), oofem::Element::isActivated(), oofem::VTKBaseExportModule::isElementComposite(), locationMap, periodicMap, oofem::Element::recalculateCoordinates(), regionToUniqueMap, oofem::IntArray::resize(), oofem::IntArray::resizeWithValues(), oofem::ExportRegion::setNumberOfCells(), oofem::ExportRegion::setNumberOfNodes(), uniqueNodeTable, and oofem::IntArray::zero().
Referenced by initRegionNodeNumbering(), and setupVTKPiece().
|
overridevirtual |
Reimplemented from oofem::VTKBaseExportModule.
Definition at line 132 of file vtkxmllatticeexportmodule.C.
References oofem::FloatArray::at(), oofem::IntArray::at(), oofem::Element_local, oofem::ExportModule::emodel, oofem::ExportRegion::getMapG2L(), oofem::ExportRegion::getMapL2G(), oofem::VTKBaseExportModule::giveCellType(), oofem::DofManager::giveCoordinates(), oofem::Domain::giveElement(), oofem::VTKBaseExportModule::giveElementCell(), oofem::Set::giveElementList(), oofem::Element::giveLocation(), oofem::Domain::giveNode(), oofem::Element::giveNode(), oofem::FEMComponent::giveNumber(), oofem::ExportRegion::giveNumberOfCells(), oofem::Domain::giveNumberOfDofManagers(), oofem::ExportRegion::giveNumberOfNodes(), oofem::Element::giveParallelMode(), oofem::IntArray::giveSize(), initRegionNodeNumbering(), oofem::Element::isActivated(), oofem::VTKBaseExportModule::isElementComposite(), regionToUniqueMap, oofem::IntArray::resize(), oofem::ExportRegion::setCellType(), oofem::ExportRegion::setConnectivity(), oofem::ExportRegion::setNodeCoords(), oofem::ExportRegion::setNumberOfCells(), oofem::ExportRegion::setNumberOfNodes(), oofem::ExportRegion::setOffset(), setupVTKPiece(), uniqueNodeTable, and oofem::FloatArray::zero().
Referenced by doOutputNormal(), and setupVTKPiece().
| void oofem::VTKXMLLatticeExportModule::setupVTKPieceCross | ( | ExportRegion & | vtkPiece, |
| TimeStep * | tStep, | ||
| Set & | region ) |
Definition at line 238 of file vtkxmllatticeexportmodule.C.
References oofem::FloatArray::at(), oofem::FloatMatrix::at(), oofem::IntArray::at(), oofem::VTKXMLExportModule::cellVarsToExport, oofem::ExportModule::emodel, oofem::VTKBaseExportModule::exportCellVars(), oofem::Domain::giveElement(), oofem::Set::giveElementList(), oofem::IntArray::giveSize(), OOFEM_ERROR, oofem::FloatMatrix::resize(), oofem::IntArray::resize(), oofem::ExportRegion::setCellType(), oofem::ExportRegion::setConnectivity(), oofem::ExportRegion::setNodeCoords(), oofem::ExportRegion::setNumberOfCells(), oofem::ExportRegion::setNumberOfNodes(), oofem::ExportRegion::setOffset(), and setupVTKPieceCross().
Referenced by doOutputCross(), and setupVTKPieceCross().
| void oofem::VTKXMLLatticeExportModule::writeCellVarsCross | ( | ExportRegion & | vtkPiece | ) |
Definition at line 842 of file vtkxmllatticeexportmodule.C.
References oofem::__InternalStateTypeToString(), oofem::FloatArray::at(), oofem::VTKXMLExportModule::cellVarsToExport, fileStreamCross, oofem::ExportRegion::giveCellVar(), oofem::giveInternalStateTypeSize(), oofem::giveInternalStateValueType(), oofem::ExportRegion::giveNumberOfCells(), oofem::FloatArray::giveSize(), oofem::ExportModule::pythonExport, oofem::FloatArray::resize(), and writeCellVarsCross().
Referenced by writeCellVarsCross(), and writeVTKPieceCross().
| bool oofem::VTKXMLLatticeExportModule::writeVTKPieceCross | ( | ExportRegion & | vtkPiece, |
| TimeStep * | tStep ) |
Definition at line 762 of file vtkxmllatticeexportmodule.C.
References oofem::FloatArray::at(), oofem::IntArray::at(), oofem::ExportRegion::clear(), fileStreamCross, oofem::ExportRegion::giveCellConnectivity(), oofem::ExportRegion::giveCellOffset(), oofem::ExportRegion::giveCellType(), oofem::VTKXMLExportModule::giveDataHeaders(), oofem::ExportRegion::giveNodeCoords(), oofem::ExportRegion::giveNumberOfCells(), oofem::ExportRegion::giveNumberOfNodes(), oofem::FloatArray::giveSize(), oofem::IntArray::giveSize(), writeCellVarsCross(), and writeVTKPieceCross().
Referenced by doOutputCross(), and writeVTKPieceCross().
|
protected |
Definition at line 68 of file vtkxmllatticeexportmodule.h.
Referenced by doOutput(), and initializeFrom().
| ExportRegion oofem::VTKXMLLatticeExportModule::defaultVTKPieceCross |
Definition at line 81 of file vtkxmllatticeexportmodule.h.
Referenced by doOutputCross().
|
protected |
Definition at line 65 of file vtkxmllatticeexportmodule.h.
|
protected |
Definition at line 66 of file vtkxmllatticeexportmodule.h.
Referenced by initRegionNodeNumbering().
| std::ofstream oofem::VTKXMLLatticeExportModule::fileStreamCross |
Definition at line 79 of file vtkxmllatticeexportmodule.h.
Referenced by doOutputCross(), writeCellVarsCross(), and writeVTKPieceCross().
|
protected |
Definition at line 64 of file vtkxmllatticeexportmodule.h.
Referenced by exportPrimaryVars(), and initRegionNodeNumbering().
|
protected |
Definition at line 63 of file vtkxmllatticeexportmodule.h.
Referenced by exportIntVars(), exportPrimaryVars(), and initRegionNodeNumbering().
|
protected |
Definition at line 63 of file vtkxmllatticeexportmodule.h.
Referenced by exportIntVars(), exportPrimaryVars(), initRegionNodeNumbering(), and setupVTKPiece().
|
protected |
Definition at line 61 of file vtkxmllatticeexportmodule.h.
Referenced by initRegionNodeNumbering(), and setupVTKPiece().
|
protected |
Definition at line 62 of file vtkxmllatticeexportmodule.h.