Searched refs:NORM_2 (Results 1 – 7 of 7) sorted by relevance
| /libCEED/python/ |
| H A D | ceed_constants.py | 38 NORM_2 = lib.CEED_NORM_2 variable 41 NORM_2: "L2 norm",
|
| H A D | ceed_vector.py | 12 from .ceed_constants import MEM_HOST, USE_POINTER, COPY_VALUES, NORM_2, scalar_types 394 def norm(self, normtype=NORM_2):
|
| /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`. 94 const NORM_2 = C.CEED_NORM_2 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`, 102 ntype = NORM_2
|
| H A D | LibCEED.jl | 46 NORM_2,
|
| /libCEED/examples/petsc/ |
| H A D | dmswarm.c | 254 PetscCall(VecNorm(U_projected, NORM_2, &error)); in main() 255 PetscCall(VecNorm(U_mesh, NORM_2, &norm_u_mesh)); in main()
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 756 PetscCall(VecNorm(error_vec, NORM_2, &l2_error)); in main() 757 PetscCall(VecNorm(U, NORM_2, &l2_U_norm)); in main()
|