Implementation of the methods of TYPE tpo_formulation that analyze a grid function.
FT 12.07.2021
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tpo), | intent(inout) | :: | this | |||
| double precision, | intent(in) | :: | lower_bound | |||
| double precision, | intent(in) | :: | upper_bound | |||
| double precision, | intent(in), | DIMENSION(:,:,:) | :: | constraint | ||
| integer, | intent(in) | :: | l | |||
| logical, | intent(in) | :: | export | |||
| integer, | intent(in) | :: | unit_analysis | |||
| integer, | intent(out) | :: | cnt |
Count on how many grid points the argument 'constraint' has values lying in the intervals
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tpo), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | l | |||
| double precision, | intent(in), | DIMENSION(:,:,:) | :: | constraint | ||
| character(len=*), | intent(in) | :: | name_constraint | |||
| integer, | intent(in) | :: | unit_logfile | |||
| character(len=*), | intent(in) | :: | name_analysis | |||
| double precision, | intent(out) | :: | l2_norm | |||
| double precision, | intent(out) | :: | loo_norm | |||
| double precision, | intent(out) | :: | integral | |||
| double precision, | intent(in), | optional, | DIMENSION(:,:,:) | :: | source |