Package solvcon :: Module command :: Class mesh
[hide private]
[frames] | no frames]

Class mesh

source code


Mesh manipulation.

Nested Classes [hide private]

Inherited from cmdutil.Command: __metaclass__

Instance Methods [hide private]
 
__init__(self, env)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self) source code

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

Static Methods [hide private]
 
_save_block(ops, blk, blkfn) source code
 
_save_domain(ops, blk, dirname) source code
 
_save_vtklegacy(ops, blk, vtkfn, binary, fpdtype) source code
 
_save_vtkxml(ops, blk, vtkfn, appended, binary, encoding, compressor, fpdtype) source code
FormatIO, str
_determine_formats(ops, args)
Determine I/O formats based on arguments.
source code
Class Variables [hide private]
  min_args = 1
minimal length of command line arguments to a command.
Instance Variables [hide private]

Inherited from cmdutil.Command: env, op, opg_global

Inherited from cmdutil.Command (private): _opargs, _usage

Properties [hide private]

Inherited from cmdutil.Command: command_description, opargs, usage

Inherited from object: __class__

Method Details [hide private]

__init__(self, env)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

_determine_formats(ops, args)
Static Method

source code 

Determine I/O formats based on arguments.

Returns: FormatIO, str
I/O formats.

__call__(self)
(Call operator)

source code 
Overrides: cmdutil.Command.__call__