MCPcopy Create free account
hub / github.com/DedalusProject/dedalus / __init__

Method __init__

dedalus/core/solvers.py:162–165  ·  view source on GitHub ↗
(self, problem, **kw)

Source from the content-addressed store, hash-verified

160 matrices = ['M', 'L']
161
162 def __init__(self, problem, **kw):
163 logger.debug('Beginning EVP instantiation')
164 super().__init__(problem, **kw)
165 logger.debug('Finished EVP instantiation')
166
167 def print_subproblem_ranks(self, subproblems=None, target=0):
168 """Print rank of each subproblem LHS."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected