成员的完整列表,这些成员属于 libMesh::LaspackVector< T >,包括所有继承而来的类成员
_counts | libMesh::ReferenceCounter | protectedstatic |
_enable_print_counter | libMesh::ReferenceCounter | protectedstatic |
_is_closed | libMesh::NumericVector< T > | protected |
_is_initialized | libMesh::NumericVector< T > | protected |
_mutex | libMesh::ReferenceCounter | protectedstatic |
_n_objects | libMesh::ReferenceCounter | protectedstatic |
_numeric_vector_mutex | libMesh::NumericVector< T > | protected |
_type | libMesh::NumericVector< T > | protected |
_vec | libMesh::LaspackVector< T > | private |
abs() override | libMesh::LaspackVector< T > | virtual |
add(const numeric_index_type i, const T value) override | libMesh::LaspackVector< T > | inlinevirtual |
add(const T s) override | libMesh::LaspackVector< T > | virtual |
add(const NumericVector< T > &v) override | libMesh::LaspackVector< T > | virtual |
add(const T a, const NumericVector< T > &v) override | libMesh::LaspackVector< T > | virtual |
add_vector(const NumericVector< T > &v, const SparseMatrix< T > &A) override | libMesh::LaspackVector< T > | virtual |
libMesh::NumericVector::add_vector(const T *v, const std::vector< numeric_index_type > &dof_indices) | libMesh::NumericVector< T > | virtual |
libMesh::NumericVector::add_vector(const std::vector< T > &v, const std::vector< numeric_index_type > &dof_indices) | libMesh::NumericVector< T > | inline |
libMesh::NumericVector::add_vector(const NumericVector< T > &v, const std::vector< numeric_index_type > &dof_indices) | libMesh::NumericVector< T > | |
libMesh::NumericVector::add_vector(const DenseVector< T > &v, const std::vector< numeric_index_type > &dof_indices) | libMesh::NumericVector< T > | inline |
libMesh::NumericVector::add_vector(const NumericVector< T > &v, const ShellMatrix< T > &A) | libMesh::NumericVector< T > | |
add_vector_transpose(const NumericVector< T > &v, const SparseMatrix< T > &A) override | libMesh::LaspackVector< T > | virtual |
build(const Parallel::Communicator &comm, const SolverPackage solver_package=libMesh::default_solver_package()) | libMesh::NumericVector< T > | static |
clear() override | libMesh::LaspackVector< T > | inlinevirtual |
clone() const override | libMesh::LaspackVector< T > | inlinevirtual |
close() override | libMesh::LaspackVector< T > | inlinevirtual |
closed() const | libMesh::NumericVector< T > | inlinevirtual |
compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) const | libMesh::NumericVector< T > | virtual |
compatible(const NumericVector< T > &v) const | libMesh::NumericVector< T > | |
conjugate() override | libMesh::LaspackVector< T > | virtual |
Counts typedef | libMesh::ReferenceCounter | protected |
create_subvector(NumericVector< T > &subvector, const std::vector< numeric_index_type > &rows) const | libMesh::NumericVector< T > | inlinevirtual |
disable_print_counter_info() | libMesh::ReferenceCounter | static |
dot(const NumericVector< T > &v) const override | libMesh::LaspackVector< T > | virtual |
el(const numeric_index_type i) const | libMesh::NumericVector< T > | inlinevirtual |
enable_print_counter_info() | libMesh::ReferenceCounter | static |
first_local_index() const override | libMesh::LaspackVector< T > | inlinevirtual |
get(const std::vector< numeric_index_type > &index, T *values) const | libMesh::NumericVector< T > | inlinevirtual |
get(const std::vector< numeric_index_type > &index, std::vector< T > &values) const | libMesh::NumericVector< T > | inline |
get_info() | libMesh::ReferenceCounter | static |
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 N, const numeric_index_type n_local, const bool fast=false, const ParallelType ptype=AUTOMATIC) override | libMesh::LaspackVector< T > | virtual |
init(const numeric_index_type N, const bool fast=false, const ParallelType ptype=AUTOMATIC) override | libMesh::LaspackVector< T > | inlinevirtual |
init(const numeric_index_type N, const numeric_index_type n_local, const std::vector< numeric_index_type > &ghost, const bool fast=false, const ParallelType=AUTOMATIC) override | libMesh::LaspackVector< T > | virtual |
init(const NumericVector< T > &other, const bool fast=false) override | libMesh::LaspackVector< T > | virtual |
initialized() const | libMesh::NumericVector< T > | inlinevirtual |
insert(const T *v, const std::vector< numeric_index_type > &dof_indices) | libMesh::NumericVector< T > | virtual |
insert(const NumericVector< T > &v, const std::vector< numeric_index_type > &dof_indices) | libMesh::NumericVector< T > | |
insert(const DenseVector< T > &v, const std::vector< numeric_index_type > &dof_indices) | libMesh::NumericVector< T > | inline |
insert(const DenseSubVector< T > &v, const std::vector< numeric_index_type > &dof_indices) | libMesh::NumericVector< T > | inline |
l1_norm() const override | libMesh::LaspackVector< T > | virtual |
l2_norm() const override | libMesh::LaspackVector< T > | virtual |
l2_norm_diff(const NumericVector< T > &other_vec) const | libMesh::NumericVector< T > | |
LaspackLinearSolver< T > class | libMesh::LaspackVector< T > | friend |
LaspackVector(const Parallel::Communicator &comm, const ParallelType=AUTOMATIC) | libMesh::LaspackVector< T > | inlineexplicit |
LaspackVector(const Parallel::Communicator &comm, const numeric_index_type n, const ParallelType=AUTOMATIC) | libMesh::LaspackVector< T > | inlineexplicit |
LaspackVector(const Parallel::Communicator &comm, const numeric_index_type n, const numeric_index_type n_local, const ParallelType=AUTOMATIC) | libMesh::LaspackVector< T > | inline |
LaspackVector(const Parallel::Communicator &comm, const numeric_index_type N, const numeric_index_type n_local, const std::vector< numeric_index_type > &ghost, const ParallelType=AUTOMATIC) | libMesh::LaspackVector< T > | inline |
LaspackVector(LaspackVector &&)=delete | libMesh::LaspackVector< T > | |
LaspackVector(const LaspackVector &)=delete | libMesh::LaspackVector< T > | |
last_local_index() const override | libMesh::LaspackVector< T > | inlinevirtual |
linfty_norm() const override | libMesh::LaspackVector< T > | virtual |
local_relative_compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) const | libMesh::NumericVector< T > | virtual |
local_size() const override | libMesh::LaspackVector< T > | inlinevirtual |
localize(std::vector< T > &v_local) const override | libMesh::LaspackVector< T > | virtual |
localize(NumericVector< T > &v_local) const override | libMesh::LaspackVector< T > | virtual |
localize(NumericVector< T > &v_local, const std::vector< numeric_index_type > &send_list) const override | libMesh::LaspackVector< T > | virtual |
localize(std::vector< T > &v_local, const std::vector< numeric_index_type > &indices) const override | libMesh::LaspackVector< T > | virtual |
localize(const numeric_index_type first_local_idx, const numeric_index_type last_local_idx, const std::vector< numeric_index_type > &send_list) override | libMesh::LaspackVector< T > | virtual |
localize_to_one(std::vector< T > &v_local, const processor_id_type proc_id=0) const override | libMesh::LaspackVector< T > | virtual |
max() const override | libMesh::LaspackVector< T > | virtual |
max_allowed_id() const override | libMesh::LaspackVector< T > | inlinevirtual |
min() const override | libMesh::LaspackVector< T > | virtual |
n_objects() | libMesh::ReferenceCounter | inlinestatic |
NumericVector(const Parallel::Communicator &comm_in, const ParallelType ptype=AUTOMATIC) | libMesh::NumericVector< T > | inlineexplicit |
NumericVector(const Parallel::Communicator &comm_in, const numeric_index_type n, const ParallelType ptype=AUTOMATIC) | libMesh::NumericVector< T > | inlineexplicit |
NumericVector(const Parallel::Communicator &comm_in, const numeric_index_type n, const numeric_index_type n_local, const ParallelType ptype=AUTOMATIC) | libMesh::NumericVector< T > | inline |
NumericVector(const Parallel::Communicator &comm_in, const numeric_index_type N, const numeric_index_type n_local, const std::vector< numeric_index_type > &ghost, const ParallelType ptype=AUTOMATIC) | libMesh::NumericVector< T > | inline |
NumericVector(NumericVector &&)=default | libMesh::NumericVector< T > | |
NumericVector(const NumericVector &)=default | libMesh::NumericVector< T > | |
operator()(const numeric_index_type i) const override | libMesh::LaspackVector< T > | inlinevirtual |
operator*=(const NumericVector< T > &v) override | libMesh::LaspackVector< T > | virtual |
libMesh::NumericVector::operator*=(const T a) | libMesh::NumericVector< T > | inline |
operator+=(const NumericVector< T > &v) override | libMesh::LaspackVector< T > | virtual |
operator-=(const NumericVector< T > &v) override | libMesh::LaspackVector< T > | virtual |
operator/=(const NumericVector< T > &v) override | libMesh::LaspackVector< T > | virtual |
libMesh::NumericVector::operator/=(const T a) | libMesh::NumericVector< T > | inline |
operator=(const LaspackVector< T > &v) | libMesh::LaspackVector< T > | |
operator=(LaspackVector &&)=delete | libMesh::LaspackVector< T > | |
operator=(const T s) override | libMesh::LaspackVector< T > | virtual |
operator=(const NumericVector< T > &v) override | libMesh::LaspackVector< T > | virtual |
operator=(const std::vector< T > &v) override | libMesh::LaspackVector< T > | virtual |
libMesh::NumericVector::operator=(NumericVector &&)=default | libMesh::NumericVector< T > | |
ReferenceCountedObject< NumericVector< T > >::operator=(const ReferenceCountedObject &) | libMesh::ReferenceCountedObject< NumericVector< T > > | inlineprotected |
pointwise_divide(const NumericVector< T > &vec1, const NumericVector< T > &vec2) override | libMesh::LaspackVector< T > | virtual |
pointwise_mult(const NumericVector< T > &vec1, const NumericVector< T > &vec2) override | libMesh::LaspackVector< T > | virtual |
print(std::ostream &os=libMesh::out) const | libMesh::NumericVector< T > | inlinevirtual |
print(std::ostream &os) const | libMesh::NumericVector< T > | inline |
print_global(std::ostream &os=libMesh::out) const | libMesh::NumericVector< T > | inlinevirtual |
print_global(std::ostream &os) const | libMesh::NumericVector< T > | inline |
print_info(std::ostream &out_stream=libMesh::out) | libMesh::ReferenceCounter | static |
print_matlab(const std::string &="") const | libMesh::NumericVector< T > | inlinevirtual |
readable() const | libMesh::NumericVector< T > | |
reciprocal() override | libMesh::LaspackVector< T > | virtual |
ReferenceCountedObject() | libMesh::ReferenceCountedObject< NumericVector< T > > | inlineprotected |
ReferenceCountedObject(const ReferenceCountedObject &other) | libMesh::ReferenceCountedObject< NumericVector< T > > | inlineprotected |
ReferenceCountedObject(ReferenceCountedObject &&other) noexcept | libMesh::ReferenceCountedObject< NumericVector< T > > | inlineprotected |
ReferenceCounter() | libMesh::ReferenceCounter | inlineprotected |
ReferenceCounter(const ReferenceCounter &) | libMesh::ReferenceCounter | inlineprotected |
ReferenceCounter(ReferenceCounter &&other) noexcept | libMesh::ReferenceCounter | inlineprotected |
scale(const T factor) override | libMesh::LaspackVector< T > | virtual |
set(const numeric_index_type i, const T value) override | libMesh::LaspackVector< T > | inlinevirtual |
size() const override | libMesh::LaspackVector< T > | inlinevirtual |
subset_l1_norm(const std::set< numeric_index_type > &indices) const | libMesh::NumericVector< T > | virtual |
subset_l2_norm(const std::set< numeric_index_type > &indices) const | libMesh::NumericVector< T > | virtual |
subset_linfty_norm(const std::set< numeric_index_type > &indices) const | libMesh::NumericVector< T > | virtual |
sum() const override | libMesh::LaspackVector< T > | virtual |
swap(NumericVector< T > &v) override | libMesh::LaspackVector< T > | inlinevirtual |
type() const | libMesh::NumericVector< T > | inline |
type() | libMesh::NumericVector< T > | inline |
zero() override | libMesh::LaspackVector< T > | inlinevirtual |
zero_clone() const override | libMesh::LaspackVector< T > | inlinevirtual |
~LaspackVector() | libMesh::LaspackVector< T > | inlinevirtual |
~NumericVector()=default | libMesh::NumericVector< T > | virtual |
~ReferenceCountedObject() | libMesh::ReferenceCountedObject< NumericVector< T > > | inline |
~ReferenceCounter() | libMesh::ReferenceCounter | inline |