0.6.0
Loading...
Searching...
No Matches
compute_norms.f90 File Reference

Data Types

interface  mod_compute_norms::compute_norms
 Compute the error of a field defined on cells or faces. More...
 

Modules

module  mod_compute_norms
 

Functions/Subroutines

double precision function, dimension(3) mod_compute_norms::compute_norms_cell (field, grid_volume)
 Compute the L1, L2, and Linf norms of a cell-centered field.
 
double precision function, dimension(3) mod_compute_norms::compute_norms_face (field, grid_volume)
 Compute the L1, L2, and Linf norms of a face-centered field.
 
subroutine mod_compute_norms::print_norms (label, norms)
 Print the norms with a specific format.