Home
last modified time | relevance | path

Searched defs:eval_modes_in (Results 1 – 5 of 5) sorted by relevance

/libCEED/interface/
H A Dceed-preconditioning.c235 const CeedEvalMode **eval_modes_in, **eval_modes_out; in CeedOperatorLinearAssembleAddDiagonalSingle_Mesh() local
720 const CeedEvalMode **eval_modes_in, **eval_modes_out; in CeedOperatorAssembleSingle() local
1631 CeedEvalMode **eval_modes_in = NULL, **eval_modes_out = NULL; in CeedOperatorAssemblyDataCreate() local
1796const CeedEvalMode ***eval_modes_in, CeedSize ***eval_mode_offsets_in, CeedInt *num_active_bases_o… in CeedOperatorAssemblyDataGetEvalModes()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-operator.c1130 CeedEvalMode *eval_modes_in = NULL, *eval_modes_out = NULL; in CeedOperatorAssembleDiagonalSetup_Hip() local
1512 CeedEvalMode *eval_modes_in = NULL, *eval_modes_out = NULL; in CeedOperatorAssembleSingleSetup_Hip() local
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-operator.c1133 CeedEvalMode *eval_modes_in = NULL, *eval_modes_out = NULL; in CeedOperatorAssembleDiagonalSetup_Cuda() local
1515 CeedEvalMode *eval_modes_in = NULL, *eval_modes_out = NULL; in CeedOperatorAssembleSingleSetup_Cuda() local
/libCEED/include/
H A Dceed-impl.h345 CeedEvalMode **eval_modes_in, **eval_modes_out; member
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1374 …ssemblyDataGetEvalModes(data, num_active_bases_in, num_eval_modes_in, eval_modes_in, eval_mode_off… argument