Public Member Functions | |
MatrixFillAction (SparseMatrix< ValOut > &target_mat) | |
void | insert (const FEMContext &c, unsigned int var_num, const DenseVector< 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 677 of file system_projection.C.
|
inline |
Definition at line 683 of file system_projection.C.
|
inline |
Definition at line 686 of file system_projection.C.
References libMesh::DiffContext::get_dof_indices(), libMesh::SparseMatrix< T >::row_start(), libMesh::SparseMatrix< T >::row_stop(), libMesh::SparseMatrix< T >::set(), and libMesh::Threads::spin_mtx.
|
private |
Definition at line 680 of file system_projection.C.