Home
last modified time | relevance | path

Searched defs:rstr_points (Results 1 – 10 of 10) sorted by relevance

/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator.c126 CeedElemRestriction rstr_points = NULL; in CeedOperatorApplyAddCore_Hip_gen() local
588 CeedElemRestriction rstr_points = NULL; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip_gen() local
768 CeedElemRestriction rstr_points = NULL; in CeedOperatorAssembleSingleAtPoints_Hip_gen() local
H A Dceed-hip-gen-operator-build.cpp1244 CeedElemRestriction rstr_points = NULL; in CeedOperatorBuildKernel_Hip_gen() local
1678 CeedElemRestriction rstr_points = NULL; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator.c181 CeedElemRestriction rstr_points = NULL; in CeedOperatorApplyAddCore_Cuda_gen() local
609 CeedElemRestriction rstr_points = NULL; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda_gen() local
772 CeedElemRestriction rstr_points = NULL; in CeedOperatorAssembleSingleAtPoints_Cuda_gen() local
H A Dceed-cuda-gen-operator-build.cpp1218 CeedElemRestriction rstr_points = NULL; in CeedOperatorBuildKernel_Cuda_gen() local
1660 CeedElemRestriction rstr_points = NULL; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local
/libCEED/backends/ref/
H A Dceed-ref-operator.c701 CeedElemRestriction rstr_points = NULL; in CeedOperatorSetupFieldsAtPoints_Ref() local
1029 CeedElemRestriction rstr_points = NULL; in CeedOperatorApplyAddAtPoints_Ref() local
1099 CeedElemRestriction rstr_points = NULL; in CeedOperatorLinearAssembleQFunctionAtPointsCore_Ref() local
1335 CeedElemRestriction rstr_points = NULL; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() local
1538 CeedElemRestriction rstr_points = NULL; in CeedOperatorAssembleSingleAtPoints_Ref() local
/libCEED/interface/
H A Dceed-operator.c156 CeedElemRestriction rstr_points; in CeedOperatorSingleView() local
1079 int CeedOperatorAtPointsSetPoints(CeedOperator op, CeedElemRestriction rstr_points, CeedVector poin… in CeedOperatorAtPointsSetPoints()
1130 int CeedOperatorAtPointsGetPoints(CeedOperator op, CeedElemRestriction *rstr_points, CeedVector *po… in CeedOperatorAtPointsGetPoints()
1861 CeedElemRestriction rstr_points = NULL; in CeedOperatorGetFlopsEstimate() local
H A Dceed-preconditioning.c148 CeedElemRestriction rstr_points; in CeedOperatorCreateFallback() local
1034 CeedElemRestriction rstr_points; in CeedOperatorMultigridLevelCreateSingle_Core() local
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-operator.c637 CeedElemRestriction rstr_points = NULL; in CeedOperatorSetupAtPoints_Hip() local
851 CeedElemRestriction rstr_points = NULL; in CeedOperatorApplyAddAtPoints_Hip() local
1863 CeedElemRestriction rstr_points = NULL; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip() local
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-operator.c639 CeedElemRestriction rstr_points = NULL; in CeedOperatorSetupAtPoints_Cuda() local
853 CeedElemRestriction rstr_points = NULL; in CeedOperatorApplyAddAtPoints_Cuda() local
1866 CeedElemRestriction rstr_points = NULL; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda() local
/libCEED/include/
H A Dceed-impl.h394 CeedElemRestriction rstr_points, first_points_rstr; member