Searched refs:NORM_MAX (Results 1 – 7 of 7) sorted by relevance
| /libCEED/python/ |
| H A D | ceed_constants.py | 39 NORM_MAX = lib.CEED_NORM_MAX variable 42 NORM_MAX: "max 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`. 95 const NORM_MAX = C.CEED_NORM_MAX 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`, 104 ntype = NORM_MAX
|
| H A D | LibCEED.jl | 47 NORM_MAX,
|
| /libCEED/examples/fluids/src/ |
| H A D | misc.c | 157 PetscCall(VecNorm(Q_ref, NORM_MAX, &norm_Q)); in RegressionTest() 158 PetscCall(VecNorm(Q_ref, NORM_MAX, &norm_Q_ref)); in RegressionTest() 161 PetscCall(VecNorm(Q, NORM_MAX, &error)); in RegressionTest()
|
| /libCEED/examples/python/ |
| H A D | tutorial-1-vector.ipynb | 200 "norm_max = x.norm(normtype=libceed.NORM_MAX)\n",
|
| /libCEED/python/tests/ |
| H A D | test-1-vector.py | 207 norm = x.norm(normtype=libceed.NORM_MAX)
|