Package hedge :: Module visualization :: Class SiloVisualizer
[hide private]
[frames] | no frames]

Class SiloVisualizer

source code


Instance Methods [hide private]
 
__init__(self, discr, pcontext=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_generate(self) source code
 
close(self) source code
 
make_file(self, pathname)
This function returns either a pylo.SiloFile or a pylo.ParallelSiloFile, depending on the ParallelContext under which we are running
source code
 
add_data(self, silo, variables=[], scalars=[], vectors=[], expressions=[], time=None, step=None, scale_factor=1) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, discr, pcontext=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

make_file(self, pathname)

source code 

This function returns either a pylo.SiloFile or a pylo.ParallelSiloFile, depending on the ParallelContext under which we are running

An extension of .silo is automatically appended to `pathname'.