IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
Static Public Member Functions | List of all members
IBTK::NormOps Class Reference

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.
 

Detailed Description

Class NormOps provides functionality for computing discrete vector norms.


The documentation for this class was generated from the following files: