|
|
__init__(self,
**kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
solvcon.gendata.AttributeDict
|
|
|
|
|
|
solvcon.domain.Collective
|
load(self,
dirname,
bcmapper,
with_arrs,
with_whole,
with_split,
return_filenames,
domaintype)
Load domain file in the specified directory with BC mapper applied. |
source code
|
|
|
solvcon.block.Block
|
load_block(self,
dirname,
blkid,
bcmapper,
blkfn=None)
Load block file in the specified directory with BC mapper applied. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
FILE_HEADER = '-*- solvcon dom file -*-'
header of the format; must be overridden.
|
|
|
DOM_FILENAME = 'domain.dom'
|
|
|
WHOLE_FILENAME = 'whole.blk'
|
|
|
SPLIT_FILENAME = 'part%d.blk'
|
|
|
SPEC_OF_META = (('GLOBAL', <type 'str'>), ('SWITCH', <function...
the order and converter of each meta-data section occured in the text
part; must be overridden.
|
|
|
META_GLOBAL = ('FORMAT_REV', 'compressor', 'blk_format_rev')
global meta entries.
|
|
|
META_SWITCH = ()
optional flags.
|
|
|
META_SHAPE = ('edgecut', 'nnode', 'nface', 'ncell', 'npart', '...
|
|
|
meta_length = 10
length of all META_ entries; calculated by FormatMeta.
|
|
Inherited from core.Format:
BINARY_MARKER,
FORMAT_REV,
READ_BLOCK
|