Searched refs:CeedOperatorGetActiveElemRestrictions (Results 1 – 7 of 7) sorted by relevance
| /libCEED/include/ceed/ |
| H A D | backend.h | 461 CEED_EXTERN int CeedOperatorGetActiveElemRestrictions(CeedOperator op, CeedElemRestriction *active_…
|
| /libCEED/interface/ |
| H A D | ceed-operator.c | 302 CeedCall(CeedOperatorGetActiveElemRestrictions(op, active_rstr, NULL)); in CeedOperatorGetActiveElemRestriction() 319 int CeedOperatorGetActiveElemRestrictions(CeedOperator op, CeedElemRestriction *active_input_rstr, … in CeedOperatorGetActiveElemRestrictions() function
|
| H A D | ceed-preconditioning.c | 470 CeedCall(CeedOperatorGetActiveElemRestrictions(op, &elem_rstr_in, &elem_rstr_out)); in CeedOperatorAssembleSymbolicSingle() 740 CeedCall(CeedOperatorGetActiveElemRestrictions(op, &elem_rstr_in, &elem_rstr_out)); in CeedOperatorAssembleSingle() 936 CeedCall(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssemblyCountEntriesSingle()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 1438 CeedCallBackend(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssembleDiagonalCore_Hip() 1748 CeedCallBackend(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssembleSingle_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 1441 CeedCallBackend(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssembleDiagonalCore_Cuda() 1751 CeedCallBackend(CeedOperatorGetActiveElemRestrictions(op, &rstr_in, &rstr_out)); in CeedOperatorAssembleSingle_Cuda()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1406 function CeedOperatorGetActiveElemRestrictions(op, active_input_rstr, active_output_rstr) function 1407 …ccall((:CeedOperatorGetActiveElemRestrictions, libceed), Cint, (CeedOperator, Ptr{CeedElemRestrict…
|
| /libCEED/ |
| H A D | coverage.info | 8439 FNA:52,0,CeedOperatorGetActiveElemRestrictions
|