Lines Matching refs:eval_mode_offsets_in

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()
1796 …const CeedEvalMode ***eval_modes_in, CeedSize ***eval_mode_offsets_in, CeedInt *num_active_bases_o… in CeedOperatorAssemblyDataGetEvalModes() argument
1802 if (eval_mode_offsets_in) *eval_mode_offsets_in = data->eval_mode_offsets_in; in CeedOperatorAssemblyDataGetEvalModes()
1982 CeedCall(CeedFree(&(*data)->eval_mode_offsets_in[b])); in CeedOperatorAssemblyDataDestroy()
2000 CeedCall(CeedFree(&(*data)->eval_mode_offsets_in)); in CeedOperatorAssemblyDataDestroy()