Searched refs:NORM_1 (Results 1 – 7 of 7) sorted by relevance
| /libCEED/python/ |
| H A D | ceed_constants.py | 37 NORM_1 = lib.CEED_NORM_1 variable 40 norm_types = {NORM_1: "L1 norm",
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Globals.jl | 90 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 D | CeedVector.jl | 81 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 D | LibCEED.jl | 45 NORM_1,
|
| /libCEED/examples/fluids/src/ |
| H A D | misc.c | 189 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 D | tutorial-1-vector.ipynb | 194 "norm_1 = x.norm(normtype=libceed.NORM_1)\n",
|
| /libCEED/python/tests/ |
| H A D | test-1-vector.py | 199 norm = x.norm(normtype=libceed.NORM_1)
|