Functions | |
template<typename P1 , int P2, typename P3 > | |
void | init_sparse_matrix (const libMesh::DofMap &dof_map, Eigen::SparseMatrix< P1, P2, P3 > &m) |
template<typename IntType > | |
void | unconstrained_dofs (const libMesh::DofMap &dof_map, std::vector< IntType > &dofs) |
copies the unconstrained dofs for the dof_map in the vector dofs . More... | |
void MAST::Numerics::libMeshWrapper::init_sparse_matrix | ( | const libMesh::DofMap & | dof_map, |
Eigen::SparseMatrix< P1, P2, P3 > & | m | ||
) |
Definition at line 36 of file sparse_matrix_initialization.hpp.
void MAST::Numerics::libMeshWrapper::unconstrained_dofs | ( | const libMesh::DofMap & | dof_map, |
std::vector< IntType > & | dofs | ||
) |
copies the unconstrained dofs for the dof_map
in the vector dofs
.
This is a collective operation and each rank will store only its own set of unconstrained dofs.
Definition at line 39 of file unconstrained_dofs.hpp.