GeneralisedRushLarsenFirstOrderModel

class chaste_codegen.GeneralisedRushLarsenFirstOrderModel(model, file_name, **kwargs)[source]

Bases: ChasteModel

Holds template and information specific for the GeneralisedRushLarsen model type

Methods Summary

eq_in_evaluate_partial_derivative(eq, ...)

Indicate if the lhs of equation eq appears in used_jacobian_vars specified here so derived model types can specify in detail what happens here

eq_in_evaluate_y_derivative(eq, used_equations)

Indicate if the lhs of equation eq appears in used_equations specified here so derived model types can specify in detail what happens here

Methods Documentation

eq_in_evaluate_partial_derivative(eq, used_jacobian_vars)[source]

Indicate if the lhs of equation eq appears in used_jacobian_vars specified here so derived model types can specify in detail what happens here

eq_in_evaluate_y_derivative(eq, used_equations)[source]

Indicate if the lhs of equation eq appears in used_equations specified here so derived model types can specify in detail what happens here

eq_in_evaluate_y_derivative(eq, used_equations)[source]

Indicate if the lhs of equation eq appears in used_equations specified here so derived model types can specify in detail what happens here

eq_in_evaluate_partial_derivative(eq, used_jacobian_vars)[source]

Indicate if the lhs of equation eq appears in used_jacobian_vars specified here so derived model types can specify in detail what happens here