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

Change default of boundary parameters to "none" from "skip" #28

Closed ianhinder closed 13 years ago

ianhinder commented 14 years ago

Currently, if you want even symmetry BCs to be applied, you need to specify parameters for the boundary conditions of the evolved variables. It is very easy to forget to do this, and then symmetries are not applied. If we change the default from "skip" to "none", then users won't need to worry about this parameter.

eschnett commented 14 years ago

This is a good idea.

ianhinder commented 13 years ago

This has been implemented in commit 8fe31b346679148fcea5d47d3508fcd2c7c8d75c.