AMReX-Fluids / IAMR

A parallel, adaptive mesh refinement (AMR) code that solves the variable-density incompressible Navier-Stokes equations.
https://amrex-fluids.github.io/IAMR/
79 stars 57 forks source link

Added fixed norm calculations for ViscBench.cpp #132

Closed dcoveney closed 1 year ago

dcoveney commented 1 year ago

Updated the ViscBench.cpp file for the Taylor-Green benchmark. The L1, L2 and L_{inf} norms should now be calculated correctly, using the built-in MultiFab norm0, norm1 and norm2 member functions.