#include <cgns++.h>
Inherits CGNS::Stated.
Inherited by CGNS::Base, and CGNS::Zone.
Inheritance diagram for CGNS::Converged:
Public Types | |
typedef iterator< IntegralData > | IntegralData_iterator_t |
Public Methods | |
ConvergenceHistory | getConvergenceHistory () const |
bool | hasConvergenceHistory () const |
void | deleteConvergenceHistory () |
ConvergenceHistory | writeConvergenceHistory (int) |
FlowEquationSet | getFlowEquationSet () const |
bool | hasFlowEquationSet () const |
void | deleteFlowEquationSet () |
FlowEquationSet | writeFlowEquationSet () |
int | getNumIntegralData () const |
bool | hasIntegralData (std::string const &iName) const |
IntegralData | getIntegralData (std::string const &iName) const |
IntegralData_iterator_t | beginIntegralData () const |
IntegralData_iterator_t | endIntegralData () const |
void | deleteIntegralData (std::string const &iName) |
IntegralData | writeIntegralData (std::string const &) |
Protected Methods | |
Converged (Private::Converged *iImpl) | |
~Converged () |
|
|
|
Creates this node from implementation data. |
|
Deletes this node and disables access via base pointers. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|