Home
last modified time | relevance | path

Searched defs:num_elem (Results 26 – 50 of 148) sorted by relevance

123456

/libCEED/tests/
H A Dt200-elemrestriction.c10 CeedInt num_elem = 3; in main() local
H A Dt509-operator.c15 CeedInt num_elem = 15, p = 5; in main() local
H A Dt205-elemrestriction.c11 CeedInt num_elem = 3; in main() local
H A Dt201-elemrestriction.c11 CeedInt num_elem = 3; in main() local
H A Dt204-elemrestriction.c11 CeedInt num_elem = 3; in main() local
H A Dt206-elemrestriction.c11 CeedInt num_elem = 5; in main() local
H A Dt207-elemrestriction.c11 CeedInt num_elem = 5; in main() local
H A Dt217-elemrestriction.c10 CeedInt num_elem = 6, elem_size = 2; in main() local
H A Dt234-elemrestriction.c10 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
H A Dt208-elemrestriction.c11 CeedInt num_elem = 8; in main() local
H A Dt202-elemrestriction.c11 CeedInt num_elem = 8; in main() local
H A Dt218-elemrestriction.c10 CeedInt num_elem = 6, elem_size = 4; in main() local
H A Dt232-elemrestriction.c10 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
H A Dt220-elemrestriction.c12 CeedInt num_elem = 6, p = 2, dim = 1; in main() local
H A Dt504-operator.c18 CeedInt num_elem = 15, p = 5, q = 8; in main() local
/libCEED/examples/rust/mesh/src/
H A Dlib.rs17 let mut num_elem = problem_size / solution_degree.pow(dim as u32) as i64; localVariable
58 let mut num_elem = 1; localVariable
/libCEED/backends/magma/
H A Dceed-magma-basis.c29 static int CeedBasisApplyCore_Magma(CeedBasis basis, bool apply_add, CeedInt num_elem, CeedTranspos… in CeedBasisApplyCore_Magma()
256 static int CeedBasisApply_Magma(CeedBasis basis, CeedInt num_elem, CeedTransposeMode t_mode, CeedEv… in CeedBasisApply_Magma()
261 static int CeedBasisApplyAdd_Magma(CeedBasis basis, CeedInt num_elem, CeedTransposeMode t_mode, Cee… in CeedBasisApplyAdd_Magma()
269 int CeedBasisApplyAtPoints_Magma(CeedBasis basis, const CeedInt num_elem, const CeedInt *num_points… in CeedBasisApplyAtPoints_Magma()
277 static int CeedBasisApplyNonTensorCore_Magma(CeedBasis basis, bool apply_add, CeedInt num_elem, Cee… in CeedBasisApplyNonTensorCore_Magma()
466 static int CeedBasisApplyNonTensor_Magma(CeedBasis basis, CeedInt num_elem, CeedTransposeMode t_mod… in CeedBasisApplyNonTensor_Magma()
472 static int CeedBasisApplyAddNonTensor_Magma(CeedBasis basis, CeedInt num_elem, CeedTransposeMode t_… in CeedBasisApplyAddNonTensor_Magma()
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.sycl.cpp427 CeedInt num_elem; in CeedOperatorBuildKernel_Sycl_gen() local
543 CeedInt num_elem; in CeedOperatorBuildKernel_Sycl_gen() local
737 CeedInt num_elem; in CeedOperatorBuildKernel_Sycl_gen() local
/libCEED/examples/ceed/
H A Dex3-volume.c190 CeedInt num_elem = 1; in main() local
286 CeedInt num_elem = prob_size / CeedIntPow(degree, dim); in GetCartesianMeshSize() local
312 CeedInt nd[3], num_elem = 1, scalar_size = 1; in BuildCartesianRestriction() local
H A Dex2-surface.c206 CeedInt num_elem = 1; in main() local
317 CeedInt num_elem = prob_size / CeedIntPow(degree, dim); in GetCartesianMeshSize() local
343 CeedInt nd[3], num_elem = 1, scalar_size = 1; in BuildCartesianRestriction() local
H A Dex1-volume.c200 CeedInt num_elem = 1; in main() local
297 CeedInt num_elem = prob_size / CeedIntPow(degree, dim); in GetCartesianMeshSize() local
323 CeedInt nd[3], num_elem = 1, scalar_size = 1; in BuildCartesianRestriction() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp39 …terp_Sycl(sycl::queue &sycl_queue, const SyclModule_t &sycl_module, CeedInt num_elem, const CeedBa… in CeedBasisApplyInterp_Sycl()
142 …Grad_Sycl(sycl::queue &sycl_queue, const SyclModule_t &sycl_module, CeedInt num_elem, const CeedBa… in CeedBasisApplyGrad_Sycl()
245 static int CeedBasisApplyWeight_Sycl(sycl::queue &sycl_queue, CeedInt num_elem, const CeedBasis_Syc… in CeedBasisApplyWeight_Sycl()
270 static int CeedBasisApply_Sycl(CeedBasis basis, const CeedInt num_elem, CeedTransposeMode t_mode, C… in CeedBasisApply_Sycl()
338 static int CeedBasisApplyNonTensorInterp_Sycl(sycl::queue &sycl_queue, CeedInt num_elem, CeedInt is… in CeedBasisApplyNonTensorInterp_Sycl()
379 static int CeedBasisApplyNonTensorGrad_Sycl(sycl::queue &sycl_queue, CeedInt num_elem, CeedInt is_t… in CeedBasisApplyNonTensorGrad_Sycl()
435 static int CeedBasisApplyNonTensorWeight_Sycl(sycl::queue &sycl_queue, CeedInt num_elem, const Ceed… in CeedBasisApplyNonTensorWeight_Sycl()
456 static int CeedBasisApplyNonTensor_Sycl(CeedBasis basis, const CeedInt num_elem, CeedTransposeMode … in CeedBasisApplyNonTensor_Sycl()
H A Dceed-sycl-ref-operator.sycl.cpp118 CeedInt num_fields, CeedInt Q, CeedInt num_elem) { in CeedOperatorSetupFields_Sycl()
220 CeedInt Q, num_elem, num_input_fields, num_output_fields; in CeedOperatorSetup_Sycl() local
299 static inline int CeedOperatorInputBasis_Sycl(CeedInt num_elem, CeedQFunctionField *qf_input_fields… in CeedOperatorInputBasis_Sycl()
375 CeedInt Q, num_elem, elem_size, num_input_fields, num_output_fields, size; in CeedOperatorApplyAdd_Sycl() local
482 …CeedInt num_active_in, num_active_out, Q, num_elem, num_input_fields, num_output_field… in CeedOperatorLinearAssembleQFunctionCore_Sycl() local
832 …atorLinearDiagonal_Sycl(sycl::queue &sycl_queue, const bool is_point_block, const CeedInt num_elem, in CeedOperatorLinearDiagonal_Sycl()
915 CeedInt num_elem; in CeedOperatorAssembleDiagonalCore_Sycl() local
1003 … num_B_out_mats_to_load = 0, size_B_out = 0, num_qpts = 0, elem_size = 0, num_elem, num_comp, in CeedOperatorAssembleSingleSetup_Sycl() local
1194 const CeedInt num_elem = asmb->num_elem; in CeedOperatorLinearAssemble_Sycl() local
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c210 CeedInt num_elem = 1; in main() local
307 CeedInt num_elem = prob_size / CeedIntPow(degree, dim); in GetCartesianMeshSize() local
333 CeedInt nd[3], num_elem = 1, scalar_size = 1; in BuildCartesianRestriction() local
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator.c75 static int BlockGridCalculate(CeedInt num_elem, int blocks_per_sm, int max_threads_per_block, int m… in BlockGridCalculate()
110 CeedInt num_elem, num_input_fields, num_output_fields; in CeedOperatorApplyAddCore_Cuda_gen() local
313 CeedInt num_elem = 0; in CeedOperatorApplyAddComposite_Cuda_gen() local
365 CeedInt num_elem, num_input_fields, num_output_fields; in CeedOperatorLinearAssembleQFunctionCore_Cuda_gen() local
564 CeedInt num_elem, num_input_fields, num_output_fields; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda_gen() local
727 CeedInt num_elem, num_input_fields, num_output_fields; in CeedOperatorAssembleSingleAtPoints_Cuda_gen() local

123456