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

Data Types

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

Functions/Subroutines

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