Home
last modified time | relevance | path

Searched refs:NORM_1 (Results 1 – 7 of 7) sorted by relevance

/libCEED/python/
H A Dceed_constants.py37 NORM_1 = lib.CEED_NORM_1 variable
40 norm_types = {NORM_1: "L1 norm",
/libCEED/julia/LibCEED.jl/src/
H A DGlobals.jl90 Denotes type of vector norm. One of `NORM_1`, `NORM_2`, or `NORM_MAX`.
93 const NORM_1 = C.CEED_NORM_1 constant
H A DCeedVector.jl81 The norm type can either be specified as one of `NORM_1`, `NORM_2`, `NORM_MAX`.
95 `p` can have value 1, 2, or Inf, corresponding to `NORM_1`, `NORM_2`, and `NORM_MAX`,
100 ntype = NORM_1
H A DLibCEED.jl45 NORM_1,
/libCEED/examples/fluids/src/
H A Dmisc.c189 PetscCall(VecNorm(Q_exact, NORM_1, &norm_exact)); in PrintError()
191 PetscCall(VecNorm(Q, NORM_1, &norm_error)); in PrintError()
/libCEED/examples/python/
H A Dtutorial-1-vector.ipynb194 "norm_1 = x.norm(normtype=libceed.NORM_1)\n",
/libCEED/python/tests/
H A Dtest-1-vector.py199 norm = x.norm(normtype=libceed.NORM_1)