ATensor assemble(const ATensor &v_scattered, const ATensor &dof_map, Size ndof)
This is the inverse operation of scatter. It assembles a scattered vector into a tensor given a DOF m...
Definition assemble.cxx:33
void assemble_(ATensor &v, const ATensor &v_scattered, const ATensor &dof_map)
In-place version of assemble.
Definition assemble.cxx:41