Home
last modified time | relevance | path

Searched defs:num_points (Results 1 – 25 of 50) sorted by relevance

12

/libCEED/tests/
H A Dt230-elemrestriction.c8 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
H A Dt234-elemrestriction.c10 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
H A Dt232-elemrestriction.c10 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
H A Dt233-elemrestriction.c9 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
H A Dt231-elemrestriction.c10 CeedInt num_elem = 3, num_points = num_elem * 2; in main() local
H A Dt350-basis.c20 const CeedInt p = 5, q = 5, num_points = 4; in main() local
H A Dt355-basis.c26 const CeedInt p = 5, q = 5, num_points = 4; in main() local
H A Dt351-basis.c25 …const CeedInt p = 9, q = 10, num_points = 4, x_dim = CeedIntPow(2, dim), p_dim = CeedIntPow(p, dim… in main() local
H A Dt364-basis.c20 const CeedInt p = 5, q = 5, num_points = 4; in main() local
H A Dt353-basis.c20 const CeedInt p = 5, q = 5, num_points = 4; in main() local
H A Dt595-operator.c14 …* (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem = 4, num_points = num_elem * num… in main() local
H A Dt352-basis.c25 …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 Dt365-basis.c34 …const CeedInt p = 9, q = 9, num_points = 4, x_dim = CeedIntPow(2, dim), p_dim = CeedIntPow(p, dim); in main() local
H A Dt357-basis.c34 …const CeedInt p = 9, q = 9, num_points = 4, x_dim = CeedIntPow(2, dim), p_dim = CeedIntPow(p, dim); in main() local
H A Dt590-operator.c14 …* (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem = 4, num_points = num_elem * num… in main() local
H A Dt593-operator.c14 …em + 1, num_nodes_u = num_elem * (p - 1) + 1, num_points_per_elem = 4, num_points = num_elem * num… in main() local
H A Dt354-basis.c25 …const CeedInt p = 9, q = 9, num_points = 4, x_dim = CeedIntPow(2, dim), p_dim = CeedIntPow(p, dim); in main() local
H A Dt356-basis.c35 …const CeedInt p = 9, q = 9, num_points = 4, x_dim = CeedIntPow(2, dim), p_dim = CeedIntPow(p, dim); in main() local
H A Dt594-operator.c14 …em + 1, num_nodes_u = num_elem * (p - 1) + 1, num_points_per_elem = 4, num_points = num_elem * num… in main() local
H A Dt599-operator.c13 …* (p - 1) + 1) * (num_elem_1d * (p - 1) + 1), num_points_per_elem = 4, num_points = num_elem * num… in main() local
/libCEED/interface/
H A Dceed-elemrestriction.c490 CeedInt num_points; in CeedElemRestrictionGetAtPointsElementOffset() local
891 int CeedElemRestrictionCreateAtPoints(Ceed ceed, CeedInt num_elem, CeedInt num_points, CeedInt num_… in CeedElemRestrictionCreateAtPoints()
1362 CeedInt num_points, num_comp; in CeedElemRestrictionApplyAtPointsInElement() local
1369 CeedInt num_points, num_comp; in CeedElemRestrictionApplyAtPointsInElement() local
1530 int CeedElemRestrictionGetNumPoints(CeedElemRestriction rstr, CeedInt *num_points) { in CeedElemRestrictionGetNumPoints()
1553 …ElemRestrictionGetNumPointsInElement(CeedElemRestriction rstr, CeedInt elem, CeedInt *num_points) { in CeedElemRestrictionGetNumPointsInElement()
1579 CeedInt num_elem, num_points; in CeedElemRestrictionGetMinMaxPointsInElement() local
/libCEED/examples/petsc/src/
H A Dswarmutils.c55 PetscInt num_points = cell_points[num_elem + 1] - num_elem - 2; in DMSwarmCeedContextCreate() local
256 …talizePointLocations(DM dm_swarm, PointSwarmType point_swarm_type, PetscInt num_points, PetscInt n… in DMSwarmInitalizePointLocations()
631 PetscInt num_points = cell_points[num_elem + 1] - num_elem - 2; in SetupProblemSwarm() local
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared.h23 CeedInt num_points; member
/libCEED/backends/hip-shared/
H A Dceed-hip-shared.h23 CeedInt num_points; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-basis.c101 …tPointsCore_Hip(CeedBasis basis, bool apply_add, const CeedInt num_elem, const CeedInt *num_points, in CeedBasisApplyAtPointsCore_Hip()
239 …BasisApplyAtPoints_Hip(CeedBasis basis, const CeedInt num_elem, const CeedInt *num_points, CeedTra… in CeedBasisApplyAtPoints_Hip()
245 …isApplyAddAtPoints_Hip(CeedBasis basis, const CeedInt num_elem, const CeedInt *num_points, CeedTra… in CeedBasisApplyAddAtPoints_Hip()

12