$extrastylesheet
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::ParallelObject [protected]
_countslibMesh::ReferenceCounter [protected, static]
_csrlibMesh::LaspackMatrix< T > [private]
_dof_maplibMesh::SparseMatrix< T > [protected]
_enable_print_counterlibMesh::ReferenceCounter [protected, static]
_get_submatrix(SparseMatrix< T > &, const std::vector< numeric_index_type > &, const std::vector< numeric_index_type > &, const bool) const libMesh::SparseMatrix< T > [inline, protected, virtual]
_is_initializedlibMesh::SparseMatrix< T > [protected]
_mutexlibMesh::ReferenceCounter [protected, static]
_n_objectslibMesh::ReferenceCounter [protected, static]
_QMatlibMesh::LaspackMatrix< T > [private]
_row_startlibMesh::LaspackMatrix< T > [private]
add(const numeric_index_type i, const numeric_index_type j, const T value)libMesh::LaspackMatrix< T > [virtual]
add(const T a, SparseMatrix< T > &X)libMesh::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 > [inline, virtual]
add_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols)libMesh::LaspackMatrix< T > [virtual]
add_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &dof_indices)libMesh::LaspackMatrix< T > [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()libMesh::LaspackMatrix< T > [virtual]
close() const libMesh::LaspackMatrix< T > [inline, virtual]
closed() const libMesh::LaspackMatrix< T > [inline, virtual]
comm() const libMesh::ParallelObject [inline]
Counts typedeflibMesh::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 > [inline, virtual]
disable_print_counter_info()libMesh::ReferenceCounter [static]
enable_print_counter_info()libMesh::ReferenceCounter [static]
get_diagonal(NumericVector< T > &dest) const libMesh::LaspackMatrix< T > [virtual]
get_info()libMesh::ReferenceCounter [static]
get_transpose(SparseMatrix< T > &dest) const libMesh::LaspackMatrix< T > [virtual]
increment_constructor_count(const std::string &name)libMesh::ReferenceCounter [inline, protected]
increment_destructor_count(const std::string &name)libMesh::ReferenceCounter [inline, protected]
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)libMesh::LaspackMatrix< T > [virtual]
init()libMesh::LaspackMatrix< T > [virtual]
initialized() const libMesh::SparseMatrix< T > [inline, virtual]
l1_norm() const libMesh::LaspackMatrix< T > [inline, virtual]
LaspackLinearSolver< T > classlibMesh::LaspackMatrix< T > [friend]
LaspackMatrix(const Parallel::Communicator &comm LIBMESH_CAN_DEFAULT_TO_COMMWORLD)libMesh::LaspackMatrix< T >
LaspackVector< T > classlibMesh::LaspackMatrix< T > [friend]
linfty_norm() const libMesh::LaspackMatrix< T > [inline, virtual]
m() const libMesh::LaspackMatrix< T > [virtual]
n() const libMesh::LaspackMatrix< T > [virtual]
n_objects()libMesh::ReferenceCounter [inline, static]
n_processors() const libMesh::ParallelObject [inline]
need_full_sparsity_pattern() const libMesh::LaspackMatrix< T > [inline, virtual]
operator()(const numeric_index_type i, const numeric_index_type j) const libMesh::LaspackMatrix< T > [virtual]
operator<<(std::ostream &os, const SparseMatrix< T > &m)libMesh::SparseMatrix< T > [friend]
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]
pos(const numeric_index_type i, const numeric_index_type j) const libMesh::LaspackMatrix< T > [private]
print(std::ostream &os=libMesh::out, const bool sparse=false) const libMesh::SparseMatrix< T >
print(std::ostream &os, const bool sparse) constlibMesh::SparseMatrix< T >
print_info(std::ostream &out=libMesh::out)libMesh::ReferenceCounter [static]
print_matlab(const std::string &="") const libMesh::SparseMatrix< T > [inline, virtual]
print_personal(std::ostream &os=libMesh::out) const libMesh::LaspackMatrix< T > [inline, virtual]
processor_id() const libMesh::ParallelObject [inline]
ReferenceCountedObject()libMesh::ReferenceCountedObject< SparseMatrix< T > > [inline, protected]
ReferenceCountedObject(const ReferenceCountedObject &other)libMesh::ReferenceCountedObject< SparseMatrix< T > > [inline, protected]
ReferenceCounter()libMesh::ReferenceCounter [inline, protected]
reinit_submatrix(SparseMatrix< T > &submatrix, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols) const libMesh::SparseMatrix< T > [inline, virtual]
row_start() const libMesh::LaspackMatrix< T > [virtual]
row_stop() const libMesh::LaspackMatrix< T > [virtual]
set(const numeric_index_type i, const numeric_index_type j, const T value)libMesh::LaspackMatrix< T > [virtual]
SparseMatrix(const Parallel::Communicator &comm LIBMESH_CAN_DEFAULT_TO_COMMWORLD)libMesh::SparseMatrix< T > [explicit]
update_sparsity_pattern(const SparsityPattern::Graph &)libMesh::LaspackMatrix< T > [virtual]
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()libMesh::LaspackMatrix< T > [virtual]
zero_rows(std::vector< numeric_index_type > &rows, T diag_value=0.0)libMesh::SparseMatrix< T > [virtual]
~LaspackMatrix()libMesh::LaspackMatrix< T >
~ParallelObject()libMesh::ParallelObject [inline, virtual]
~ReferenceCountedObject()libMesh::ReferenceCountedObject< SparseMatrix< T > > [inline]
~ReferenceCounter()libMesh::ReferenceCounter [inline]
~SparseMatrix()libMesh::SparseMatrix< T > [virtual]