| /libCEED/include/ceed/jit-source/sycl/ |
| H A D | sycl-gen-templates.h | 33 inline void readDofsOffset1d(const CeedInt num_comp, const CeedInt strides_comp, const CeedInt P_1D… in readDofsOffset1d() 50 inline void readDofsStrided1d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_nod… in readDofsStrided1d() 68 inline void writeDofsOffset1d(const CeedInt num_comp, const CeedInt strides_comp, const CeedInt P_1… in writeDofsOffset1d() 84 inline void writeDofsStrided1d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_no… in writeDofsStrided1d() 106 inline void readDofsOffset2d(const CeedInt num_comp, const CeedInt strides_comp, const CeedInt P_1D… in readDofsOffset2d() 122 inline void readDofsStrided2d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_nod… in readDofsStrided2d() 139 inline void writeDofsOffset2d(const CeedInt num_comp, const CeedInt strides_comp, const CeedInt P_1… in writeDofsOffset2d() 156 inline void writeDofsStrided2d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_no… in writeDofsStrided2d() 177 inline void readDofsOffset3d(const CeedInt num_comp, const CeedInt strides_comp, const CeedInt P_1D… in readDofsOffset3d() 195 inline void readDofsStrided3d(const CeedInt num_comp, const CeedInt P_1D, const CeedInt strides_nod… in readDofsStrided3d() [all …]
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-restriction.c | 19 …ictionApplyStridedNoTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyStridedNoTranspose_Ref_Core() 59 …rictionApplyOffsetNoTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyOffsetNoTranspose_Ref_Core() 77 …ctionApplyOrientedNoTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyOrientedNoTranspose_Ref_Core() 96 …nApplyCurlOrientedNoTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyCurlOrientedNoTranspose_Ref_Core() 138 …tionApplyCurlOrientedUnsignedNoTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Ref_Core() 181 …trictionApplyStridedTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyStridedTranspose_Ref_Core() 220 …strictionApplyOffsetTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyOffsetTranspose_Ref_Core() 244 …rictionApplyOrientedTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyOrientedTranspose_Ref_Core() 268 …ionApplyCurlOrientedTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyCurlOrientedTranspose_Ref_Core() 319 …ictionApplyCurlOrientedUnsignedTranspose_Ref_Core(CeedElemRestriction rstr, const CeedInt num_comp, in CeedElemRestrictionApplyCurlOrientedUnsignedTranspose_Ref_Core() [all …]
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-restriction.c | 20 CeedInt elem_size, num_comp, num_elem; in CeedElemRestrictionGetBackendStrides_Memcheck() local 46 …nApplyStridedNoTranspose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyStridedNoTranspose_Memcheck_Core() 72 …onApplyOffsetNoTranspose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyOffsetNoTranspose_Memcheck_Core() 90 …RestrictionApplyOrientedNoTranspose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, in CeedElemRestrictionApplyOrientedNoTranspose_Memcheck_Core() 109 …rictionApplyCurlOrientedNoTranspose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, in CeedElemRestrictionApplyCurlOrientedNoTranspose_Memcheck_Core() 152 …CeedElemRestriction rstr, const CeedInt num_comp, const CeedInt block_size, const CeedInt comp_str… in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Memcheck_Core() 192 …ionApplyStridedTranspose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyStridedTranspose_Memcheck_Core() 218 …tionApplyOffsetTranspose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyOffsetTranspose_Memcheck_Core() 242 …onApplyOrientedTranspose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, const Cee… in CeedElemRestrictionApplyOrientedTranspose_Memcheck_Core() 266 …strictionApplyCurlOrientedTranspose_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, in CeedElemRestrictionApplyCurlOrientedTranspose_Memcheck_Core() [all …]
|
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 473 CeedInt num_comp; in CeedElemRestrictionGetAtPointsElementOffset() local 657 int CeedElemRestrictionCreate(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_comp, Cee… in CeedElemRestrictionCreate() 712 …ctionCreateOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_comp, CeedInt comp… in CeedElemRestrictionCreateOriented() 770 …nCreateCurlOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_comp, CeedInt comp… in CeedElemRestrictionCreateCurlOriented() 824 …ictionCreateStrided(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_comp, CeedSize l_s… in CeedElemRestrictionCreateStrided() 891 …tionCreateAtPoints(Ceed ceed, CeedInt num_elem, CeedInt num_points, CeedInt num_comp, CeedSize l_s… in CeedElemRestrictionCreateAtPoints() 950 …Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_size, CeedInt num_comp, CeedInt comp… in CeedElemRestrictionCreateBlocked() 1018 …ockedOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_size, CeedInt num_comp, in CeedElemRestrictionCreateBlockedOriented() 1090 …dCurlOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_size, CeedInt num_comp, in CeedElemRestrictionCreateBlockedCurlOriented() 1154 …Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_size, CeedInt num_comp, CeedSize l_s… in CeedElemRestrictionCreateBlockedStrided() [all …]
|
| /libCEED/gallery/mass-vector/ |
| H A D | ceed-vectormassapply.c | 23 const CeedInt num_comp = 3; in CeedQFunctionInit_Vector3MassApply() local
|
| /libCEED/gallery/poisson-vector/ |
| H A D | ceed-vectorpoisson3dapply.c | 23 const CeedInt dim = 3, num_comp = 3; in CeedQFunctionInit_Vector3Poisson3DApply() local
|
| H A D | ceed-vectorpoisson2dapply.c | 23 const CeedInt dim = 2, num_comp = 3; in CeedQFunctionInit_Vector3Poisson2DApply() local
|
| H A D | ceed-vectorpoisson1dapply.c | 23 const CeedInt dim = 1, num_comp = 3; in CeedQFunctionInit_Vector3Poisson1DApply() local
|
| /libCEED/examples/petsc/ |
| H A D | dmswarm.c | 69 …PetscInt dim = 3, num_comp = 1, num_points = 1728, num_points_per_cell = 64, mesh_order … in main() local 302 PetscErrorCode EvalU_Poly_proj(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt num_comp, P… in EvalU_Poly_proj() 310 PetscErrorCode EvalU_Tanh_proj(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt num_comp, P… in EvalU_Tanh_proj() 318 PetscErrorCode EvalU_Sphere_proj(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt num_comp,… in EvalU_Sphere_proj() 330 PetscInt dim, num_comp, cell_start, cell_end; in DMSwarmInterpolateFromCellToSwarm_Petsc() local 453 PetscInt dim, num_comp, cell_start, cell_end; in DMSwarmCheckSwarmValues() local
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-restriction.sycl.cpp | 31 const CeedInt num_comp = impl->num_comp; in CeedElemRestrictionStridedNoTranspose_Sycl() local 58 const CeedInt num_comp = impl->num_comp; in CeedElemRestrictionOffsetNoTranspose_Sycl() local 86 const CeedInt num_comp = impl->num_comp; in CeedElemRestrictionStridedTranspose_Sycl() local 115 const CeedInt num_comp = impl->num_comp; in CeedElemRestrictionOffsetTranspose_Sycl() local 254 …CeedInt num_elem, elem_size, num_comp, num_nodes = 0, *ind_to_offset, *l_vec_ind… in CeedElemRestrictionOffset_Sycl() local 343 CeedInt num_elem, num_comp, elem_size, comp_stride = 1; in CeedElemRestrictionCreate_Sycl() local
|
| H A D | ceed-sycl-ref.hpp | 31 CeedInt num_comp; member 50 CeedInt num_comp; member 63 CeedInt num_comp; member 90 CeedInt num_qpts, num_comp; // Kernel parameters member 98 …CeedInt num_eval_mode_in, num_eval_mode_out, num_qpts, num_nodes, block_size, num_comp; // Ke… member
|
| /libCEED/include/ceed/jit-source/gallery/ |
| H A D | ceed-vectorpoisson1dapply.h | 20 const CeedInt num_comp = 3; in Vector3Poisson1DApply() local
|
| H A D | ceed-vectormassapply.h | 20 const CeedInt num_comp = 3; in Vector3MassApply() local
|
| H A D | ceed-vectorpoisson2dapply.h | 20 const CeedInt dim = 2, num_comp = 3; in Vector3Poisson2DApply() local
|
| H A D | ceed-vectorpoisson3dapply.h | 20 const CeedInt dim = 3, num_comp = 3; in Vector3Poisson3DApply() local
|
| /libCEED/tests/ |
| H A D | t303-basis.c | 13 CeedInt q = 8, p = 2, num_comp = 1, dim = 3, len = pow((CeedScalar)(q), dim); in main() local
|
| H A D | t566-operator.h | 23 const CeedScalar num_comp = 2; in mass() local
|
| H A D | t596-operator.h | 21 CeedInt num_comp = *(CeedInt *)ctx; in mass() local
|
| H A D | t325-basis.c | 13 const CeedInt p = 6, q = 4, dim = 2, num_comp = 3; in main() local
|
| H A D | t203-elemrestriction.c | 15 CeedInt num_comp = 3; in main() local
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-basis.c | 126 CeedInt num_comp, q_comp; in CeedBasisApplyAtPointsCore_Hip() local 179 CeedInt num_comp; in CeedBasisApplyAtPointsCore_Hip() local 401 CeedInt num_comp; in CeedBasisCreateTensorH1_Hip() local 448 CeedInt num_comp, q_comp_interp, q_comp_grad; in CeedBasisCreateH1_Hip() local 503 CeedInt num_comp, q_comp_interp, q_comp_div; in CeedBasisCreateHdiv_Hip() local 558 CeedInt num_comp, q_comp_interp, q_comp_curl; in CeedBasisCreateHcurl_Hip() local
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-basis.c | 127 CeedInt num_comp, q_comp; in CeedBasisApplyAtPointsCore_Cuda() local 180 CeedInt num_comp; in CeedBasisApplyAtPointsCore_Cuda() local 402 CeedInt num_comp; in CeedBasisCreateTensorH1_Cuda() local 449 CeedInt num_comp, q_comp_interp, q_comp_grad; in CeedBasisCreateH1_Cuda() local 504 CeedInt num_comp, q_comp_interp, q_comp_div; in CeedBasisCreateHdiv_Cuda() local 559 CeedInt num_comp, q_comp_interp, q_comp_curl; in CeedBasisCreateHcurl_Cuda() local
|
| /libCEED/examples/fluids/src/ |
| H A D | inverse_multiplicity.c | 35 CeedInt num_comp; in GetInverseMultiplicity() local
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared-basis.c | 39 …Sizes(const CeedInt dim, const CeedInt P_1d, const CeedInt Q_1d, const CeedInt num_comp, CeedInt *… in ComputeBasisThreadBlockSizes() 95 CeedInt dim, num_comp; in CeedBasisApplyTensorCore_Hip_shared() local 300 CeedInt num_comp, q_comp; in CeedBasisApplyAtPointsCore_Hip_shared() local 353 CeedInt num_comp; in CeedBasisApplyAtPointsCore_Hip_shared() local 515 CeedInt dim, num_comp; in CeedBasisApplyNonTensorCore_Hip_shared() local 658 CeedInt num_comp; in CeedBasisCreateTensorH1_Hip_shared() local 731 CeedInt num_comp, q_comp_interp, q_comp_grad; in CeedBasisCreateH1_Hip_shared() local
|
| /libCEED/examples/petsc/qfunctions/swarm/ |
| H A D | swarmmass.h | 31 const CeedInt num_comp = *(CeedInt *)ctx; in Mass() local
|