# Parameter definitions for thorn IDSWTEF # $Header$ SHARES: IDScalarWave EXTENDS KEYWORD initial_data { "charge-TATelliptic-Fortran" :: "Uniformly charged sphere, solved with TATelliptic in Fortran" } PRIVATE: STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options to pass to the elliptic solver" { .* :: "a set of options for the solver in the Util_Table syntax" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "positive" } 1.0 REAL charge "Charge of uniformly charged sphere" { *:* :: "anything" } 1.0 CCTK_INT mgfactor "multigrid factor" { 1:* :: "" } 2 CCTK_INT nx "array size in x direction" { 0:* :: "" } 10 CCTK_INT ny "array size in y direction" { 0:* :: "" } 10 CCTK_INT nz "array size in z direction" { 0:* :: "" } 10 CCTK_INT ngx "ghost zones in x direction" { 0:* :: "" } 1 CCTK_INT ngy "ghost zones in y direction" { 0:* :: "" } 1 CCTK_INT ngz "ghost zones in z direction" { 0:* :: "" } 1