@@ -33,9 +33,9 @@ class compute_residual_and_error(Operator):
3333 normalization_type: int, optional
3434 type of normalization applied to the residuals and norm calculation (optional, defaut: absolute):
3535 0 for absolute,
36- 1 for relative to the first entry at a given time step ,
37- 2 for normalized by the max at a given time step of the first entry or residuals depending on the reference field option,
38- 3 for normalized by the max over all time steps of the first entry or residuals depending on the reference field option
36+ 1 for relative to the first entry,
37+ 2 for normalized by the max of each field of the first entry or residuals depending on the reference field option,
38+ 3 for normalized by the max over all fields of the first entry or residuals depending on the reference field option
3939 norm_calculation_type: int, optional
4040 type for norm calculation (optional, default: L2) - It is normalized depending on Pin2 selection
4141 1 for L1, ie sum(abs(xi)),
@@ -140,9 +140,9 @@ def _spec() -> Specification:
140140 optional = True ,
141141 document = r"""type of normalization applied to the residuals and norm calculation (optional, defaut: absolute):
142142 0 for absolute,
143- 1 for relative to the first entry at a given time step ,
144- 2 for normalized by the max at a given time step of the first entry or residuals depending on the reference field option,
145- 3 for normalized by the max over all time steps of the first entry or residuals depending on the reference field option""" ,
143+ 1 for relative to the first entry,
144+ 2 for normalized by the max of each field of the first entry or residuals depending on the reference field option,
145+ 3 for normalized by the max over all fields of the first entry or residuals depending on the reference field option""" ,
146146 ),
147147 2 : PinSpecification (
148148 name = "norm_calculation_type" ,
@@ -308,9 +308,9 @@ def normalization_type(self) -> Input:
308308
309309 type of normalization applied to the residuals and norm calculation (optional, defaut: absolute):
310310 0 for absolute,
311- 1 for relative to the first entry at a given time step ,
312- 2 for normalized by the max at a given time step of the first entry or residuals depending on the reference field option,
313- 3 for normalized by the max over all time steps of the first entry or residuals depending on the reference field option
311+ 1 for relative to the first entry,
312+ 2 for normalized by the max of each field of the first entry or residuals depending on the reference field option,
313+ 3 for normalized by the max over all fields of the first entry or residuals depending on the reference field option
314314
315315 Returns
316316 -------
0 commit comments