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

Method build_solver

dedalus/core/problems.py:96–98  ·  view source on GitHub ↗

Build corresponding solver class.

(self, *args, **kw)

Source from the content-addressed store, hash-verified

94 return eqn
95
96 def build_solver(self, *args, **kw):
97 """Build corresponding solver class."""
98 return self.solver_class(self, *args, **kw)
99
100 def _check_equation_conditions(self, eqn):
101 """Check equation conditions."""

Callers 15

kdv_burgers.pyFile · 0.80
shear_flow.pyFile · 0.80
max_growth_rateFunction · 0.80
pipe_flow.pyFile · 0.80
mathieu_evp.pyFile · 0.80
poisson.pyFile · 0.80
shallow_water.pyFile · 0.80
rayleigh_benard.pyFile · 0.80

Calls

no outgoing calls

Tested by 15

test_heat_periodicFunction · 0.64
test_cartesian_outputFunction · 0.64
test_polar_outputFunction · 0.64
test_spherical_outputFunction · 0.64
test_skew_implicitFunction · 0.64
test_trace_implicitFunction · 0.64
test_transpose_implicitFunction · 0.64
test_curl_implicit_FFFFunction · 0.64