Home
last modified time | relevance | path

Searched defs:num_elem (Results 51 – 75 of 148) sorted by relevance

123456

/libCEED/tests/
H A Dt233-elemrestriction.c9 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
H A Dt231-elemrestriction.c10 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
H A Dt219-elemrestriction.c11 CeedInt num_elem = 6, elem_size = 2; in main() local
H A Dt203-elemrestriction.c11 CeedInt num_elem = 8; in main() local
H A Dt213-elemrestriction.c13 CeedInt num_elem = 8; in main() local
H A Dt500-operator.c18 CeedInt num_elem = 15, p = 5, q = 8; in main() local
H A Dt540-operator.c18 CeedInt num_elem = 1, p = 4, q = 5, dim = 2; in main() local
H A Dt503-operator.c18 CeedInt num_elem = 15, p = 5, q = 8; in main() local
H A Dt501-operator.c18 CeedInt num_elem = 15, p = 5, q = 8; in main() local
H A Dt570-operator.c16 CeedInt num_elem = 15, p = 5, q = 8; in main() local
H A Dt502-operator.c18 CeedInt num_elem = 15, p = 5, q = 8; in main() local
H A Dt507-operator.c18 CeedInt num_elem = 15, p = 5, q = 8; in main() local
H A Dt505-operator.c18 CeedInt num_elem = 15, p = 5, q = 8; in main() local
/libCEED/backends/ref/
H A Dceed-ref-restriction.c20 … const CeedInt start, const CeedInt stop, const CeedInt num_elem, in CeedElemRestrictionApplyStridedNoTranspose_Ref_Core()
61const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyOffsetNoTranspose_Ref_Core()
79const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyOrientedNoTranspose_Ref_Core()
98const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyCurlOrientedNoTranspose_Ref_Core()
140 … const CeedInt start, const CeedInt stop, const CeedInt num_elem, in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Ref_Core()
182 … const CeedInt start, const CeedInt stop, const CeedInt num_elem, in CeedElemRestrictionApplyStridedTranspose_Ref_Core()
222const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyOffsetTranspose_Ref_Core()
246const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyOrientedTranspose_Ref_Core()
270const CeedInt num_elem, const CeedInt elem_size, const CeedSize v_offset, in CeedElemRestrictionApplyCurlOrientedTranspose_Ref_Core()
321 … const CeedInt start, const CeedInt stop, const CeedInt num_elem, in CeedElemRestrictionApplyCurlOrientedUnsignedTranspose_Ref_Core()
[all …]
H A Dceed-ref-basis.c19 static int CeedBasisApplyCore_Ref(CeedBasis basis, bool apply_add, CeedInt num_elem, CeedTransposeM… in CeedBasisApplyCore_Ref()
253 static int CeedBasisApply_Ref(CeedBasis basis, CeedInt num_elem, CeedTransposeMode t_mode, CeedEval… in CeedBasisApply_Ref()
258 static int CeedBasisApplyAdd_Ref(CeedBasis basis, CeedInt num_elem, CeedTransposeMode t_mode, CeedE… in CeedBasisApplyAdd_Ref()
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator.c56 CeedInt num_elem, num_input_fields, num_output_fields; in CeedOperatorApplyAddCore_Hip_gen() local
271 CeedInt num_elem = 0; in CeedOperatorApplyAddComposite_Hip_gen() local
333 CeedInt num_elem, num_input_fields, num_output_fields; in CeedOperatorLinearAssembleQFunctionCore_Hip_gen() local
543 CeedInt num_elem, num_input_fields, num_output_fields; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip_gen() local
722 CeedInt num_elem, num_input_fields, num_output_fields; in CeedOperatorAssembleSingleAtPoints_Hip_gen() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-types.h27 CeedInt num_elem; member
H A Dhip-ref-basis-tensor-at-points.h43 extern "C" __global__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ ch… in InterpAtPoints()
126 extern "C" __global__ void InterpTransposeAtPoints(const CeedInt num_elem, const CeedScalar *__rest… in InterpTransposeAtPoints()
222 extern "C" __global__ void GradAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ cheb… in GradAtPoints()
311 extern "C" __global__ void GradTransposeAtPoints(const CeedInt num_elem, const CeedScalar *__restri… in GradTransposeAtPoints()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-types.h27 CeedInt num_elem; member
H A Dcuda-ref-basis-tensor-at-points.h43 extern "C" __global__ void InterpAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ ch… in InterpAtPoints()
126 extern "C" __global__ void InterpTransposeAtPoints(const CeedInt num_elem, const CeedScalar *__rest… in InterpTransposeAtPoints()
222 extern "C" __global__ void GradAtPoints(const CeedInt num_elem, const CeedScalar *__restrict__ cheb… in GradAtPoints()
311 extern "C" __global__ void GradTransposeAtPoints(const CeedInt num_elem, const CeedScalar *__restri… in GradTransposeAtPoints()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-operator.c107 … CeedVector *e_vecs, CeedVector *q_vecs, CeedInt num_fields, CeedInt Q, CeedInt num_elem) { in CeedOperatorSetupFields_Hip()
240 CeedInt Q, num_elem, num_input_fields, num_output_fields; in CeedOperatorSetup_Hip() local
413 … CeedVector in_vec, CeedVector active_e_vec, CeedInt num_elem, const bool skip_active, in CeedOperatorInputBasis_Hip()
498 CeedInt Q, num_elem, num_input_fields, num_output_fields; in CeedOperatorApplyAdd_Hip() local
622 CeedInt max_num_points = -1, num_elem, num_input_fields, num_output_fields; in CeedOperatorSetupAtPoints_Hip() local
770 … CeedVector in_vec, CeedVector active_e_vec, CeedInt num_elem, const CeedInt *num_points, in CeedOperatorInputBasisAtPoints_Hip()
825 CeedInt max_num_points, *num_points, num_elem, num_input_fields, num_output_fields; in CeedOperatorApplyAddAtPoints_Hip() local
970 …CeedInt num_active_in, num_active_out, Q, num_elem, num_input_fields, num_output_field… in CeedOperatorLinearAssembleQFunctionCore_Hip() local
1405 CeedInt num_elem, num_nodes; in CeedOperatorAssembleDiagonalCore_Hip() local
1823 CeedInt max_num_points, *num_points, num_elem, num_input_fields, num_output_fields; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip() local
H A Dceed-hip-ref-restriction.c26 CeedInt num_elem, num_comp, elem_size, comp_stride; in CeedElemRestrictionSetupCompile_Hip() local
421 CeedInt num_elem, num_comp, num_nodes = 0; in CeedElemRestrictionOffset_Hip() local
503 CeedInt num_elem, num_comp, elem_size; in CeedElemRestrictionCreate_Hip() local
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-operator.c108 … CeedVector *e_vecs, CeedVector *q_vecs, CeedInt num_fields, CeedInt Q, CeedInt num_elem) { in CeedOperatorSetupFields_Cuda()
241 CeedInt Q, num_elem, num_input_fields, num_output_fields; in CeedOperatorSetup_Cuda() local
414 … CeedVector in_vec, CeedVector active_e_vec, CeedInt num_elem, const bool skip_active, in CeedOperatorInputBasis_Cuda()
499 CeedInt Q, num_elem, num_input_fields, num_output_fields; in CeedOperatorApplyAdd_Cuda() local
624 CeedInt max_num_points = -1, num_elem, num_input_fields, num_output_fields; in CeedOperatorSetupAtPoints_Cuda() local
772 … CeedVector in_vec, CeedVector active_e_vec, CeedInt num_elem, const CeedInt *num_points, in CeedOperatorInputBasisAtPoints_Cuda()
827 CeedInt max_num_points, *num_points, num_elem, num_input_fields, num_output_fields; in CeedOperatorApplyAddAtPoints_Cuda() local
973 …CeedInt num_active_in, num_active_out, Q, num_elem, num_input_fields, num_output_field… in CeedOperatorLinearAssembleQFunctionCore_Cuda() local
1408 CeedInt num_elem, num_nodes; in CeedOperatorAssembleDiagonalCore_Cuda() local
1826 CeedInt max_num_points, *num_points, num_elem, num_input_fields, num_output_fields; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda() local
H A Dceed-cuda-ref-restriction.c27 CeedInt num_elem, num_comp, elem_size, comp_stride; in CeedElemRestrictionSetupCompile_Cuda() local
420 CeedInt num_elem, num_comp, num_nodes = 0; in CeedElemRestrictionOffset_Cuda() local
502 CeedInt num_elem, num_comp, elem_size; in CeedElemRestrictionCreate_Cuda() local
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c53 PetscInt c_start, c_end, num_elem; in SetupLibceedByDegree() local
251 PetscInt c_start, c_end, num_elem; in SetupErrorOperator() local

123456