AbstractODEParams#
- class dynode.simulation.odes.AbstractODEParams#
Bases:
Mapping
The internal representation containing parameters passed to the ODEs.
Because ODEs work with vectors/matricies/tensors as opposed to objects, this internal state flattens the list of strains into the tensors of information separate from the Strain class entirely.
- __init__() None #
Methods
Attributes
- _abc_impl = <_abc._abc_data object>#
- from_tuple()#
- items() a set-like object providing a view on D's items #
- keys() a set-like object providing a view on D's keys #
- replace(**kwargs)#
- static_keynames = None#
- to_tuple()#
- values() an object providing a view on D's values #