This is the complete list of members for libMesh::SparseMatrix< T >, including all inherited members.
_communicator | libMesh::ParallelObject | protected |
_counts | libMesh::ReferenceCounter | protectedstatic |
_dof_map | libMesh::SparseMatrix< T > | protected |
_enable_print_counter | libMesh::ReferenceCounter | protectedstatic |
_get_submatrix(SparseMatrix< T > &, const std::vector< numeric_index_type > &, const std::vector< numeric_index_type > &, const bool) const | libMesh::SparseMatrix< T > | inlineprotectedvirtual |
_is_initialized | libMesh::SparseMatrix< T > | protected |
_mutex | libMesh::ReferenceCounter | protectedstatic |
_n_objects | libMesh::ReferenceCounter | protectedstatic |
add(const numeric_index_type i, const numeric_index_type j, const T value)=0 | libMesh::SparseMatrix< T > | pure virtual |
add(const T a, const SparseMatrix< T > &X)=0 | libMesh::SparseMatrix< T > | pure virtual |
add_block_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &brows, const std::vector< numeric_index_type > &bcols) | libMesh::SparseMatrix< T > | virtual |
add_block_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &dof_indices) | libMesh::SparseMatrix< T > | inlinevirtual |
add_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols)=0 | libMesh::SparseMatrix< T > | pure virtual |
add_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &dof_indices)=0 | libMesh::SparseMatrix< T > | pure virtual |
attach_dof_map(const DofMap &dof_map) | libMesh::SparseMatrix< T > | inline |
build(const Parallel::Communicator &comm, const SolverPackage solver_package=libMesh::default_solver_package()) | libMesh::SparseMatrix< T > | static |
clear()=0 | libMesh::SparseMatrix< T > | pure virtual |
close()=0 | libMesh::SparseMatrix< T > | pure virtual |
closed() const =0 | libMesh::SparseMatrix< T > | pure virtual |
comm() const | libMesh::ParallelObject | inline |
Counts typedef | libMesh::ReferenceCounter | protected |
create_submatrix(SparseMatrix< T > &submatrix, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols) const | libMesh::SparseMatrix< T > | inlinevirtual |
disable_print_counter_info() | libMesh::ReferenceCounter | static |
enable_print_counter_info() | libMesh::ReferenceCounter | static |
flush() | libMesh::SparseMatrix< T > | inlinevirtual |
get_diagonal(NumericVector< T > &dest) const =0 | libMesh::SparseMatrix< T > | pure virtual |
get_info() | libMesh::ReferenceCounter | static |
get_transpose(SparseMatrix< T > &dest) const =0 | libMesh::SparseMatrix< T > | pure virtual |
increment_constructor_count(const std::string &name) | libMesh::ReferenceCounter | inlineprotected |
increment_destructor_count(const std::string &name) | libMesh::ReferenceCounter | inlineprotected |
init(const numeric_index_type m, const numeric_index_type n, const numeric_index_type m_l, const numeric_index_type n_l, const numeric_index_type nnz=30, const numeric_index_type noz=10, const numeric_index_type blocksize=1)=0 | libMesh::SparseMatrix< T > | pure virtual |
init()=0 | libMesh::SparseMatrix< T > | pure virtual |
initialized() const | libMesh::SparseMatrix< T > | inlinevirtual |
l1_norm() const =0 | libMesh::SparseMatrix< T > | pure virtual |
linfty_norm() const =0 | libMesh::SparseMatrix< T > | pure virtual |
m() const =0 | libMesh::SparseMatrix< T > | pure virtual |
n() const =0 | libMesh::SparseMatrix< T > | pure virtual |
n_objects() | libMesh::ReferenceCounter | inlinestatic |
n_processors() const | libMesh::ParallelObject | inline |
need_full_sparsity_pattern() const | libMesh::SparseMatrix< T > | inlinevirtual |
operator()(const numeric_index_type i, const numeric_index_type j) const =0 | libMesh::SparseMatrix< T > | pure virtual |
operator<<(std::ostream &os, const SparseMatrix< T > &m) | libMesh::SparseMatrix< T > | friend |
operator=(const SparseMatrix &)=default | libMesh::SparseMatrix< T > | |
operator=(SparseMatrix &&)=default | libMesh::SparseMatrix< T > | |
ReferenceCountedObject< SparseMatrix< T > >::operator=(const ReferenceCountedObject &) | libMesh::ReferenceCountedObject< SparseMatrix< T > > | inlineprotected |
libMesh::ParallelObject::operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | inline |
ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | inline |
ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | inline |
print(std::ostream &os=libMesh::out, const bool sparse=false) const | libMesh::SparseMatrix< T > | |
print(std::ostream &os, const bool sparse) const | libMesh::SparseMatrix< T > | |
print_info(std::ostream &out=libMesh::out) | libMesh::ReferenceCounter | static |
print_matlab(const std::string &="") const | libMesh::SparseMatrix< T > | inlinevirtual |
print_personal(std::ostream &os=libMesh::out) const =0 | libMesh::SparseMatrix< T > | pure virtual |
processor_id() const | libMesh::ParallelObject | inline |
ReferenceCountedObject() | libMesh::ReferenceCountedObject< SparseMatrix< T > > | inlineprotected |
ReferenceCountedObject(const ReferenceCountedObject &other) | libMesh::ReferenceCountedObject< SparseMatrix< T > > | inlineprotected |
ReferenceCountedObject(ReferenceCountedObject &&other) noexcept | libMesh::ReferenceCountedObject< SparseMatrix< T > > | inlineprotected |
ReferenceCounter() | libMesh::ReferenceCounter | inlineprotected |
ReferenceCounter(const ReferenceCounter &) | libMesh::ReferenceCounter | inlineprotected |
ReferenceCounter(ReferenceCounter &&other) noexcept | libMesh::ReferenceCounter | inlineprotected |
reinit_submatrix(SparseMatrix< T > &submatrix, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols) const | libMesh::SparseMatrix< T > | inlinevirtual |
row_start() const =0 | libMesh::SparseMatrix< T > | pure virtual |
row_stop() const =0 | libMesh::SparseMatrix< T > | pure virtual |
set(const numeric_index_type i, const numeric_index_type j, const T value)=0 | libMesh::SparseMatrix< T > | pure virtual |
SparseMatrix(const Parallel::Communicator &comm) | libMesh::SparseMatrix< T > | explicit |
SparseMatrix(SparseMatrix &&)=default | libMesh::SparseMatrix< T > | |
SparseMatrix(const SparseMatrix &)=default | libMesh::SparseMatrix< T > | |
update_sparsity_pattern(const SparsityPattern::Graph &) | libMesh::SparseMatrix< T > | inlinevirtual |
vector_mult(NumericVector< T > &dest, const NumericVector< T > &arg) const | libMesh::SparseMatrix< T > | |
vector_mult_add(NumericVector< T > &dest, const NumericVector< T > &arg) const | libMesh::SparseMatrix< T > | |
zero()=0 | libMesh::SparseMatrix< T > | pure virtual |
zero_rows(std::vector< numeric_index_type > &rows, T diag_value=0.0) | libMesh::SparseMatrix< T > | virtual |
~ParallelObject() | libMesh::ParallelObject | inlinevirtual |
~ReferenceCountedObject() | libMesh::ReferenceCountedObject< SparseMatrix< T > > | inline |
~ReferenceCounter() | libMesh::ReferenceCounter | inline |
~SparseMatrix()=default | libMesh::SparseMatrix< T > | virtual |