Package solvcon :: Package kerpak :: Module cese :: Class CeseCase
[hide private]
[frames] | no frames]

Class CeseCase

source code


Base CESE caes.

Nested Classes [hide private]

Inherited from case.CaseInfo: __metaclass__

Instance Methods [hide private]
new empty dictionary

__init__(self, **kw)
Initiailize the basic case.
source code
dict
make_solver_keywords(self)
Return keywords to initialize solvers.
source code

Inherited from case.BlockCase: cleanup, dump, init, load_block, run

Inherited from case.BaseCase (private): _dynamic_execute, _log_end, _log_start

Inherited from case.CaseInfo: __getattr__, __setattr__

Inherited from case.CaseInfo (private): _set_through

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __setitem__, __sizeof__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from case.BaseCase: register_arrangement

Class Variables [hide private]
  defdict = {'condition.bcmap': None, 'condition.bcmod': None, '...

Inherited from case.BaseCase: CSEFN_DEFAULT

Inherited from case.CaseInfo: arrangements

Inherited from dict: __hash__

Instance Variables [hide private]

Inherited from case.BlockCase: pythonpaths

Inherited from case.BaseCase: runhooks

Properties [hide private]

Inherited from case.BlockCase: is_parallel

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

Initiailize the basic case. Set through keyword parameters.

Parameters:
  • _defdict - customized defdict; internal use only.
Returns:
new empty dictionary

Overrides: object.__init__
(inherited documentation)

make_solver_keywords(self)

source code 

Return keywords to initialize solvers.

Returns: dict
keywords
Overrides: case.BlockCase.make_solver_keywords
(inherited documentation)

Class Variable Details [hide private]

defdict

Value:
{'condition.bcmap': None,
 'condition.bcmod': None,
 'condition.mtrllist': <type 'list'>,
 'dynamic.bakfn': 'solvcon.input.bak',
 'dynamic.inputfn': 'solvcon.input',
 'dynamic.preserve': False,
 'execution.batch': <class 'solvcon.batch.Batch'>,
 'execution.fpdtype': 'float64',
...