Loading web-font TeX/Math/Italic
OGS
[tag] norm_type

The type of norm of the solution vector being computed.

Possible values:

  • NORM1 for the l_1-norm
  • NORM2 for the l_2-norm
  • INFINITY_N for the l_\infty-norm.

Additional info

From NumLib/ODESolver/ConvergenceCriterionDeltaX.cpp line 73

  • This is a required parameter.
  • Data type: std::string
  • Expanded tag path: time_loop.processes.process.convergence_criterion.DeltaX.norm_type
  • Go to source code: → ogs/ogs/master

Used in the following test data files