ivutils
Loading...
Searching...
No Matches
apDump Class Reference

Class for requesting dumps of objects and components (including geometric) into files. More...

#include <component.h>

Collaboration diagram for apDump:

Public Member Functions

 apDump (apConfig *config_=theConfig, apMPIComm *comm_=&theComm)
 Constructor, all specializations are on by default.
 
virtual void Dump (const apComponent *comp, bool lim=false)
 find if this dump and component are presented in fmap and apply corresponding dump function
 

Protected Member Functions

std::string add_spec (const apComponent *comp, std::string name)
 add prefix and component name as a prefix to given name
 

Protected Attributes

file_manager fm
 collection of files currently used for dumping
 
std::map< std::string, int > regindex
 Map between filename and current index of the region.
 

Detailed Description

Class for requesting dumps of objects and components (including geometric) into files.

Manager files to manage file which are opened or closed

Member Data Documentation

◆ regindex

std::map<std::string, int> apDump::regindex
protected

Map between filename and current index of the region.

Ads index information for each region in gnuplot comment. May be used in gnuplot to plot selected regions with index a:b.


The documentation for this class was generated from the following file: