ianhinder / Kranc

A Mathematica package for generating code for solving time dependent partial differential equations
http://kranccode.org
GNU General Public License v2.0
29 stars 10 forks source link

Allow additional parameter checks #22

Open ianhinder opened 14 years ago

ianhinder commented 14 years ago

Currently there is no way to constrain the possible values of parameters. It should be possible to specify the ranges that are eventually used in the param.ccl file, and also to specify customised inequalities which can be checked programatically in ParamCheck. (Request from Tanja Bode)

ianhinder commented 11 years ago

The latter (customised inequalities which can be checked programatically in ParamCheck) has been implemented and documented in commit 58eb73177f4ea930b8380772bd4c7fdaa663dc8f [May 2012]. The former (ranges in param.ccl) has not been implemented, but should be.