Home
last modified time | relevance | path

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

/libCEED/backends/hip-ref/
H A Dceed-hip-ref-operator.c1128 …Int num_input_fields, num_output_fields, num_eval_modes_in = 0, num_eval_modes_out = 0; in CeedOperatorAssembleDiagonalSetup_Hip() local
1318 …Int num_input_fields, num_output_fields, num_eval_modes_in = 0, num_eval_modes_out = 0; in CeedOperatorAssembleDiagonalSetupCompile_Hip() local
1510 …Int num_input_fields, num_output_fields, num_eval_modes_in = 0, num_eval_modes_out = 0; in CeedOperatorAssembleSingleSetup_Hip() local
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-operator.c1131 …Int num_input_fields, num_output_fields, num_eval_modes_in = 0, num_eval_modes_out = 0; in CeedOperatorAssembleDiagonalSetup_Cuda() local
1321 …Int num_input_fields, num_output_fields, num_eval_modes_in = 0, num_eval_modes_out = 0; in CeedOperatorAssembleDiagonalSetupCompile_Cuda() local
1513 …Int num_input_fields, num_output_fields, num_eval_modes_in = 0, num_eval_modes_out = 0; in CeedOperatorAssembleSingleSetup_Cuda() local
/libCEED/interface/
H A Dceed-preconditioning.c236 … num_active_bases_in, *num_eval_modes_in, num_active_bases_out, *num_eval_modes_out; in CeedOperatorLinearAssembleAddDiagonalSingle_Mesh() local
721 … num_active_bases_in, *num_eval_modes_in, num_active_bases_out, *num_eval_modes_out; in CeedOperatorAssembleSingle() local
1629 … num_input_fields, *num_eval_modes_in = NULL, num_output_fields, *num_eval_modes_out = NULL; in CeedOperatorAssemblyDataCreate() local
1797CeedInt **num_eval_modes_out, const CeedEvalMode ***eval_modes_out, CeedSize ***eval_mode_offsets_… in CeedOperatorAssemblyDataGetEvalModes()
/libCEED/include/
H A Dceed-impl.h344 CeedInt *num_eval_modes_in, *num_eval_modes_out; member
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1374 …des_in, eval_modes_in, eval_mode_offsets_in, num_active_bases_out, num_eval_modes_out, eval_modes_… argument