| libMesh
    | 
This is the complete list of members for libMesh::LumpedMassMatrix< T >, including all inherited members.
| _communicator | libMesh::ParallelObject | protected | 
| _counts | libMesh::ReferenceCounter | protectedstatic | 
| _diagonal | libMesh::DiagonalMatrix< T > | protected | 
| _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 | 
| _sp | libMesh::SparseMatrix< T > | protected | 
| _use_hash_table | libMesh::SparseMatrix< T > | protected | 
| add(const numeric_index_type i, const numeric_index_type j, const T value) override | libMesh::LumpedMassMatrix< T > | virtual | 
| add(const T a, const SparseMatrix< T > &X) override | libMesh::LumpedMassMatrix< 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) override | libMesh::DiagonalMatrix< T > | virtual | 
| add_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &dof_indices) override | libMesh::DiagonalMatrix< 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() override | libMesh::DiagonalMatrix< T > | virtual | 
| clone() const override | libMesh::LumpedMassMatrix< T > | virtual | 
| close() override | libMesh::DiagonalMatrix< T > | virtual | 
| closed() const override | libMesh::DiagonalMatrix< T > | virtual | 
| col_start() const override | libMesh::DiagonalMatrix< T > | virtual | 
| col_stop() const override | libMesh::DiagonalMatrix< T > | 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 | 
| create_submatrix_nosort(SparseMatrix< T > &, const std::vector< numeric_index_type > &, const std::vector< numeric_index_type > &) const | libMesh::SparseMatrix< T > | inlinevirtual | 
| diagonal() const | libMesh::DiagonalMatrix< T > | |
| DiagonalMatrix(const Parallel::Communicator &comm) | libMesh::DiagonalMatrix< T > | explicit | 
| DiagonalMatrix(DiagonalMatrix &&)=default | libMesh::DiagonalMatrix< T > | |
| 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 override | libMesh::DiagonalMatrix< T > | virtual | 
| get_info() | libMesh::ReferenceCounter | static | 
| get_row(numeric_index_type i, std::vector< numeric_index_type > &indices, std::vector< T > &values) const override | libMesh::DiagonalMatrix< T > | virtual | 
| get_transpose(SparseMatrix< T > &dest) const override | libMesh::DiagonalMatrix< T > | virtual | 
| increment_constructor_count(const std::string &name) noexcept | libMesh::ReferenceCounter | inlineprotected | 
| increment_destructor_count(const std::string &name) noexcept | 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) override | libMesh::DiagonalMatrix< T > | virtual | 
| init(ParallelType type=PARALLEL) override | libMesh::DiagonalMatrix< T > | virtual | 
| init(const NumericVector< T > &other, const bool fast=false) | libMesh::DiagonalMatrix< T > | virtual | 
| init(const DiagonalMatrix< T > &other, const bool fast=false) | libMesh::DiagonalMatrix< T > | virtual | 
| initialized() const | libMesh::SparseMatrix< T > | inlinevirtual | 
| l1_norm() const override | libMesh::DiagonalMatrix< T > | virtual | 
| l1_norm_diff(const SparseMatrix< T > &other_mat) const | libMesh::SparseMatrix< T > | |
| linfty_norm() const override | libMesh::DiagonalMatrix< T > | virtual | 
| local_m() const | libMesh::SparseMatrix< T > | inlinevirtual | 
| local_n() const | libMesh::SparseMatrix< T > | inlinevirtual | 
| LumpedMassMatrix(const Parallel::Communicator &comm) | libMesh::LumpedMassMatrix< T > | explicit | 
| LumpedMassMatrix(LumpedMassMatrix &&)=default | libMesh::LumpedMassMatrix< T > | |
| m() const override | libMesh::DiagonalMatrix< T > | virtual | 
| matrix_matrix_mult(SparseMatrix< T > &, SparseMatrix< T > &, bool) | libMesh::SparseMatrix< T > | inlinevirtual | 
| n() const override | libMesh::DiagonalMatrix< T > | virtual | 
| n_nonzeros() const | libMesh::SparseMatrix< T > | 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 override | libMesh::DiagonalMatrix< T > | virtual | 
| operator=(LumpedMassMatrix &&)=default | libMesh::LumpedMassMatrix< T > | |
| operator=(const SparseMatrix< T > &) override | libMesh::LumpedMassMatrix< T > | inlinevirtual | 
| operator=(const NumericVector< T > &vec) | libMesh::LumpedMassMatrix< T > | protected | 
| operator=(NumericVector< T > &&vec) | libMesh::LumpedMassMatrix< T > | protected | 
| libMesh::DiagonalMatrix::operator=(DiagonalMatrix &&)=default | libMesh::DiagonalMatrix< T > | |
| libMesh::DiagonalMatrix::operator=(const DiagonalMatrix &)=delete | libMesh::DiagonalMatrix< T > | |
| libMesh::SparseMatrix::operator=(SparseMatrix &&)=default | libMesh::SparseMatrix< T > | |
| libMesh::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_stream=libMesh::out) | libMesh::ReferenceCounter | static | 
| print_matlab(const std::string &="") const | libMesh::SparseMatrix< T > | virtual | 
| print_personal(std::ostream &os=libMesh::out) const override | libMesh::DiagonalMatrix< T > | virtual | 
| print_petsc_binary(const std::string &filename) | libMesh::SparseMatrix< T > | virtual | 
| print_petsc_hdf5(const std::string &filename) | libMesh::SparseMatrix< T > | virtual | 
| processor_id() const | libMesh::ParallelObject | inline | 
| read(const std::string &filename) | libMesh::SparseMatrix< T > | virtual | 
| read_coreform_hdf5(const std::string &filename, const std::string &groupname="extraction") | libMesh::SparseMatrix< T > | virtual | 
| read_matlab(const std::string &filename) | libMesh::SparseMatrix< T > | virtual | 
| read_petsc_binary(const std::string &filename) | libMesh::SparseMatrix< T > | virtual | 
| read_petsc_hdf5(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) 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 | 
| require_sparsity_pattern() const | libMesh::SparseMatrix< T > | inlinevirtual | 
| restore_original_nonzero_pattern() override | libMesh::DiagonalMatrix< T > | virtual | 
| row_start() const override | libMesh::DiagonalMatrix< T > | virtual | 
| row_stop() const override | libMesh::DiagonalMatrix< T > | virtual | 
| scale(const T scale) | libMesh::SparseMatrix< T > | virtual | 
| set(const numeric_index_type i, const numeric_index_type j, const T value) override | libMesh::LumpedMassMatrix< T > | virtual | 
| solver_package() override | libMesh::DiagonalMatrix< T > | inlinevirtual | 
| SparseMatrix(const Parallel::Communicator &comm) | libMesh::SparseMatrix< T > | explicit | 
| SparseMatrix(SparseMatrix &&)=default | libMesh::SparseMatrix< T > | |
| SparseMatrix(const SparseMatrix &)=default | libMesh::SparseMatrix< T > | |
| supports_hash_table() const | libMesh::SparseMatrix< T > | inlinevirtual | 
| update_sparsity_pattern(const SparsityPattern::Graph &) | libMesh::SparseMatrix< T > | inlinevirtual | 
| use_hash_table(bool use_hash) | libMesh::SparseMatrix< T > | |
| use_hash_table() const | libMesh::SparseMatrix< T > | inline | 
| 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() override | libMesh::DiagonalMatrix< T > | virtual | 
| zero_clone() const override | libMesh::LumpedMassMatrix< T > | virtual | 
| zero_rows(std::vector< numeric_index_type > &rows, T val=0) override | libMesh::DiagonalMatrix< T > | virtual | 
| ~DiagonalMatrix()=default | libMesh::DiagonalMatrix< T > | virtual | 
| ~ParallelObject()=default | libMesh::ParallelObject | virtual | 
| ~ReferenceCountedObject() | libMesh::ReferenceCountedObject< SparseMatrix< T > > | inline | 
| ~ReferenceCounter() | libMesh::ReferenceCounter | inline | 
| ~SparseMatrix()=default | libMesh::SparseMatrix< T > | virtual | 
 1.8.14
 1.8.14