libMesh
libMesh::LaspackMatrix< T > Member List

This is the complete list of members for libMesh::LaspackMatrix< T >, including all inherited members.

_closedlibMesh::LaspackMatrix< T >private
_communicatorlibMesh::ParallelObjectprotected
_countslibMesh::ReferenceCounterprotectedstatic
_csrlibMesh::LaspackMatrix< T >private
_dof_maplibMesh::SparseMatrix< T >protected
_enable_print_counterlibMesh::ReferenceCounterprotectedstatic
_get_submatrix(SparseMatrix< T > &, const std::vector< numeric_index_type > &, const std::vector< numeric_index_type > &, const bool) constlibMesh::SparseMatrix< T >inlineprotectedvirtual
_is_initializedlibMesh::SparseMatrix< T >protected
_mutexlibMesh::ReferenceCounterprotectedstatic
_n_objectslibMesh::ReferenceCounterprotectedstatic
_QMatlibMesh::LaspackMatrix< T >private
_row_startlibMesh::LaspackMatrix< T >private
_splibMesh::SparseMatrix< T >protected
add(const numeric_index_type i, const numeric_index_type j, const T value) overridelibMesh::LaspackMatrix< T >virtual
add(const T a, const SparseMatrix< T > &X) overridelibMesh::LaspackMatrix< T >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) overridelibMesh::LaspackMatrix< T >virtual
add_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &dof_indices) overridelibMesh::LaspackMatrix< T >virtual
add_sparse_matrix(const SparseMatrix< T > &, const std::map< numeric_index_type, numeric_index_type > &, const std::map< numeric_index_type, numeric_index_type > &, const T)libMesh::SparseMatrix< T >inlinevirtual
attach_dof_map(const DofMap &dof_map)libMesh::SparseMatrix< T >
attach_sparsity_pattern(const SparsityPattern::Build &sp)libMesh::SparseMatrix< T >
build(const Parallel::Communicator &comm, const SolverPackage solver_package=libMesh::default_solver_package(), const MatrixBuildType matrix_build_type=MatrixBuildType::AUTOMATIC)libMesh::SparseMatrix< T >static
clear() overridelibMesh::LaspackMatrix< T >virtual
clone() const overridelibMesh::LaspackMatrix< T >virtual
close() overridelibMesh::LaspackMatrix< T >virtual
closed() const overridelibMesh::LaspackMatrix< T >inlinevirtual
col_start() const overridelibMesh::LaspackMatrix< T >virtual
col_stop() const overridelibMesh::LaspackMatrix< T >virtual
comm() constlibMesh::ParallelObjectinline
Counts typedeflibMesh::ReferenceCounterprotected
create_submatrix(SparseMatrix< T > &submatrix, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols) constlibMesh::SparseMatrix< T >inlinevirtual
create_submatrix_nosort(SparseMatrix< T > &, const std::vector< numeric_index_type > &, const std::vector< numeric_index_type > &) constlibMesh::SparseMatrix< T >inlinevirtual
disable_print_counter_info()libMesh::ReferenceCounterstatic
enable_print_counter_info()libMesh::ReferenceCounterstatic
flush()libMesh::SparseMatrix< T >inlinevirtual
get_diagonal(NumericVector< T > &dest) const overridelibMesh::LaspackMatrix< T >virtual
get_info()libMesh::ReferenceCounterstatic
get_row(numeric_index_type i, std::vector< numeric_index_type > &indices, std::vector< T > &values) const overridelibMesh::LaspackMatrix< T >virtual
get_transpose(SparseMatrix< T > &dest) const overridelibMesh::LaspackMatrix< T >virtual
increment_constructor_count(const std::string &name) noexceptlibMesh::ReferenceCounterinlineprotected
increment_destructor_count(const std::string &name) noexceptlibMesh::ReferenceCounterinlineprotected
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) overridelibMesh::LaspackMatrix< T >virtual
init(ParallelType=PARALLEL) overridelibMesh::LaspackMatrix< T >virtual
initialized() constlibMesh::SparseMatrix< T >inlinevirtual
l1_norm() const overridelibMesh::LaspackMatrix< T >virtual
LaspackLinearSolver< T > classlibMesh::LaspackMatrix< T >friend
LaspackMatrix(const Parallel::Communicator &comm)libMesh::LaspackMatrix< T >
LaspackMatrix(LaspackMatrix &&)=deletelibMesh::LaspackMatrix< T >
LaspackMatrix(const LaspackMatrix &)=deletelibMesh::LaspackMatrix< T >
LaspackVector< T > classlibMesh::LaspackMatrix< T >friend
linfty_norm() const overridelibMesh::LaspackMatrix< T >inlinevirtual
local_m() constlibMesh::SparseMatrix< T >inlinevirtual
local_n() constlibMesh::SparseMatrix< T >inlinevirtual
m() const overridelibMesh::LaspackMatrix< T >virtual
matrix_matrix_mult(SparseMatrix< T > &, SparseMatrix< T > &, bool)libMesh::SparseMatrix< T >inlinevirtual
n() const overridelibMesh::LaspackMatrix< T >virtual
n_nonzeros() constlibMesh::SparseMatrix< T >virtual
n_objects()libMesh::ReferenceCounterinlinestatic
n_processors() constlibMesh::ParallelObjectinline
need_full_sparsity_pattern() const overridelibMesh::LaspackMatrix< T >inlinevirtual
operator()(const numeric_index_type i, const numeric_index_type j) const overridelibMesh::LaspackMatrix< T >virtual
operator=(const LaspackMatrix &)=deletelibMesh::LaspackMatrix< T >
operator=(LaspackMatrix &&)=deletelibMesh::LaspackMatrix< T >
libMesh::SparseMatrix::operator=(const SparseMatrix &)=defaultlibMesh::SparseMatrix< T >
libMesh::SparseMatrix::operator=(SparseMatrix &&)=defaultlibMesh::SparseMatrix< T >
libMesh::ReferenceCountedObject< SparseMatrix< T > >::operator=(const ReferenceCountedObject &)libMesh::ReferenceCountedObject< SparseMatrix< T > >inlineprotected
libMesh::ParallelObject::operator=(const ParallelObject &libmesh_dbg_var(other))libMesh::ParallelObjectinline
ParallelObject(const Parallel::Communicator &comm_in)libMesh::ParallelObjectinline
ParallelObject(const ParallelObject &other)libMesh::ParallelObjectinline
pos(const numeric_index_type i, const numeric_index_type j) constlibMesh::LaspackMatrix< T >private
print(std::ostream &os=libMesh::out, const bool sparse=false) constlibMesh::SparseMatrix< T >
print(std::ostream &os, const bool sparse) constlibMesh::SparseMatrix< T >
print_info(std::ostream &out_stream=libMesh::out)libMesh::ReferenceCounterstatic
print_matlab(const std::string &="") constlibMesh::SparseMatrix< T >virtual
print_personal(std::ostream &os=libMesh::out) const overridelibMesh::LaspackMatrix< T >inlinevirtual
processor_id() constlibMesh::ParallelObjectinline
read_matlab(const std::string &filename)libMesh::SparseMatrix< T >virtual
ReferenceCountedObject()libMesh::ReferenceCountedObject< SparseMatrix< T > >inlineprotected
ReferenceCountedObject(const ReferenceCountedObject &other)libMesh::ReferenceCountedObject< SparseMatrix< T > >inlineprotected
ReferenceCountedObject(ReferenceCountedObject &&other) noexceptlibMesh::ReferenceCountedObject< SparseMatrix< T > >inlineprotected
ReferenceCounter()libMesh::ReferenceCounterinlineprotected
ReferenceCounter(const ReferenceCounter &)libMesh::ReferenceCounterinlineprotected
ReferenceCounter(ReferenceCounter &&other) noexceptlibMesh::ReferenceCounterinlineprotected
reinit_submatrix(SparseMatrix< T > &submatrix, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols) constlibMesh::SparseMatrix< T >inlinevirtual
row_start() const overridelibMesh::LaspackMatrix< T >virtual
row_stop() const overridelibMesh::LaspackMatrix< T >virtual
set(const numeric_index_type i, const numeric_index_type j, const T value) overridelibMesh::LaspackMatrix< T >virtual
SparseMatrix(const Parallel::Communicator &comm)libMesh::SparseMatrix< T >explicit
SparseMatrix(SparseMatrix &&)=defaultlibMesh::SparseMatrix< T >
SparseMatrix(const SparseMatrix &)=defaultlibMesh::SparseMatrix< T >
update_sparsity_pattern(const SparsityPattern::Graph &) overridelibMesh::LaspackMatrix< T >virtual
vector_mult(NumericVector< T > &dest, const NumericVector< T > &arg) constlibMesh::SparseMatrix< T >
vector_mult_add(NumericVector< T > &dest, const NumericVector< T > &arg) constlibMesh::SparseMatrix< T >
zero() overridelibMesh::LaspackMatrix< T >virtual
zero_clone() const overridelibMesh::LaspackMatrix< T >virtual
zero_rows(std::vector< numeric_index_type > &rows, T diag_value=0.0)libMesh::SparseMatrix< T >virtual
~LaspackMatrix()libMesh::LaspackMatrix< T >virtual
~ParallelObject()=defaultlibMesh::ParallelObjectvirtual
~ReferenceCountedObject()libMesh::ReferenceCountedObject< SparseMatrix< T > >inline
~ReferenceCounter()libMesh::ReferenceCounterinline
~SparseMatrix()=defaultlibMesh::SparseMatrix< T >virtual