Searched refs:eval_mode_offsets_in (Results 1 – 4 of 4) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-preconditioning.c | 237 CeedSize **eval_mode_offsets_in, **eval_mode_offsets_out, num_output_components; in CeedOperatorLinearAssembleAddDiagonalSingle_Mesh() local 243 …GetEvalModes(data, &num_active_bases_in, &num_eval_modes_in, &eval_modes_in, &eval_mode_offsets_in, in CeedOperatorLinearAssembleAddDiagonalSingle_Mesh() 351 …(eval_mode_offsets_in[b_in][e_in] + c_in) * num_output_components + eval_mode_offsets_out[b_out][e… in CeedOperatorLinearAssembleAddDiagonalSingle_Mesh() 362 …(eval_mode_offsets_in[b_in][e_in] + c_out) * num_output_components + eval_mode_offsets_out[b_out][… in CeedOperatorLinearAssembleAddDiagonalSingle_Mesh() 1630 CeedSize **eval_mode_offsets_in = NULL, **eval_mode_offsets_out = NULL; in CeedOperatorAssemblyDataCreate() local 1682 CeedCall(CeedRealloc(num_active_bases_in + 1, &eval_mode_offsets_in)); in CeedOperatorAssemblyDataCreate() 1683 eval_mode_offsets_in[index] = NULL; in CeedOperatorAssemblyDataCreate() 1691 CeedCall(CeedRealloc(num_eval_modes_in[index] + q_comp, &eval_mode_offsets_in[index])); in CeedOperatorAssemblyDataCreate() 1694 eval_mode_offsets_in[index][num_eval_modes_in[index] + d] = offset; in CeedOperatorAssemblyDataCreate() 1765 (*data)->eval_mode_offsets_in = eval_mode_offsets_in; in CeedOperatorAssemblyDataCreate() [all …]
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 347 CeedSize **eval_mode_offsets_in, **eval_mode_offsets_out, num_output_components; member
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 446 … const CeedEvalMode ***eval_modes_in, CeedSize ***eval_mode_offsets_in,
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1374 …odes(data, num_active_bases_in, num_eval_modes_in, eval_modes_in, eval_mode_offsets_in, num_active… argument 1375 …e}), data, num_active_bases_in, num_eval_modes_in, eval_modes_in, eval_mode_offsets_in, num_active…
|