libmesh解析
本工作只是尝试解析原libmesh的代码,供学习使用
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 
libMesh::PetscMatrix< T > 成员列表

成员的完整列表,这些成员属于 libMesh::PetscMatrix< T >,包括所有继承而来的类成员

_countslibMesh::ReferenceCounterprotectedstatic
_destroy_mat_on_exitlibMesh::PetscMatrix< T >private
_dof_maplibMesh::SparseMatrix< T >protected
_enable_print_counterlibMesh::ReferenceCounterprotectedstatic
_get_submatrix(SparseMatrix< T > &submatrix, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols, const bool reuse_submatrix) const overridelibMesh::PetscMatrix< T >protectedvirtual
_is_initializedlibMesh::SparseMatrix< T >protected
_matlibMesh::PetscMatrix< T >private
_mat_typelibMesh::PetscMatrix< T >private
_mutexlibMesh::ReferenceCounterprotectedstatic
_n_objectslibMesh::ReferenceCounterprotectedstatic
_petsc_matrix_mutexlibMesh::PetscMatrix< T >mutableprivate
_petsc_matrix_mutexlibMesh::PetscMatrix< T >mutableprivate
_splibMesh::SparseMatrix< T >protected
add(const numeric_index_type i, const numeric_index_type j, const T value) overridelibMesh::PetscMatrix< T >virtual
add(const T a, const SparseMatrix< T > &X) overridelibMesh::PetscMatrix< T >virtual
add_block_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &brows, const std::vector< numeric_index_type > &bcols) overridelibMesh::PetscMatrix< T >virtual
add_block_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &dof_indices) overridelibMesh::PetscMatrix< T >virtual
add_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols) overridelibMesh::PetscMatrix< T >virtual
add_matrix(const DenseMatrix< T > &dm, const std::vector< numeric_index_type > &dof_indices) overridelibMesh::PetscMatrix< T >virtual
add_sparse_matrix(const SparseMatrix< T > &spm, const std::map< numeric_index_type, numeric_index_type > &row_ltog, const std::map< numeric_index_type, numeric_index_type > &col_ltog, const T scalar) overridelibMesh::PetscMatrix< T >virtual
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() noexceptoverridelibMesh::PetscMatrix< T >virtual
clone() const overridelibMesh::PetscMatrix< T >virtual
close() overridelibMesh::PetscMatrix< T >virtual
closed() const overridelibMesh::PetscMatrix< T >virtual
Counts typedeflibMesh::ReferenceCounterprotected
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 > &submatrix, const std::vector< numeric_index_type > &rows, const std::vector< numeric_index_type > &cols) const overridelibMesh::PetscMatrix< T >virtual
disable_print_counter_info()libMesh::ReferenceCounterstatic
enable_print_counter_info()libMesh::ReferenceCounterstatic
flush() overridelibMesh::PetscMatrix< T >virtual
get_diagonal(NumericVector< T > &dest) const overridelibMesh::PetscMatrix< T >virtual
get_info()libMesh::ReferenceCounterstatic
get_local_size(numeric_index_type &m, numeric_index_type &n) const libMesh::PetscMatrix< T >
get_row(numeric_index_type i, std::vector< numeric_index_type > &indices, std::vector< T > &values) const overridelibMesh::PetscMatrix< T >virtual
get_transpose(SparseMatrix< T > &dest) const overridelibMesh::PetscMatrix< 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::PetscMatrix< T >virtual
init(const numeric_index_type m, const numeric_index_type n, const numeric_index_type m_l, const numeric_index_type n_l, const std::vector< numeric_index_type > &n_nz, const std::vector< numeric_index_type > &n_oz, const numeric_index_type blocksize=1)libMesh::PetscMatrix< T >
init(ParallelType=PARALLEL) overridelibMesh::PetscMatrix< T >virtual
initialized() const libMesh::SparseMatrix< T >inlinevirtual
l1_norm() const overridelibMesh::PetscMatrix< T >virtual
linfty_norm() const overridelibMesh::PetscMatrix< T >virtual
local_m() const finallibMesh::PetscMatrix< T >virtual
local_n() const libMesh::PetscMatrix< T >
m() const overridelibMesh::PetscMatrix< T >virtual
mat()libMesh::PetscMatrix< T >inline
matrix_matrix_mult(SparseMatrix< T > &X, SparseMatrix< T > &Y, bool reuse=false) overridelibMesh::PetscMatrix< T >virtual
n() const overridelibMesh::PetscMatrix< T >virtual
n_objects()libMesh::ReferenceCounterinlinestatic
need_full_sparsity_pattern() const libMesh::SparseMatrix< T >inlinevirtual
operator()(const numeric_index_type i, const numeric_index_type j) const overridelibMesh::PetscMatrix< T >virtual
operator=(const PetscMatrix &)=deletelibMesh::PetscMatrix< T >
operator=(PetscMatrix &&)=deletelibMesh::PetscMatrix< T >
libMesh::SparseMatrix::operator=(const SparseMatrix &)=defaultlibMesh::SparseMatrix< T >
libMesh::SparseMatrix::operator=(SparseMatrix &&)=defaultlibMesh::SparseMatrix< T >
ReferenceCountedObject< SparseMatrix< T > >::operator=(const ReferenceCountedObject &)libMesh::ReferenceCountedObject< SparseMatrix< T > >inlineprotected
PetscMatrix(const Parallel::Communicator &comm_in)libMesh::PetscMatrix< T >explicit
PetscMatrix(Mat m, const Parallel::Communicator &comm_in)libMesh::PetscMatrix< T >explicit
PetscMatrix(PetscMatrix &&)=deletelibMesh::PetscMatrix< T >
PetscMatrix(const PetscMatrix &)=deletelibMesh::PetscMatrix< T >
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_stream=libMesh::out)libMesh::ReferenceCounterstatic
print_matlab(const std::string &name="") const overridelibMesh::PetscMatrix< T >virtual
print_personal(std::ostream &os=libMesh::out) const overridelibMesh::PetscMatrix< 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) const libMesh::SparseMatrix< T >inlinevirtual
reset_preallocation()libMesh::PetscMatrix< T >
row_start() const overridelibMesh::PetscMatrix< T >virtual
row_stop() const overridelibMesh::PetscMatrix< T >virtual
set(const numeric_index_type i, const numeric_index_type j, const T value) overridelibMesh::PetscMatrix< T >virtual
set_destroy_mat_on_exit(bool destroy=true)libMesh::PetscMatrix< T >virtual
set_matrix_type(PetscMatrixType mat_type)libMesh::PetscMatrix< T >
SparseMatrix(const Parallel::Communicator &comm)libMesh::SparseMatrix< T >explicit
SparseMatrix(SparseMatrix &&)=defaultlibMesh::SparseMatrix< T >
SparseMatrix(const SparseMatrix &)=defaultlibMesh::SparseMatrix< T >
swap(PetscMatrix< T > &)libMesh::PetscMatrix< T >
update_preallocation_and_zero()libMesh::PetscMatrix< 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() overridelibMesh::PetscMatrix< T >virtual
zero_clone() const overridelibMesh::PetscMatrix< T >virtual
zero_rows(std::vector< numeric_index_type > &rows, T diag_value=0.0) overridelibMesh::PetscMatrix< T >virtual
~PetscMatrix()libMesh::PetscMatrix< T >virtual
~ReferenceCountedObject()libMesh::ReferenceCountedObject< SparseMatrix< T > >inline
~ReferenceCounter()libMesh::ReferenceCounterinline
~SparseMatrix()=defaultlibMesh::SparseMatrix< T >virtual