| /libCEED/backends/sycl-gen/ |
| H A D | ceed-sycl-gen-operator-build.sycl.cpp | 30 extern "C" int BlockGridCalculate_Sycl_gen(const CeedInt dim, const CeedInt P_1d, const CeedInt Q_1… in BlockGridCalculate_Sycl_gen() 66 …CeedInt Q, P_1d = 0, Q_1d = 0, elem_size, num_input_fields, num_output_fields, n… in CeedOperatorBuildKernel_Sycl_gen() local 462 CeedInt P_1d; in CeedOperatorBuildKernel_Sycl_gen() local 699 CeedInt P_1d; in CeedOperatorBuildKernel_Sycl_gen() local
|
| H A D | ceed-sycl-gen-operator.sycl.cpp | 125 const CeedInt P_1d = impl->max_P_1d; in CeedOperatorApplyAdd_Sycl_gen() local
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 39 static int ComputeBasisThreadBlockSizes(const CeedInt dim, const CeedInt P_1d, const CeedInt Q_1d, … in ComputeBasisThreadBlockSizes() 118 CeedInt P_1d, Q_1d; in CeedBasisApplyTensorCore_Hip_shared() local 165 CeedInt P_1d, Q_1d; in CeedBasisApplyTensorCore_Hip_shared() local 333 CeedInt P_1d; in CeedBasisApplyAtPointsCore_Hip_shared() local 382 CeedInt P_1d, Q_1d; in CeedBasisApplyAtPointsCore_Hip_shared() local 430 CeedInt P_1d, Q_1d; in CeedBasisApplyAtPointsCore_Hip_shared() local 655 int CeedBasisCreateTensorH1_Hip_shared(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *i… in CeedBasisCreateTensorH1_Hip_shared()
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared-basis.c | 51 CeedInt P_1d, Q_1d; in CeedBasisApplyTensorCore_Cuda_shared() local 101 CeedInt P_1d, Q_1d; in CeedBasisApplyTensorCore_Cuda_shared() local 268 CeedInt P_1d; in CeedBasisApplyAtPointsCore_Cuda_shared() local 316 CeedInt P_1d, Q_1d; in CeedBasisApplyAtPointsCore_Cuda_shared() local 366 CeedInt P_1d, Q_1d; in CeedBasisApplyAtPointsCore_Cuda_shared() local 594 int CeedBasisCreateTensorH1_Cuda_shared(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *… in CeedBasisCreateTensorH1_Cuda_shared()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-basis.c | 51 CeedInt P_1d, Q_1d; in CeedBasisApplyCore_Ref() local 278 int CeedBasisCreateTensorH1_Ref(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1… in CeedBasisCreateTensorH1_Ref()
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 400 CeedInt dim, num_comp, num_q_comp, num_nodes, P_1d = 1, Q_1d = 1, total_num_points = 0; in CeedBasisApplyAtPointsCheckDims() local 478 CeedInt dim, num_comp, P_1d = 1, Q_1d = 1, total_num_points = num_points[0]; in CeedBasisApplyAtPoints_Core() local 735 CeedInt P_1d, Q_1d; in CeedBasisGetCollocatedGrad() local 767 CeedInt P_1d, Q_1d; in CeedBasisGetChebyshevInterp1D() local 944 CeedInt dim, num_comp, P_1d, Q_1d; in CeedBasisGetFlopsEstimate() local 1536 int CeedBasisCreateTensorH1(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P_1d, CeedInt Q_1d, c… in CeedBasisCreateTensorH1() 1990 CeedInt P_1d, Q_1d; in CeedBasisView() local 2255 int CeedBasisGetNumNodes1D(CeedBasis basis, CeedInt *P_1d) { in CeedBasisGetNumNodes1D()
|
| H A D | ceed-preconditioning.c | 1285 …r *interp_1d, const CeedScalar *grad_1d, const CeedScalar *q_weight_1d, CeedInt P_1d, CeedInt Q_1d, in CeedBuildMassLaplace() 2907 …CeedInt num_input_fields, P_1d, Q_1d, num_nodes, num_qpts, dim, num_comp = 1, num_ele… in CeedOperatorCreateFDMElementInverse() local
|
| H A D | ceed-fortran.c | 521 CEED_EXTERN void fCeedBasisCreateTensorH1(int *ceed, int *dim, int *num_comp, int *P_1d, int *Q_1d,… in fCeedBasisCreateTensorH1()
|
| /libCEED/backends/sycl-shared/ |
| H A D | ceed-sycl-shared-basis.sycl.cpp | 168 int CeedBasisCreateTensorH1_Sycl_shared(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *… in CeedBasisCreateTensorH1_Sycl_shared()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-basis.c | 159 CeedInt P_1d; in CeedBasisApplyAtPointsCore_Hip() local 398 int CeedBasisCreateTensorH1_Hip(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1… in CeedBasisCreateTensorH1_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-basis.c | 160 CeedInt P_1d; in CeedBasisApplyAtPointsCore_Cuda() local 399 int CeedBasisCreateTensorH1_Cuda(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_… in CeedBasisCreateTensorH1_Cuda()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-basis.sycl.cpp | 67 const CeedInt P_1d = kh.get_specialization_constant<BASIS_P_1D_ID>(); in CeedBasisApplyInterp_Sycl() local 170 const CeedInt P_1d = kh.get_specialization_constant<BASIS_P_1D_ID>(); in CeedBasisApplyGrad_Sycl() local 561 int CeedBasisCreateTensorH1_Sycl(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_… in CeedBasisCreateTensorH1_Sycl()
|
| H A D | ceed-sycl-ref.hpp | 48 CeedInt P_1d; member
|
| /libCEED/backends/magma/ |
| H A D | ceed-magma-basis.c | 33 CeedInt dim, num_comp, num_nodes, P_1d, Q_1d, P, Q; in CeedBasisApplyCore_Magma() local 531 int CeedBasisCreateTensorH1_Magma(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp… in CeedBasisCreateTensorH1_Magma()
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator-build.cpp | 34 …ckGridCalculate_Hip_gen(const CeedInt dim, const CeedInt num_elem, const CeedInt P_1d, const CeedI… in BlockGridCalculate_Hip_gen() 229 CeedInt elem_size = 0, num_comp = 0, dim = max_dim, P_1d = 0; in CeedOperatorBuildKernelFieldData_Hip_gen() local 559 CeedInt dim = max_dim, elem_size = 0, num_comp = 0, P_1d = 0; in CeedOperatorBuildKernelBasis_Hip_gen() local
|
| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 393 CeedInt P_1d = (CeedInt)round(pow(P, 1.0 / dim)); in CreateBasisFromPlex() local
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 383 CeedInt P_1d = (CeedInt)round(pow(P, 1.0 / dim)); in CreateBasisFromPlex() local
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator-build.cpp | 202 CeedInt elem_size = 0, num_comp = 0, dim = max_dim, P_1d = 0; in CeedOperatorBuildKernelFieldData_Cuda_gen() local 532 CeedInt dim = max_dim, elem_size = 0, num_comp = 0, P_1d = 0; in CeedOperatorBuildKernelBasis_Cuda_gen() local
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 215 CeedInt P_1d; /* number of nodes in one dimension */ member
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 407 function CeedBasisCreateTensorH1(ceed, dim, num_comp, P_1d, Q_1d, interp_1d, grad_1d, q_ref_1d, q_w… argument 463 function CeedBasisGetNumNodes1D(basis, P_1d) argument
|