# Parameter definitions for thorn Laplace2D # $Header$ private: KEYWORD bound "Type of boundary condition at the outer boundary" { "dirichlet" :: "Dirichlet" } "dirichlet" KEYWORD coordsys "Which coordinate system" { "cartesian" :: "Cartesian" "cylindrical" :: "Axisymmetric cylidrical" } "cartesian"