| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-shared-basis-tensor-at-points-templates.h | 44 inline __device__ void InterpAtPoints1d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *_… in InterpAtPoints1d() 65 inline __device__ void InterpTransposeAtPoints1d(SharedData_Cuda &data, const CeedInt p, const Ceed… in InterpTransposeAtPoints1d() 90 inline __device__ void GradAtPoints1d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__r… in GradAtPoints1d() 112 inline __device__ void GradTransposeAtPoints1d(SharedData_Cuda &data, const CeedInt p, const CeedSc… in GradTransposeAtPoints1d() 141 inline __device__ void InterpAtPoints2d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *_… in InterpAtPoints2d() 172 inline __device__ void InterpTransposeAtPoints2d(SharedData_Cuda &data, const CeedInt p, const Ceed… in InterpTransposeAtPoints2d() 210 inline __device__ void GradAtPoints2d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *__r… in GradAtPoints2d() 245 inline __device__ void GradTransposeAtPoints2d(SharedData_Cuda &data, const CeedInt p, const CeedSc… in GradTransposeAtPoints2d() 291 inline __device__ void InterpAtPoints3d(SharedData_Cuda &data, const CeedInt p, const CeedScalar *_… in InterpAtPoints3d() 328 inline __device__ void InterpTransposeAtPoints3d(SharedData_Cuda &data, const CeedInt p, const Ceed… in InterpTransposeAtPoints3d() [all …]
|
| H A D | cuda-shared-basis-tensor-at-points.h | 63 const CeedInt p = i % BASIS_NUM_PTS; in InterpAtPoints() local 120 const CeedInt p = i % BASIS_NUM_PTS; in InterpTransposeAtPoints() local 179 const CeedInt p = i % BASIS_NUM_PTS; in InterpTransposeAddAtPoints() local 250 const CeedInt p = i % BASIS_NUM_PTS; in GradAtPoints() local 307 const CeedInt p = i % BASIS_NUM_PTS; in GradTransposeAtPoints() local 367 const CeedInt p = i % BASIS_NUM_PTS; in GradTransposeAddAtPoints() local
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-shared-basis-tensor-at-points-templates.h | 44 inline __device__ void InterpAtPoints1d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__… in InterpAtPoints1d() 66 inline __device__ void InterpTransposeAtPoints1d(SharedData_Hip &data, const CeedInt p, const CeedS… in InterpTransposeAtPoints1d() 91 inline __device__ void GradAtPoints1d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__re… in GradAtPoints1d() 113 inline __device__ void GradTransposeAtPoints1d(SharedData_Hip &data, const CeedInt p, const CeedSca… in GradTransposeAtPoints1d() 142 inline __device__ void InterpAtPoints2d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__… in InterpAtPoints2d() 173 inline __device__ void InterpTransposeAtPoints2d(SharedData_Hip &data, const CeedInt p, const CeedS… in InterpTransposeAtPoints2d() 211 inline __device__ void GradAtPoints2d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__re… in GradAtPoints2d() 246 inline __device__ void GradTransposeAtPoints2d(SharedData_Hip &data, const CeedInt p, const CeedSca… in GradTransposeAtPoints2d() 292 inline __device__ void InterpAtPoints3d(SharedData_Hip &data, const CeedInt p, const CeedScalar *__… in InterpAtPoints3d() 329 inline __device__ void InterpTransposeAtPoints3d(SharedData_Hip &data, const CeedInt p, const CeedS… in InterpTransposeAtPoints3d() [all …]
|
| H A D | hip-shared-basis-tensor-at-points.h | 64 const CeedInt p = i % BASIS_NUM_PTS; in __launch_bounds__() local 121 const CeedInt p = i % BASIS_NUM_PTS; in __launch_bounds__() local 180 const CeedInt p = i % BASIS_NUM_PTS; in __launch_bounds__() local 252 const CeedInt p = i % BASIS_NUM_PTS; in __launch_bounds__() local 309 const CeedInt p = i % BASIS_NUM_PTS; in __launch_bounds__() local 369 const CeedInt p = i % BASIS_NUM_PTS; in __launch_bounds__() local
|
| /libCEED/tests/ |
| H A D | t593-operator.c | 13 CeedInt num_elem = 3, dim = 1, p = 3, q = 5; in main() local 52 for (CeedInt p = 0; p < num_points_per_elem + 1; p++, current_index++) { in main() local 59 for (CeedInt p = 0; p < num_points_per_elem; p++, current_index++) { in main() local 66 for (CeedInt p = 0; p < num_points_per_elem - 1; p++, current_index++) { in main() local
|
| H A D | t594-operator.c | 13 CeedInt num_elem = 3, dim = 1, p = 3, q = 5; in main() local 52 for (CeedInt p = 0; p < num_points_per_elem + 1; p++, current_index++) { in main() local 59 for (CeedInt p = 0; p < num_points_per_elem; p++, current_index++) { in main() local 66 for (CeedInt p = 0; p < num_points_per_elem - 1; p++, current_index++) { in main() local
|
| H A D | t311-basis.c | 10 static CeedScalar Eval(CeedScalar x, CeedInt n, const CeedScalar *p) { in Eval() 21 const CeedScalar p[6] = {1, 2, 3, 4, 5, 6}; // 1 + 2x + 3x^2 + ... in main() local
|
| H A D | t317-basis.c | 10 static CeedScalar Eval(CeedScalar x, CeedInt n, const CeedScalar *p) { in Eval() 21 const CeedScalar p[6] = {1, 2, 3, 4, 5, 6}; // 1 + 2x + 3x^2 + ... in main() local
|
| H A D | t306-basis-f.f90 | 8 integer p,q variable
|
| H A D | t306-basis.c | 12 CeedInt p, q; in main() local
|
| H A D | t312-basis.c | 10 static CeedScalar Eval(CeedScalar x, CeedInt n, const CeedScalar *p) { in Eval() 21 const CeedScalar p[6] = {1, 2, 3, 4, 5, 6}; // 1 + 2x + 3x^2 + ... in main() local
|
| H A D | t307-basis.c | 10 CeedInt p = 4; in main() local
|
| H A D | t340-basis.c | 10 const CeedInt p = 8, q = 4, dim = 2; in main() local
|
| H A D | t320-basis.c | 10 const CeedInt p = 6, q = 4, dim = 2; in main() local
|
| 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 | t330-basis.c | 11 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
|
| H A D | t310-basis.c | 12 int i, dim = 2, p = 4, q = 4, len = (int)(pow((CeedScalar)(q), dim) + 0.4); in main() local
|
| H A D | t509-operator.c | 15 CeedInt num_elem = 15, p = 5; in main() local
|
| H A D | t302-basis-f.f90 | 7 integer b,p variable
|
| H A D | t360-basis.c | 16 CeedInt p = 4, q = 5, p_dim = CeedIntPow(p, dim), q_dim = CeedIntPow(q, dim); in main() local
|
| H A D | t302-basis.c | 11 CeedInt p = 4; in main() local
|
| H A D | t324-basis.c | 13 const CeedInt p = 6, q = 4, dim = 2; in main() local
|
| /libCEED/examples/petsc/ |
| H A D | dmswarm.c | 275 const PetscScalar p[5] = {3, 1, 4, 1, 5}; in EvalU_Poly() local 379 for (PetscInt p = 0; p < num_points_in_cell; p++) { in DMSwarmInterpolateFromCellToSwarm_Petsc() local 383 for (PetscInt p = 0; p < num_points_in_cell; p++) { in DMSwarmInterpolateFromCellToSwarm_Petsc() local 391 for (PetscInt p = 0; p < num_points_in_cell; p++) { in DMSwarmInterpolateFromCellToSwarm_Petsc() local 472 for (PetscInt p = 0; p < num_points_in_cell; p++) { in DMSwarmCheckSwarmValues() local
|
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 52 let p = degree + 1; localVariable 123 let p = mesh_degree + 1; localVariable
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 241 #define CeedMalloc(n, p) CeedMallocArray((n), sizeof(**(p)), p) argument 242 #define CeedCalloc(n, p) CeedCallocArray((n), sizeof(**(p)), p) argument 243 #define CeedRealloc(n, p) CeedReallocArray((n), sizeof(**(p)), p) argument
|