22 #include <grass/N_pde.h> 56 Opt->
options =
"gauss,lu,cholesky,jacobi,sor,cg,bicgstab,pcg";
59 (
"The type of solver which should solve the symmetric linear equation system");
68 Opt->
options =
"gauss,lu,jacobi,sor,bicgstab";
71 (
"The type of solver which should solve the linear equation system");
80 (
"Maximum number of iteration used to solve the linear equation system");
89 (
"Error break criteria for iterative solver");
98 (
"The relaxation parameter used by the jacobi and sor solver for speedup or stabilizing");
106 Opt->
description =
_(
"The calculation time in seconds");
struct Option * G_define_option(void)
Initializes an Option struct.
struct Option * N_define_standard_option(int opt)
Create standardised Option structure related to the gpde library.
Structure that stores option information.