Home
last modified time | relevance | path

Searched defs:V (Results 1 – 25 of 25) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DMisc.jl42 @inline function setvoigt!(V, J, ::CeedDim{1}) argument
46 @inline function setvoigt!(V, J, ::CeedDim{2}) argument
54 @inline function setvoigt!(V, J, ::CeedDim{3}) argument
72 @inline getvoigt(V, ::CeedDim{1}) = @inbounds @SMatrix [V[1]] argument
73 @inline getvoigt(V, ::CeedDim{2}) = @inbounds @SMatrix [V[1] V[3]; V[3] V[2]] argument
74 @inline getvoigt(V, ::CeedDim{3}) = @inbounds @SMatrix [ argument
83 @inline function getvoigt!(J, V, ::CeedDim{1}) argument
87 @inline function getvoigt!(J, V, ::CeedDim{2}) argument
96 @inline function getvoigt!(J, V, ::CeedDim{3}) argument
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-tensor-templates.h20 … void ContractX1d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractX1d()
36 …tractTransposeX1d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeX1d()
129 … void ContractX2d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractX2d()
145 … void ContractY2d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractY2d()
161 …tractTransposeY2d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeY2d()
177 …tractTransposeX2d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeX2d()
193 …ctTransposeAddX2d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeAddX2d()
322 … void ContractX3d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractX3d()
345 … void ContractY3d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractY3d()
368 … void ContractZ3d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractZ3d()
[all …]
H A Dcuda-shared-basis-tensor-flattened-templates.h21 CeedScalar *V) { in ContractX2dFlattened()
38 CeedScalar *V) { in ContractY2dFlattened()
55 const CeedScalar *B, CeedScalar *V) { in ContractTransposeY2dFlattened()
72 const CeedScalar *B, CeedScalar *V) { in ContractTransposeX2dFlattened()
89 const CeedScalar *B, CeedScalar *V) { in ContractTransposeAddX2dFlattened()
292 const CeedScalar *B, CeedScalar *V) { in ContractX3dFlattened()
309 const CeedScalar *B, CeedScalar *V) { in ContractY3dFlattened()
326 const CeedScalar *B, CeedScalar *V) { in ContractZ3dFlattened()
343 const CeedScalar *B, CeedScalar *V) { in ContractTransposeZ3dFlattened()
360 … const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeAddZ3dFlattened()
[all …]
H A Dcuda-shared-basis-nontensor-templates.h16 …_ void Contract1d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in Contract1d()
32 …ntractTranspose1d(SharedData_Cuda &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTranspose1d()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-shared-basis-tensor-templates.h20 …_ void ContractX1d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractX1d()
36 …ntractTransposeX1d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeX1d()
129 …_ void ContractX2d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractX2d()
145 …_ void ContractY2d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractY2d()
161 …ntractTransposeY2d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeY2d()
177 …ntractTransposeX2d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeX2d()
193 …actTransposeAddX2d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeAddX2d()
321 …_ void ContractX3d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractX3d()
344 …_ void ContractY3d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractY3d()
367 …_ void ContractZ3d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractZ3d()
[all …]
H A Dhip-shared-basis-tensor-flattened-templates.h21 CeedScalar *V) { in ContractX2dFlattened()
38 CeedScalar *V) { in ContractY2dFlattened()
55 const CeedScalar *B, CeedScalar *V) { in ContractTransposeY2dFlattened()
72 const CeedScalar *B, CeedScalar *V) { in ContractTransposeX2dFlattened()
89 const CeedScalar *B, CeedScalar *V) { in ContractTransposeAddX2dFlattened()
292 const CeedScalar *B, CeedScalar *V) { in ContractX3dFlattened()
309 const CeedScalar *B, CeedScalar *V) { in ContractY3dFlattened()
326 const CeedScalar *B, CeedScalar *V) { in ContractZ3dFlattened()
343 const CeedScalar *B, CeedScalar *V) { in ContractTransposeZ3dFlattened()
360 … const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTransposeAddZ3dFlattened()
[all …]
H A Dhip-shared-basis-nontensor-templates.h16 …__ void Contract1d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in Contract1d()
32 …ontractTranspose1d(SharedData_Hip &data, const CeedScalar *U, const CeedScalar *B, CeedScalar *V) { in ContractTranspose1d()
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor-templates.h20 private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractX1d()
39private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractTransposeX1d()
110 private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractX2d()
130 private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractY2d()
150private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractTransposeY2d()
170private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractTransposeX2d()
190private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractTransposeAddX2d()
281 private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractX3d()
308 private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractY3d()
335 private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractZ3d()
[all …]
/libCEED/backends/magma/tuning/
H A DMakefile18 V ?= $(VERBOSE) macro
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-qfunction.c18 static int CeedQFunctionApply_Hip_gen(CeedQFunction qf, CeedInt Q, CeedVector *U, CeedVector *V) { in CeedQFunctionApply_Hip_gen()
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-qfunction.c18 static int CeedQFunctionApply_Cuda_gen(CeedQFunction qf, CeedInt Q, CeedVector *U, CeedVector *V) { in CeedQFunctionApply_Cuda_gen()
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-qfunction.sycl.cpp19 static int CeedQFunctionApply_Sycl_gen(CeedQFunction qf, CeedInt Q, CeedVector *U, CeedVector *V) { in CeedQFunctionApply_Sycl_gen()
/libCEED/backends/ref/
H A Dceed-ref-qfunction.c17 static int CeedQFunctionApply_Ref(CeedQFunction qf, CeedInt Q, CeedVector *U, CeedVector *V) { in CeedQFunctionApply_Ref()
H A Dceed-ref-basis.c20 CeedVector V) { in CeedBasisApplyCore_Ref()
253 …, CeedInt num_elem, CeedTransposeMode t_mode, CeedEvalMode eval_mode, CeedVector U, CeedVector V) { in CeedBasisApply_Ref()
258 …, CeedInt num_elem, CeedTransposeMode t_mode, CeedEvalMode eval_mode, CeedVector U, CeedVector V) { in CeedBasisApplyAdd_Ref()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-qfunction.c21 static int CeedQFunctionApply_Hip(CeedQFunction qf, CeedInt Q, CeedVector *U, CeedVector *V) { in CeedQFunctionApply_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-qfunction.c21 static int CeedQFunctionApply_Cuda(CeedQFunction qf, CeedInt Q, CeedVector *U, CeedVector *V) { in CeedQFunctionApply_Cuda()
/libCEED/backends/memcheck/
H A Dceed-memcheck-qfunction.c19 static int CeedQFunctionApply_Memcheck(CeedQFunction qf, CeedInt Q, CeedVector *U, CeedVector *V) { in CeedQFunctionApply_Memcheck()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction.sycl.cpp26 static int CeedQFunctionApply_Sycl(CeedQFunction qf, CeedInt Q, CeedVector *U, CeedVector *V) { in CeedQFunctionApply_Sycl()
H A Dceed-sycl-ref-basis.sycl.cpp365 CeedScalar V = 0.0; in CeedBasisApplyNonTensorInterp_Sycl() local
410 CeedScalar V[3] = {0.0, 0.0, 0.0}; in CeedBasisApplyNonTensorGrad_Sycl() local
/libCEED/examples/petsc/
H A Darea.c68 Vec U, U_loc, V, V_loc; in main() local
/libCEED/examples/fluids/qfunctions/
H A Dnewtonian_state.h99 StateEntropy V; in StateEntropyFromPrimitive() local
130 …ION_HELPER StatePrimitive StatePrimitiveFromEntropy(NewtonianIdealGasContext gas, StateEntropy V) { in StatePrimitiveFromEntropy()
144 StateEntropy V = StateEntropyFromPrimitive(gas, s.Y); in StatePrimitiveFromEntropy_fwd() local
183 StateEntropy V; in StateEntropyFromConservative() local
215 …LPER StateConservative StateConservativeFromEntropy(NewtonianIdealGasContext gas, StateEntropy V) { in StateConservativeFromEntropy()
234 StateEntropy V = StateEntropyFromPrimitive(gas, s.Y); in StateConservativeFromEntropy_fwd() local
/libCEED/examples/solids/src/
H A Dmisc.c23 PetscErrorCode SetupJacobianCtx(MPI_Comm comm, AppCtx app_ctx, DM dm, Vec V, Vec V_loc, CeedData ce… in SetupJacobianCtx()
/libCEED/examples/fluids/src/
H A Dpetsc_ops.c30 Vec V; in DMGetGlobalVectorInfo() local
/libCEED/
H A DMakefile104 V ?= $(VERBOSE) macro
/libCEED/rust/libceed-sys/c-src/
H A DMakefile104 V ?= $(VERBOSE) macro