IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
|
Class NormOps provides functionality for computing discrete vector norms. More...
#include </home/runner/work/IBAMR/IBAMR/ibtk/include/ibtk/NormOps.h>
Static Public Member Functions | |
static double | L1Norm (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > *samrai_vector, bool local_only=false) |
Compute the discrete L1 norm of the SAMRAI vector. | |
static double | L2Norm (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > *samrai_vector, bool local_only=false) |
Compute the discrete L2 norm of the SAMRAI vector. | |
static double | maxNorm (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > *samrai_vector, bool local_only=false) |
Compute the discrete max-norm of the SAMRAI vector. | |
Class NormOps provides functionality for computing discrete vector norms.