Proxy to dom directory format.
|
|
__init__(self,
**kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
save(self,
dom=None,
dirname=None)
Save the block object into a file. |
source code
|
|
|
solvcon.gendata.AttributeDict, list, int
|
|
|
solvcon.domain.Collective
|
load(self,
dirname=None,
bcmapper=None,
with_arrs=True,
with_whole=True,
with_split=False,
return_filenames=False,
domaintype=None)
Load domain from stream with BC mapper applied. |
source code
|
|
|
solvcon.block.Block
|
load_block(self,
dirname=None,
blkid=None,
bcmapper=None,
blkfn=None)
Load block from stream with BC mapper applied. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|