libMesh
|
The MatrixFillAction output functor class can be used with GenericProjector to write solution transfer coefficients into a sparse matrix. More...
Public Member Functions | |
MatrixFillAction (SparseMatrix< ValOut > &target_mat) | |
void | insert (dof_id_type id, const DynamicSparseNumberArray< ValIn, dof_id_type > &val) |
void | insert (const std::vector< dof_id_type > &dof_indices, const std::vector< DynamicSparseNumberArray< ValIn, dof_id_type > > &Ue) |
Private Attributes | |
SparseMatrix< ValOut > & | target_matrix |
The MatrixFillAction output functor class can be used with GenericProjector to write solution transfer coefficients into a sparse matrix.
Definition at line 803 of file system_projection.C.
|
inline |
Definition at line 809 of file system_projection.C.
|
inline |
Definition at line 830 of file system_projection.C.
References libMesh::SparseMatrix< T >::row_start(), libMesh::SparseMatrix< T >::row_stop(), libMesh::SparseMatrix< T >::set(), and libMesh::Threads::spin_mtx.
|
inline |
Definition at line 812 of file system_projection.C.
References libMesh::SparseMatrix< T >::set(), and libMesh::Threads::spin_mtx.
|
private |
Definition at line 806 of file system_projection.C.