Searched refs:elem_dof_a_in (Results 1 – 1 of 1) sorted by relevance
461 const CeedScalar *elem_dof_a_in, *elem_dof_a_out; in CeedOperatorAssembleSymbolicSingle() local485 CeedCall(CeedVectorGetArrayRead(elem_dof_in, CEED_MEM_HOST, &elem_dof_a_in)); in CeedOperatorAssembleSymbolicSingle()518 elem_dof_a_out = elem_dof_a_in; in CeedOperatorAssembleSymbolicSingle()531 const CeedInt col = elem_dof_a_in[elem_dof_index_col]; in CeedOperatorAssembleSymbolicSingle()542 CeedCall(CeedVectorRestoreArrayRead(elem_dof_in, &elem_dof_a_in)); in CeedOperatorAssembleSymbolicSingle()