Eidolon
Classes | Functions | Variables
eidolon.plugins.CheartPlugin Namespace Reference

Classes

class  BaseLoadDialog
 
class  CheartPlugin
 
class  LoadDataDialog
 
class  LoadDialog
 
class  LoadTDDialog
 

Functions

def readDataSet (xfile, tfile, typename, isBinary=False)
 
def readXFile (data, buffname, isBinary=False, buff=None, task=None)
 
def readTFile (data, typename, buffname, isBinary=False, buff=None, task=None)
 
def readDFile (data, dim, buffname, isBinary=False, buff=None, task=None)
 
def readCheartBuffer (data, pydatatype, dim, numHeaders, isBinary=False, buff=None, buffname=None, task=None, isIndex=False)
 
def writeCheartBuffer (outfile, header, data, addVal=None)
 
def guessTopologyType (tfile)
 
def loadFileSequenceRange (process, files, typename, dim)
 
def loadFileSequence (files, typename=None, dim=None, task=None)
 

Variables

 CheartKeywords
 

Function Documentation

◆ guessTopologyType()

def eidolon.plugins.CheartPlugin.guessTopologyType (   tfile)
Returns a guess of the (geom,order,basis) values for a given text topology file.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadFileSequence()

def eidolon.plugins.CheartPlugin.loadFileSequence (   files,
  typename = None,
  dim = None,
  task = None 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadFileSequenceRange()

def eidolon.plugins.CheartPlugin.loadFileSequenceRange (   process,
  files,
  typename,
  dim 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readCheartBuffer()

def eidolon.plugins.CheartPlugin.readCheartBuffer (   data,
  pydatatype,
  dim,
  numHeaders,
  isBinary = False,
  buff = None,
  buffname = None,
  task = None,
  isIndex = False 
)
Here is the caller graph for this function:

◆ readDataSet()

def eidolon.plugins.CheartPlugin.readDataSet (   xfile,
  tfile,
  typename,
  isBinary = False 
)
Here is the call graph for this function:

◆ readDFile()

def eidolon.plugins.CheartPlugin.readDFile (   data,
  dim,
  buffname,
  isBinary = False,
  buff = None,
  task = None 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readTFile()

def eidolon.plugins.CheartPlugin.readTFile (   data,
  typename,
  buffname,
  isBinary = False,
  buff = None,
  task = None 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readXFile()

def eidolon.plugins.CheartPlugin.readXFile (   data,
  buffname,
  isBinary = False,
  buff = None,
  task = None 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeCheartBuffer()

def eidolon.plugins.CheartPlugin.writeCheartBuffer (   outfile,
  header,
  data,
  addVal = None 
)
Here is the caller graph for this function:

Variable Documentation

◆ CheartKeywords

CheartKeywords
Initial value:
2  ('loadargs','Argument values for loading mesh data','(.X filename list,.T filename,ElemType of topology,load sequential or not,# of copies for timesteps,filename of base .X file)'),
3  ('datafieldargs','List of argument value for loading fields','(.D filename list,.T file,.D file dimensions,Elemtype of topology,name of spatial topology,load sequential or not)')
4 )
Definition: Utils.py:125