| /libCEED/tests/ |
| H A D | t597-operator.h | 39 CeedInt num_comp = *(CeedInt *)ctx; in diff() local
|
| H A D | t213-elemrestriction.c | 17 CeedInt num_comp = 3; in main() local
|
| H A D | t567-operator.h | 37 const CeedScalar num_comp = 2; in diff() local
|
| H A D | t414-qfunction.c | 15 const CeedInt num_comp = 3; in main() local
|
| H A D | t415-qfunction.c | 15 const CeedInt num_comp = 3; in main() local
|
| H A D | t352-basis.c | 25 …const CeedInt p = 9, q = 9, num_comp = 3, num_points = 4, x_dim = CeedIntPow(2, dim), p_dim = Ceed… in main() local
|
| H A D | t506-operator.c | 18 CeedInt num_elem = 15, p = 5, q = 8, scale = 3, num_comp = 2; in main() local
|
| H A D | t550-operator.c | 18 CeedInt num_elem = 15, p_coarse = 3, p_fine = 5, q = 8, num_comp = 2; in main() local
|
| H A D | t552-operator.c | 18 CeedInt num_elem = 15, p_coarse = 3, p_fine = 5, q = 8, num_comp = 2; in main() local
|
| H A D | t564-operator.c | 18 CeedInt p = 3, q = 4, dim = 2, num_comp = 2; in main() local
|
| H A D | t537-operator.c | 18 CeedInt num_elem = 6, p = 3, q = 4, dim = 2, num_comp = 2; in main() local
|
| H A D | t551-operator.c | 18 CeedInt num_elem = 15, p_coarse = 3, p_fine = 5, q = 8, num_comp = 2; in main() local
|
| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 66 PetscInt num_elem, elem_size, num_dof, num_comp, *restriction_offsets_petsc; in DMPlexCeedElemRestrictionCreate() local 170 PetscInt num_dual_basis_vectors, dim, num_comp; in DMPlexCeedElemRestrictionStridedCreate() local 274 PetscInt dim, num_comp, P, Q; in BasisCreateFromTabulation() local 384 PetscInt dim, num_comp, P, Q; in CreateBasisFromPlex() local
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 346 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisApplyCheckDims() local 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 708 int CeedBasisCreateH1Fallback(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes… in CeedBasisCreateH1Fallback() 944 CeedInt dim, num_comp, P_1d, Q_1d; in CeedBasisGetFlopsEstimate() local 1043 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisGetFlopsEstimate() local 1536 int CeedBasisCreateTensorH1(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P_1d, CeedInt Q_1d, c… in CeedBasisCreateTensorH1() 1594 int CeedBasisCreateTensorH1Lagrange(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P, CeedInt Q,… in CeedBasisCreateTensorH1Lagrange() 1673 int CeedBasisCreateH1(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, CeedIn… in CeedBasisCreateH1() 1732 int CeedBasisCreateHdiv(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, Ceed… in CeedBasisCreateHdiv() [all …]
|
| H A D | ceed-fortran.c | 229 CEED_EXTERN void fCeedElemRestrictionCreate(int *ceed, int *nelements, int *esize, int *num_comp, i… in fCeedElemRestrictionCreate() 249 …dElemRestrictionCreateOriented(int *ceed, int *nelements, int *esize, int *num_comp, int *comp_str… in fCeedElemRestrictionCreateOriented() 270 …mRestrictionCreateCurlOriented(int *ceed, int *nelements, int *esize, int *num_comp, int *comp_str… in fCeedElemRestrictionCreateCurlOriented() 292 …edElemRestrictionCreateStrided(int *ceed, int *nelements, int *esize, int *num_comp, int *lsize, i… in fCeedElemRestrictionCreateStrided() 310 …nCreateBlocked(int *ceed, int *nelements, int *esize, int *blocksize, int *num_comp, int *comp_str… in fCeedElemRestrictionCreateBlocked() 330 …lockedOriented(int *ceed, int *nelements, int *esize, int *blocksize, int *num_comp, int *comp_str… in fCeedElemRestrictionCreateBlockedOriented() 353 …edCurlOriented(int *ceed, int *nelements, int *esize, int *blocksize, int *num_comp, int *comp_str… in fCeedElemRestrictionCreateBlockedCurlOriented() 375 …eateBlockedStrided(int *ceed, int *nelements, int *esize, int *blk_size, int *num_comp, int *lsize, in fCeedElemRestrictionCreateBlockedStrided() 506 CEED_EXTERN void fCeedBasisCreateTensorH1Lagrange(int *ceed, int *dim, int *num_comp, int *P, int *… in fCeedBasisCreateTensorH1Lagrange() 521 CEED_EXTERN void fCeedBasisCreateTensorH1(int *ceed, int *dim, int *num_comp, int *P_1d, int *Q_1d,… in fCeedBasisCreateTensorH1() [all …]
|
| /libCEED/examples/python/ |
| H A D | ex_common.py | 91 def build_cartesian_restriction(ceed, dim, num_xyz, degree, num_comp, num_q_comp, num_qpts, create_… argument
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared-basis.c | 28 CeedInt dim, num_comp; in CeedBasisApplyTensorCore_Cuda_shared() local 214 CeedInt Q_1d, dim, num_comp, max_num_points = num_points[0]; in CeedBasisApplyAtPointsCore_Cuda_shared() local 288 CeedInt num_comp; in CeedBasisApplyAtPointsCore_Cuda_shared() local 597 CeedInt num_comp; in CeedBasisCreateTensorH1_Cuda_shared() local 665 CeedInt num_comp, q_comp_interp, q_comp_grad; in CeedBasisCreateH1_Cuda_shared() local
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-basis.sycl.cpp | 66 const CeedInt num_comp = kh.get_specialization_constant<BASIS_NUM_COMP_ID>(); in CeedBasisApplyInterp_Sycl() local 169 const CeedInt num_comp = kh.get_specialization_constant<BASIS_NUM_COMP_ID>(); in CeedBasisApplyGrad_Sycl() local 340 const CeedInt num_comp = impl->num_comp; in CeedBasisApplyNonTensorInterp_Sycl() local 381 const CeedInt num_comp = impl->num_comp; in CeedBasisApplyNonTensorGrad_Sycl() local 571 CeedInt num_comp; in CeedBasisCreateTensorH1_Sycl() local 641 CeedInt num_comp; in CeedBasisCreateH1_Sycl() local
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 27 CeedInt num_elem, num_comp, elem_size, comp_stride; in CeedElemRestrictionSetupCompile_Cuda() local 420 CeedInt num_elem, num_comp, num_nodes = 0; in CeedElemRestrictionOffset_Cuda() local 502 CeedInt num_elem, num_comp, elem_size; in CeedElemRestrictionCreate_Cuda() local
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 26 CeedInt num_elem, num_comp, elem_size, comp_stride; in CeedElemRestrictionSetupCompile_Hip() local 421 CeedInt num_elem, num_comp, num_nodes = 0; in CeedElemRestrictionOffset_Hip() local 503 CeedInt num_elem, num_comp, elem_size; in CeedElemRestrictionCreate_Hip() local
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator-build.cpp | 229 CeedInt elem_size = 0, num_comp = 0, dim = max_dim, P_1d = 0; in CeedOperatorBuildKernelFieldData_Hip_gen() local 417 CeedInt elem_size = 0, num_comp = 0; in CeedOperatorBuildKernelRestriction_Hip_gen() local 559 CeedInt dim = max_dim, elem_size = 0, num_comp = 0, P_1d = 0; in CeedOperatorBuildKernelBasis_Hip_gen() local 1509 CeedInt num_comp; in CeedOperatorBuildKernel_Hip_gen() local 1523 CeedInt num_comp; in CeedOperatorBuildKernel_Hip_gen() local 1867 CeedInt num_comp; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local 1881 CeedInt num_comp; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local 2435 CeedInt num_comp; in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen() local 2449 CeedInt num_comp; in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen() 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 390 CeedInt elem_size = 0, num_comp = 0; in CeedOperatorBuildKernelRestriction_Cuda_gen() local 532 CeedInt dim = max_dim, elem_size = 0, num_comp = 0, P_1d = 0; in CeedOperatorBuildKernelBasis_Cuda_gen() local 1496 CeedInt num_comp; in CeedOperatorBuildKernel_Cuda_gen() local 1510 CeedInt num_comp; in CeedOperatorBuildKernel_Cuda_gen() local 1862 CeedInt num_comp; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local 1876 CeedInt num_comp; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local 2439 CeedInt num_comp; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local 2453 CeedInt num_comp; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 191 PetscInt num_elem, elem_size, num_dof, num_comp, *elem_restr_offsets_petsc; in CreateRestrictionFromPlex() local 261 PetscInt dim, num_comp, P, Q; in BasisCreateFromTabulation() local 374 PetscInt dim, num_comp, P, Q; in CreateBasisFromPlex() local
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 24 CeedInt num_comp, size, P; in CeedOperatorSetupFields_Ref() local 258 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasis_Ref() local 308 CeedInt elem_size, num_comp; in CeedOperatorOutputBasis_Ref() local 678 CeedInt max_num_points, num_comp, size, P; in CeedOperatorSetupFieldsAtPoints_Ref() local 893 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasisAtPoints_Ref() local 1476 CeedInt num_comp = 0; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() local 1687 CeedInt num_comp = 0; in CeedOperatorAssembleSingleAtPoints_Ref() local
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 24 CeedInt num_comp, size, P; in CeedOperatorSetupFields_Blocked() local 312 CeedInt elem_size, size, num_comp; in CeedOperatorInputBasis_Blocked() local 363 CeedInt elem_size, num_comp; in CeedOperatorOutputBasis_Blocked() local
|