|
IBAMR
IBAMR version 0.19.
|
Class NormOps provides functionality for computing discrete vector norms.
#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. More... | |
| static double | L2Norm (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > *samrai_vector, bool local_only=false) |
| Compute the discrete L2 norm of the SAMRAI vector. More... | |
| static double | maxNorm (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > *samrai_vector, bool local_only=false) |
| Compute the discrete max-norm of the SAMRAI vector. More... | |
Private Member Functions | |
| NormOps ()=delete | |
| Default constructor. More... | |
| NormOps (const NormOps &from)=delete | |
| Copy constructor. More... | |
| NormOps & | operator= (const NormOps &that)=delete |
| Assignment operator. More... | |
Static Private Member Functions | |
| static double | L1Norm_local (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > *samrai_vector) |
| Compute the local L1 norm. More... | |
| static double | L2Norm_local (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > *samrai_vector) |
| Compute the local L2 norm. More... | |
|
privatedelete |
|
privatedelete |
| from | The value to copy to this object. |
|
static |
|
static |
|
static |
| that | The value to assign to this object. |
|
staticprivate |
|
staticprivate |
1.8.17