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

Method _build_matrix_expressions

dedalus/core/problems.py:104–106  ·  view source on GitHub ↗

Build LHS matrix expressions.

(self, eqn)

Source from the content-addressed store, hash-verified

102 raise NotImplementedError("Subclassses must implement.")
103
104 def _build_matrix_expressions(self, eqn):
105 """Build LHS matrix expressions."""
106 raise NotImplementedError("Subclassses must implement.")
107
108 @staticmethod
109 def _check_domain_containment(subexpr, supexpr, subname, supname):

Callers 1

add_equationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected