21 #include <grass/N_pde.h>
56 Opt->
options =
"gauss,lu,cholesky,jacobi,sor,cg,bicgstab,pcg";
58 Opt->
description = (
"The type of solver which should solve the "
59 "symmetric linear equation system");
68 Opt->
options =
"gauss,lu,jacobi,sor,bicgstab";
70 Opt->
description = (
"The type of solver which should solve the linear "
79 Opt->
description = (
"Maximum number of iteration used to solve the "
80 "linear equation system");
88 Opt->
description = (
"Error break criteria for iterative solver");
96 Opt->
description = (
"The relaxation parameter used by the jacobi and "
97 "sor solver for speedup or stabilizing");
105 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.