Skip to content
Snippets Groups Projects
Commit 2df13aa7 authored by Brian Groenke's avatar Brian Groenke
Browse files

Add param method with global auto-param switch

Adds a new method `param` and type `FixedParam` which represents a parameter
of the system that is assumed constant at simulation time. This is useful
for tracking all parameters of the system but still permitting the user
to individually specify which values to vary as parameters.

The global switch `AUTOPARAM` can be enabled to mark all parameters
as variable by default.
parent 9f0d505f
No related branches found
No related tags found
No related merge requests found
Showing
with 142 additions and 69 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment