Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 124) sorted by relevance

12345

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-tensor-at-points-templates.h44 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 Dcuda-shared-basis-tensor-at-points.h63 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 Dhip-shared-basis-tensor-at-points-templates.h44 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 Dhip-shared-basis-tensor-at-points.h64 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 Dt593-operator.c13 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 Dt594-operator.c13 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 Dt311-basis.c10 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 Dt317-basis.c10 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 Dt306-basis-f.f908 integer p,q variable
H A Dt306-basis.c12 CeedInt p, q; in main() local
H A Dt312-basis.c10 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 Dt307-basis.c10 CeedInt p = 4; in main() local
H A Dt340-basis.c10 const CeedInt p = 8, q = 4, dim = 2; in main() local
H A Dt320-basis.c10 const CeedInt p = 6, q = 4, dim = 2; in main() local
H A Dt303-basis.c13 CeedInt q = 8, p = 2, num_comp = 1, dim = 3, len = pow((CeedScalar)(q), dim); in main() local
H A Dt330-basis.c11 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
H A Dt310-basis.c12 int i, dim = 2, p = 4, q = 4, len = (int)(pow((CeedScalar)(q), dim) + 0.4); in main() local
H A Dt509-operator.c15 CeedInt num_elem = 15, p = 5; in main() local
H A Dt302-basis-f.f907 integer b,p variable
H A Dt360-basis.c16 CeedInt p = 4, q = 5, p_dim = CeedIntPow(p, dim), q_dim = CeedIntPow(q, dim); in main() local
H A Dt302-basis.c11 CeedInt p = 4; in main() local
H A Dt324-basis.c13 const CeedInt p = 6, q = 4, dim = 2; in main() local
/libCEED/examples/petsc/
H A Ddmswarm.c275 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 Dlib.rs52 let p = degree + 1; localVariable
123 let p = mesh_degree + 1; localVariable
/libCEED/include/ceed/
H A Dbackend.h241 #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

12345