| /libCEED/tests/ |
| H A D | t319-basis.h | 60 static void GetCellToFaceTabulation(CeedQuadMode quad_mode, CeedInt *P, CeedInt *Q, const CeedScala… in GetCellToFaceTabulation()
|
| H A D | t320-basis.h | 11 CeedInt P = 6, Q = 4; in Build2DSimplex() local
|
| H A D | t340-basis.h | 13 CeedInt P = 8, Q = 4; in BuildHcurl2DSimplex() local
|
| H A D | t319-basis.c | 213 CeedInt P, Q; in main() local
|
| /libCEED/backends/magma/ |
| H A D | ceed-magma-gemm-selector.cpp | 128 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 D | ceed-ref-basis.c | 61 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 D | cuda-ref-basis-tensor-at-points.h | 58 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 D | cuda-ref-basis-tensor.h | 31 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 D | hip-ref-basis-tensor-at-points.h | 58 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 D | hip-ref-basis-tensor.h | 31 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 D | channel.h | 118 const CeedScalar P = s_inside.Y.pressure; in Channel_Inflow() local 170 const CeedScalar P = context->P0; // pressure in Channel_Outflow() local
|
| H A D | eulervortex.h | 87 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 D | shocktube.h | 90 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 D | area.c | 148 PetscInt P = degree + 1, Q = P + q_extra; in main() local
|
| H A D | bpssphere.c | 151 PetscInt P = degree + 1, Q = P + q_extra; in main() local
|
| H A D | bpsswarm.c | 238 PetscInt P = degree + 1, Q = P + q_extra; in main() local
|
| H A D | bps.c | 111 PetscInt P = rp->degree + 1, Q = P + rp->q_extra; in RunWithDM() local
|
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 128 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 D | ceed-sycl-ref-basis.sycl.cpp | 72 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 D | ceed-cuda-shared-basis.c | 474 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 D | ceed-basis.c | 710 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 D | ceed-hip-shared-basis.c | 538 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 D | dm_utils.c | 274 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 D | petscutils.c | 261 PetscInt dim, num_comp, P, Q; in BasisCreateFromTabulation() local 374 PetscInt dim, num_comp, P, Q; in CreateBasisFromPlex() local
|
| /libCEED/python/ |
| H A D | ceed_basis.py | 286 def __init__(self, ceed, dim, ncomp, P, Q, qmode): argument
|