0.6.0
Loading...
Searching...
No Matches
mod_compute_error Module Reference

Data Types

interface  compute_and_print_error
 Compute and print the error of a field defined on cells or faces. More...
 
interface  compute_error
 Compute the error of a field defined on cells or faces. More...
 

Functions/Subroutines

subroutine compute_error_cell (field, reference_field, grid_volume, is_relative_error, mask, error_l1, error_l2, error_linf)
 Compute relative or absolute error of a field defined on cells with respect to a reference field.
 
subroutine compute_error_face (field, reference_field, grid_volume, is_relative_error, mask, error_l1, error_l1_u, error_l1_v, error_l1_w, error_l2, error_l2_u, error_l2_v, error_l2_w, error_linf, error_linf_u, error_linf_v, error_linf_w)
 Compute error of a field defined on faces with respect to a reference field.
 
subroutine compute_and_print_error_cell (label, field, reference_field, grid_volume, is_relative_error, mask)
 Compute and print the error of a field defined on cells with respect to a reference field.
 
subroutine compute_and_print_error_face (label, field, reference_field, grid_volume, is_relative_error, mask)
 Compute and print the error of a field defined on faces with respect to a reference field.
 
subroutine compute_and_print_l1_error_face (label, field, reference_field, grid_volume, is_relative_error, mask)
 Compute and print the L1 error of a field defined on faces with respect to a reference field.
 
subroutine compute_and_print_l2_error_face (label, field, reference_field, grid_volume, is_relative_error, mask)
 Compute and print the L2 error of a field defined on faces with respect to a reference field.
 
subroutine compute_and_print_linf_error_face (label, field, reference_field, grid_volume, is_relative_error, mask)
 Compute and print the Linf error of a field defined on faces with respect to a reference field.
 
subroutine print_error (label, error_l1, error_l2, error_linf)
 Print the errors with a specific format.