Go to the source code of this file.
|
void | geos::outputUtilities::checkFieldRegistration (ElementRegionManager const &elemManager, NodeManager const &nodeManager, std::set< string > const &fieldNames, string const &outputName) |
| Utility function that checks whether the field names provided by the user in fieldNames are actually registered somewhere. More...
|
|
bool | geos::outputUtilities::isFieldPlotEnabled (dataRepository::PlotLevel const wrapperPlotLevel, dataRepository::PlotLevel const requiredPlotLevel, string const &wrapperName, std::set< string > const &fieldNames, integer const onlyPlotSpecifiedFieldNames) |
| Utility function that checks whether a wrapper should be plotted or not. More...
|
|
◆ checkFieldRegistration()
Utility function that checks whether the field names provided by the user in fieldNames
are actually registered somewhere.
- Parameters
-
[in] | elemManager | the elementRegionManager |
[in] | nodeManager | the nodeManager |
[in] | fieldNames | the set of field names specified by the user in the xml file |
[in] | outputName | the output name (i.e., VTKOutput or SiloOutput) |
◆ isFieldPlotEnabled()
Utility function that checks whether a wrapper should be plotted or not.
- Parameters
-
[in] | wrapperPlotLevel | the plot level of the wrapper |
[in] | requiredPlotLevel | the plot level required by the user in the xml |
[in] | wrapperName | the name of the wrapper |
[in] | fieldNames | the set of field names specified by the user in the xml fiel |
[in] | onlyPlotSpecifiedFieldNames | the flag that says whether we only plot the fields in fieldNames or not |
- Returns
- true if the plot must be plotted, false otherwise