PlasCom2  1.0
XPACC Multi-physics simluation application
pc2fileinfo.C File Reference
#include "PC2IO.H"
Include dependency graph for pc2fileinfo.C:

Go to the source code of this file.

Functions

int PC2FileInfo (const std::string &fileName)
 Get information from PlasCom2 file. More...
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 40 of file pc2fileinfo.C.

References PC2FileInfo().

Here is the call graph for this function:

◆ PC2FileInfo()

int PC2FileInfo ( const std::string &  fileName)

Get information from PlasCom2 file.

This function takes a relative or absolute path to a disk file and reads it to discover what data items have been written to the file, and any additional information.

Parameters
fileNamepath to file

Definition at line 13 of file pc2fileinfo.C.

References pcpp::io::hdf5::FileInfo(), and pcpp::report::SimFileInfo().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function: