Searched refs:CeedOperatorAtPointsSetPoints (Results 1 – 15 of 15) sorted by relevance
| /libCEED/tests/ |
| H A D | t599-operator.c | 88 CeedOperatorAtPointsSetPoints(op_to_points, elem_restriction_x_points, x_points); in main() 100 CeedOperatorAtPointsSetPoints(op_from_points, elem_restriction_x_points, x_points); in main()
|
| H A D | t593-operator.c | 96 CeedOperatorAtPointsSetPoints(op_setup, elem_restriction_x_points, x_points); in main() 110 CeedOperatorAtPointsSetPoints(op_mass, elem_restriction_x_points, x_points); in main()
|
| H A D | t594-operator.c | 96 CeedOperatorAtPointsSetPoints(op_setup, elem_restriction_x_points, x_points); in main() 110 CeedOperatorAtPointsSetPoints(op_mass, elem_restriction_x_points, x_points); in main()
|
| H A D | t591-operator.c | 142 CeedOperatorAtPointsSetPoints(op_setup, elem_restriction_x_points, x_points); in main() 156 CeedOperatorAtPointsSetPoints(op_mass, elem_restriction_x_points, x_points); in main()
|
| H A D | t597-operator.c | 102 CeedOperatorAtPointsSetPoints(op_setup, elem_restriction_x_points, x_points); in main() 126 CeedOperatorAtPointsSetPoints(op_diff, elem_restriction_x_points, x_points); in main()
|
| H A D | t596-operator.c | 114 CeedOperatorAtPointsSetPoints(op_setup, elem_restriction_x_points, x_points); in main() 120 CeedOperatorAtPointsSetPoints(op_mass, elem_restriction_x_points, x_points); in main()
|
| H A D | t592-operator.c | 142 CeedOperatorAtPointsSetPoints(op_setup, elem_restriction_x_points, x_points); in main() 156 CeedOperatorAtPointsSetPoints(op_mass, elem_restriction_x_points, x_points); in main()
|
| H A D | t595-operator.c | 98 CeedOperatorAtPointsSetPoints(op_mass, elem_restriction_x_points, x_points); in main()
|
| H A D | t590-operator.c | 86 CeedOperatorAtPointsSetPoints(op_mass, elem_restriction_x_points, x_points); in main()
|
| H A D | t598-operator.c | 176 CeedOperatorAtPointsSetPoints(op_setup, elem_restriction_x_points, x_points); in main() 190 CeedOperatorAtPointsSetPoints(op_mass_fine, elem_restriction_x_points, x_points); in main()
|
| /libCEED/examples/petsc/src/ |
| H A D | swarmutils.c | 116 CeedOperatorAtPointsSetPoints(op_setup, elem_restr_x_points, x_ref_points); in DMSwarmCeedContextCreate() 144 CeedOperatorAtPointsSetPoints((*ctx)->op_mesh_to_points, elem_restr_x_points, x_ref_points); in DMSwarmCeedContextCreate() 171 CeedOperatorAtPointsSetPoints((*ctx)->op_points_to_mesh, elem_restr_x_points, x_ref_points); in DMSwarmCeedContextCreate() 199 CeedOperatorAtPointsSetPoints((*ctx)->op_mass, elem_restr_x_points, x_ref_points); in DMSwarmCeedContextCreate() 678 CeedOperatorAtPointsSetPoints(op_setup, elem_restr_x_points, x_ref_points); in SetupProblemSwarm() 710 CeedOperatorAtPointsSetPoints(op_apply, elem_restr_x_points, x_ref_points); in SetupProblemSwarm() 739 CeedOperatorAtPointsSetPoints(op_setup_rhs, elem_restr_x_points, x_ref_points); in SetupProblemSwarm()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 443 CEED_EXTERN int CeedOperatorAtPointsSetPoints(CeedOperator op, CeedElemRestriction rstr_points, Ce…
|
| /libCEED/interface/ |
| H A D | ceed-preconditioning.c | 152 CeedCall(CeedOperatorAtPointsSetPoints(op_fallback, rstr_points, points)); in CeedOperatorCreateFallback() 1038 CeedCall(CeedOperatorAtPointsSetPoints(*op_coarse, rstr_points, point_coords)); in CeedOperatorMultigridLevelCreateSingle_Core()
|
| H A D | ceed-operator.c | 1079 int CeedOperatorAtPointsSetPoints(CeedOperator op, CeedElemRestriction rstr_points, CeedVector poin… in CeedOperatorAtPointsSetPoints() function
|
| /libCEED/ |
| H A D | coverage.info | 8337 FNA:1,0,CeedOperatorAtPointsSetPoints
|