# Parameter definitions for thorn IDSWTEjacobian # $Header$ SHARES: IDScalarWave EXTENDS KEYWORD initial_data { "charge-TATelliptic-jacobian" :: "Uniformly charged sphere, solved with TATelliptic" } PRIVATE: STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATPETSc" 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:* :: "" } 1.0 REAL charge "Charge of uniformly charged sphere" { *:* :: "" } 1.0 KEYWORD boundary "Outer boundary condition" { "Robin" :: "" "Scalar" :: "" } "Robin"