milibopp / jelly

Abstraction layer for running numerical hydrodynamics software
1 stars 0 forks source link

Make a clear distinction between 2D and 3D functionality #32

Open milibopp opened 10 years ago

milibopp commented 10 years ago

Currently all 2D quantities use 3D vectors. It would be good to get rid of that and instead have the IC writer deal with this format-specific nuisance. Generally, checks are in order to see if one's using 2D and 3D functionality in incompatible ways.

Moredread commented 10 years ago

Sounds good

Moredread commented 10 years ago

Also see redundant handling in #41