Home
last modified time | relevance | path

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

12

/libCEED/tests/
H A Dt319-basis.h60 static void GetCellToFaceTabulation(CeedQuadMode quad_mode, CeedInt *P, CeedInt *Q, const CeedScala… in GetCellToFaceTabulation()
H A Dt320-basis.h11 CeedInt P = 6, Q = 4; in Build2DSimplex() local
H A Dt340-basis.h13 CeedInt P = 8, Q = 4; in BuildHcurl2DSimplex() local
H A Dt319-basis.c213 CeedInt P, Q; in main() local
/libCEED/backends/magma/
H A Dceed-magma-gemm-selector.cpp128 CeedInt nontensor_rtc_get_nb(int gpu_arch, char trans_A, int q_comp, int P, int Q, int N) { in nontensor_rtc_get_nb()
/libCEED/backends/ref/
H A Dceed-ref-basis.c61 CeedInt P = P_1d, Q = Q_1d; in CeedBasisApplyCore_Ref() local
86 CeedInt P = P_1d, Q = Q_1d; in CeedBasisApplyCore_Ref() local
199 CeedInt P = num_nodes, Q = num_qpts; in CeedBasisApplyCore_Ref() local
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h58 const CeedInt P = BASIS_P_1D; in InterpAtPoints() local
141 const CeedInt P = BASIS_P_1D; in InterpTransposeAtPoints() local
237 const CeedInt P = BASIS_P_1D; in GradAtPoints() local
326 const CeedInt P = BASIS_P_1D; in GradTransposeAtPoints() local
H A Dcuda-ref-basis-tensor.h31 const CeedInt P = is_transpose ? BASIS_Q_1D : BASIS_P_1D; in Interp() local
91 const CeedInt P = is_transpose ? BASIS_Q_1D : BASIS_P_1D; in Grad() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h58 const CeedInt P = BASIS_P_1D; in InterpAtPoints() local
141 const CeedInt P = BASIS_P_1D; in InterpTransposeAtPoints() local
237 const CeedInt P = BASIS_P_1D; in GradAtPoints() local
326 const CeedInt P = BASIS_P_1D; in GradTransposeAtPoints() local
H A Dhip-ref-basis-tensor.h31 const CeedInt P = is_transpose ? BASIS_Q_1D : BASIS_P_1D; in Interp() local
91 const CeedInt P = is_transpose ? BASIS_Q_1D : BASIS_P_1D; in Grad() local
/libCEED/examples/fluids/qfunctions/
H A Dchannel.h118 const CeedScalar P = s_inside.Y.pressure; in Channel_Inflow() local
170 const CeedScalar P = context->P0; // pressure in Channel_Outflow() local
H A Deulervortex.h87 CeedScalar rho, P, T, E, u[3] = {0.}; in Exact_Euler() local
312 P = E_internal * (gamma - 1.); // P = pressure in Euler() local
434 P = E_internal * (gamma - 1.); // P = pressure in IFunction_Euler() local
620 const CeedScalar P = (E - E_kinetic * rho) * (gamma - 1.); // pressure in Euler_Outflow() local
H A Dshocktube.h90 CeedScalar rho, P, u[3] = {0.}; in Exact_ShockTube() local
269 P = E_internal * (gamma - 1); // P = pressure in EulerShockTube() local
/libCEED/examples/petsc/
H A Darea.c148 PetscInt P = degree + 1, Q = P + q_extra; in main() local
H A Dbpssphere.c151 PetscInt P = degree + 1, Q = P + q_extra; in main() local
H A Dbpsswarm.c238 PetscInt P = degree + 1, Q = P + q_extra; in main() local
H A Dbps.c111 PetscInt P = rp->degree + 1, Q = P + rp->q_extra; in RunWithDM() local
/libCEED/examples/solids/src/
H A Dsetup-libceed.c128 CeedInt P = app_ctx->level_degrees[fine_level] + 1; in SetupLibceedFineLevel() local
498 CeedInt P = app_ctx->level_degrees[level] + 1; in SetupLibceedLevel() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp72 const CeedInt P = is_transpose ? Q_1d : P_1d; in CeedBasisApplyInterp_Sycl() local
175 const CeedInt P = is_transpose ? Q_1d : P_1d; in CeedBasisApplyGrad_Sycl() local
341 const CeedInt P = is_transpose ? impl->num_qpts : impl->num_nodes; in CeedBasisApplyNonTensorInterp_Sycl() local
382 const CeedInt P = is_transpose ? impl->num_qpts : impl->num_nodes; in CeedBasisApplyNonTensorGrad_Sycl() local
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c474 CeedInt P, Q; in CeedBasisApplyNonTensorCore_Cuda_shared() local
498 CeedInt P, Q; in CeedBasisApplyNonTensorCore_Cuda_shared() local
522 CeedInt P, Q; in CeedBasisApplyNonTensorCore_Cuda_shared() local
/libCEED/interface/
H A Dceed-basis.c710 CeedInt P = num_nodes, Q = num_qpts, dim = 0; in CeedBasisCreateH1Fallback() local
1594 int CeedBasisCreateTensorH1Lagrange(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P, CeedInt Q,… in CeedBasisCreateTensorH1Lagrange()
1675 CeedInt P = num_nodes, Q = num_qpts, dim = 0; in CeedBasisCreateH1() local
1734 CeedInt Q = num_qpts, P = num_nodes, dim = 0; in CeedBasisCreateHdiv() local
1793 CeedInt Q = num_qpts, P = num_nodes, dim = 0, curl_comp = 0; in CeedBasisCreateHcurl() local
2005 CeedInt P, Q, dim, q_comp; in CeedBasisView() local
2240 int CeedBasisGetNumNodes(CeedBasis basis, CeedInt *P) { in CeedBasisGetNumNodes()
/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c538 CeedInt P, Q; in CeedBasisApplyNonTensorCore_Hip_shared() local
561 CeedInt P, Q; in CeedBasisApplyNonTensorCore_Hip_shared() local
584 CeedInt P, Q; in CeedBasisApplyNonTensorCore_Hip_shared() local
/libCEED/examples/fluids/src/
H A Ddm_utils.c274 PetscInt dim, num_comp, P, Q; in BasisCreateFromTabulation() local
384 PetscInt dim, num_comp, P, Q; in CreateBasisFromPlex() local
/libCEED/examples/petsc/src/
H A Dpetscutils.c261 PetscInt dim, num_comp, P, Q; in BasisCreateFromTabulation() local
374 PetscInt dim, num_comp, P, Q; in CreateBasisFromPlex() local
/libCEED/python/
H A Dceed_basis.py286 def __init__(self, ceed, dim, ncomp, P, Q, qmode): argument

12