This will throw this error when compiled in debug mode:
The violated condition was:
model_constant_name_map.find(constant_name) != model_constant_name_map.end()
Additional information:
PRISMS-PF Error: Mismatch between constants in parameters.prm and
customPDE.h. The constant that you attempted to access was not_a_variable.
Added assertions for when we try to access an invalid map entry in
model_constants
.Say we have:
This will throw this error when compiled in debug mode:
Closes #102