| /libCEED/tests/ |
| H A D | t200-elemrestriction.c | 10 CeedInt num_elem = 3; in main() local
|
| H A D | t509-operator.c | 15 CeedInt num_elem = 15, p = 5; in main() local
|
| H A D | t205-elemrestriction.c | 11 CeedInt num_elem = 3; in main() local
|
| H A D | t201-elemrestriction.c | 11 CeedInt num_elem = 3; in main() local
|
| H A D | t204-elemrestriction.c | 11 CeedInt num_elem = 3; in main() local
|
| H A D | t206-elemrestriction.c | 11 CeedInt num_elem = 5; in main() local
|
| H A D | t207-elemrestriction.c | 11 CeedInt num_elem = 5; in main() local
|
| H A D | t217-elemrestriction.c | 10 CeedInt num_elem = 6, elem_size = 2; in main() local
|
| H A D | t234-elemrestriction.c | 10 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
|
| H A D | t208-elemrestriction.c | 11 CeedInt num_elem = 8; in main() local
|
| H A D | t202-elemrestriction.c | 11 CeedInt num_elem = 8; in main() local
|
| H A D | t218-elemrestriction.c | 10 CeedInt num_elem = 6, elem_size = 4; in main() local
|
| H A D | t232-elemrestriction.c | 10 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
|
| H A D | t220-elemrestriction.c | 12 CeedInt num_elem = 6, p = 2, dim = 1; in main() local
|
| H A D | t504-operator.c | 18 CeedInt num_elem = 15, p = 5, q = 8; in main() local
|
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 17 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 D | ceed-magma-basis.c | 29 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 D | ceed-sycl-gen-operator-build.sycl.cpp | 427 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 D | ex3-volume.c | 190 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 D | ex2-surface.c | 206 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 D | ex1-volume.c | 200 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 D | ceed-sycl-ref-basis.sycl.cpp | 39 …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 D | ceed-sycl-ref-operator.sycl.cpp | 118 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 D | ex1-volume.c | 210 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 D | ceed-cuda-gen-operator.c | 75 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
|