libMesh::PetscVector< T > Member List

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

_array_is_presentlibMesh::PetscVector< T >mutableprivate
_array_is_presentlibMesh::PetscVector< T >mutableprivate
_communicatorlibMesh::ParallelObjectprotected
_countslibMesh::ReferenceCounterprotectedstatic
_destroy_vec_on_exitlibMesh::PetscVector< T >private
_enable_print_counterlibMesh::ReferenceCounterprotectedstatic
_firstlibMesh::PetscVector< T >mutableprivate
_get_array(bool read_only) constlibMesh::PetscVector< T >private
_global_to_local_maplibMesh::PetscVector< T >private
_is_closedlibMesh::NumericVector< T >protected
_is_initializedlibMesh::NumericVector< T >protected
_lastlibMesh::PetscVector< T >mutableprivate
_local_formlibMesh::PetscVector< T >mutableprivate
_local_sizelibMesh::PetscVector< T >mutableprivate
_mutexlibMesh::ReferenceCounterprotectedstatic
_n_objectslibMesh::ReferenceCounterprotectedstatic
_petsc_vector_mutexlibMesh::PetscVector< T >mutableprivate
_petsc_vector_mutexlibMesh::PetscVector< T >mutableprivate
_read_only_valueslibMesh::PetscVector< T >mutableprivate
_restore_array() constlibMesh::PetscVector< T >private
_typelibMesh::NumericVector< T >protected
_valueslibMesh::PetscVector< T >mutableprivate
_values_manually_retrievedlibMesh::PetscVector< T >mutableprivate
_values_read_onlylibMesh::PetscVector< T >mutableprivate
_veclibMesh::PetscVector< T >private
abs() overridelibMesh::PetscVector< T >virtual
add(const numeric_index_type i, const T value) overridelibMesh::PetscVector< T >virtual
add(const T s) overridelibMesh::PetscVector< T >virtual
add(const NumericVector< T > &v) overridelibMesh::PetscVector< T >virtual
add(const T a, const NumericVector< T > &v) overridelibMesh::PetscVector< T >virtual
add_vector(const T *v, const std::vector< numeric_index_type > &dof_indices) overridelibMesh::PetscVector< T >virtual
add_vector(const NumericVector< T > &v, const SparseMatrix< T > &A) overridelibMesh::PetscVector< 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 >virtual
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_conjugate_transpose(const NumericVector< T > &v, const SparseMatrix< T > &A)libMesh::PetscVector< T >
add_vector_transpose(const NumericVector< T > &v, const SparseMatrix< T > &A) overridelibMesh::PetscVector< T >virtual
build(const Parallel::Communicator &comm, const SolverPackage solver_package=libMesh::default_solver_package())libMesh::NumericVector< T >static
clear() overridelibMesh::PetscVector< T >inlinevirtual
clone() const overridelibMesh::PetscVector< T >inlinevirtual
close() overridelibMesh::PetscVector< T >inlinevirtual
closed() constlibMesh::NumericVector< T >inlinevirtual
comm() constlibMesh::ParallelObjectinline
compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) constlibMesh::NumericVector< T >virtual
conjugate() overridelibMesh::PetscVector< T >virtual
Counts typedeflibMesh::ReferenceCounterprotected
create_subvector(NumericVector< T > &subvector, const std::vector< numeric_index_type > &rows) const overridelibMesh::PetscVector< T >virtual
disable_print_counter_info()libMesh::ReferenceCounterstatic
dot(const NumericVector< T > &v) const overridelibMesh::PetscVector< T >virtual
el(const numeric_index_type i) constlibMesh::NumericVector< T >inlinevirtual
enable_print_counter_info()libMesh::ReferenceCounterstatic
first_local_index() const overridelibMesh::PetscVector< T >inlinevirtual
get(const std::vector< numeric_index_type > &index, T *values) const overridelibMesh::PetscVector< T >inlinevirtual
libMesh::NumericVector::get(const std::vector< numeric_index_type > &index, std::vector< T > &values) constlibMesh::NumericVector< T >inline
get_array()libMesh::PetscVector< T >inline
get_array_read() constlibMesh::PetscVector< T >inline
get_info()libMesh::ReferenceCounterstatic
global_relative_compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) constlibMesh::NumericVector< T >virtual
GlobalToLocalMap typedeflibMesh::PetscVector< T >private
increment_constructor_count(const std::string &name)libMesh::ReferenceCounterinlineprotected
increment_destructor_count(const std::string &name)libMesh::ReferenceCounterinlineprotected
indefinite_dot(const NumericVector< T > &v) constlibMesh::PetscVector< T >
init(const numeric_index_type N, const numeric_index_type n_local, const bool fast=false, const ParallelType type=AUTOMATIC) overridelibMesh::PetscVector< T >inlinevirtual
init(const numeric_index_type N, const bool fast=false, const ParallelType type=AUTOMATIC) overridelibMesh::PetscVector< 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) overridelibMesh::PetscVector< T >virtual
init(const NumericVector< T > &other, const bool fast=false) overridelibMesh::PetscVector< T >inlinevirtual
initialized() constlibMesh::NumericVector< T >inlinevirtual
insert(const T *v, const std::vector< numeric_index_type > &dof_indices) overridelibMesh::PetscVector< T >virtual
libMesh::NumericVector::insert(const std::vector< T > &v, const std::vector< numeric_index_type > &dof_indices)libMesh::NumericVector< T >inline
libMesh::NumericVector::insert(const NumericVector< T > &v, const std::vector< numeric_index_type > &dof_indices)libMesh::NumericVector< T >virtual
libMesh::NumericVector::insert(const DenseVector< T > &v, const std::vector< numeric_index_type > &dof_indices)libMesh::NumericVector< T >inline
libMesh::NumericVector::insert(const DenseSubVector< T > &v, const std::vector< numeric_index_type > &dof_indices)libMesh::NumericVector< T >inline
l1_norm() const overridelibMesh::PetscVector< T >virtual
l2_norm() const overridelibMesh::PetscVector< T >virtual
last_local_index() const overridelibMesh::PetscVector< T >inlinevirtual
linfty_norm() const overridelibMesh::PetscVector< T >virtual
local_relative_compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) constlibMesh::NumericVector< T >virtual
local_size() const overridelibMesh::PetscVector< T >inlinevirtual
localize(std::vector< T > &v_local) const overridelibMesh::PetscVector< T >virtual
localize(NumericVector< T > &v_local) const overridelibMesh::PetscVector< T >virtual
localize(NumericVector< T > &v_local, const std::vector< numeric_index_type > &send_list) const overridelibMesh::PetscVector< T >virtual
localize(std::vector< T > &v_local, const std::vector< numeric_index_type > &indices) const overridelibMesh::PetscVector< 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) overridelibMesh::PetscVector< T >virtual
localize_to_one(std::vector< T > &v_local, const processor_id_type proc_id=0) const overridelibMesh::PetscVector< T >virtual
localize_to_one(std::vector< Real > &v_local, const processor_id_type pid) constlibMesh::PetscVector< T >
localize_to_one(std::vector< Complex > &v_local, const processor_id_type pid) constlibMesh::PetscVector< T >
map_global_to_local_index(const numeric_index_type i) constlibMesh::PetscVector< T >inline
max() const overridelibMesh::PetscVector< T >inlinevirtual
min() const overridelibMesh::PetscVector< T >inlinevirtual
n_objects()libMesh::ReferenceCounterinlinestatic
n_processors() constlibMesh::ParallelObjectinline
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 &&)=defaultlibMesh::NumericVector< T >
NumericVector(const NumericVector &)=defaultlibMesh::NumericVector< T >
operator()(const numeric_index_type i) const overridelibMesh::PetscVector< T >inlinevirtual
operator*=(const T a)libMesh::NumericVector< T >inline
operator+=(const NumericVector< T > &v) overridelibMesh::PetscVector< T >virtual
operator-=(const NumericVector< T > &v) overridelibMesh::PetscVector< T >virtual
operator/=(const NumericVector< T > &v) overridelibMesh::PetscVector< T >virtual
libMesh::NumericVector::operator/=(const T a)libMesh::NumericVector< T >inline
operator=(const PetscVector< T > &v)libMesh::PetscVector< T >
operator=(PetscVector &&)=deletelibMesh::PetscVector< T >
operator=(const T s) overridelibMesh::PetscVector< T >virtual
operator=(const NumericVector< T > &v) overridelibMesh::PetscVector< T >virtual
operator=(const std::vector< T > &v) overridelibMesh::PetscVector< T >virtual
libMesh::NumericVector::operator=(NumericVector &&)=defaultlibMesh::NumericVector< T >
libMesh::ReferenceCountedObject< NumericVector< T > >::operator=(const ReferenceCountedObject &)libMesh::ReferenceCountedObject< NumericVector< 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
PetscVector(const Parallel::Communicator &comm_in, const ParallelType type=AUTOMATIC)libMesh::PetscVector< T >inlineexplicit
PetscVector(const Parallel::Communicator &comm_in, const numeric_index_type n, const ParallelType type=AUTOMATIC)libMesh::PetscVector< T >inlineexplicit
PetscVector(const Parallel::Communicator &comm_in, const numeric_index_type n, const numeric_index_type n_local, const ParallelType type=AUTOMATIC)libMesh::PetscVector< T >inline
PetscVector(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 type=AUTOMATIC)libMesh::PetscVector< T >inline
PetscVector(Vec v, const Parallel::Communicator &comm_in)libMesh::PetscVector< T >inline
PetscVector(PetscVector &&)=deletelibMesh::PetscVector< T >
PetscVector(const PetscVector &)=deletelibMesh::PetscVector< T >
pointwise_mult(const NumericVector< T > &vec1, const NumericVector< T > &vec2) overridelibMesh::PetscVector< T >virtual
print(std::ostream &os=libMesh::out) constlibMesh::NumericVector< T >inlinevirtual
print(std::ostream &os) constlibMesh::NumericVector< T >inline
print_global(std::ostream &os=libMesh::out) constlibMesh::NumericVector< T >inlinevirtual
print_global(std::ostream &os) constlibMesh::NumericVector< T >inline
print_info(std::ostream &out=libMesh::out)libMesh::ReferenceCounterstatic
print_matlab(const std::string &name="") const overridelibMesh::PetscVector< T >virtual
processor_id() constlibMesh::ParallelObjectinline
reciprocal() overridelibMesh::PetscVector< T >virtual
ReferenceCountedObject()libMesh::ReferenceCountedObject< NumericVector< T > >inlineprotected
ReferenceCountedObject(const ReferenceCountedObject &other)libMesh::ReferenceCountedObject< NumericVector< T > >inlineprotected
ReferenceCountedObject(ReferenceCountedObject &&other) noexceptlibMesh::ReferenceCountedObject< NumericVector< T > >inlineprotected
ReferenceCounter()libMesh::ReferenceCounterinlineprotected
ReferenceCounter(const ReferenceCounter &)libMesh::ReferenceCounterinlineprotected
ReferenceCounter(ReferenceCounter &&other) noexceptlibMesh::ReferenceCounterinlineprotected
restore_array()libMesh::PetscVector< T >inline
scale(const T factor) overridelibMesh::PetscVector< T >virtual
set(const numeric_index_type i, const T value) overridelibMesh::PetscVector< T >virtual
size() const overridelibMesh::PetscVector< T >inlinevirtual
subset_l1_norm(const std::set< numeric_index_type > &indices) constlibMesh::NumericVector< T >virtual
subset_l2_norm(const std::set< numeric_index_type > &indices) constlibMesh::NumericVector< T >virtual
subset_linfty_norm(const std::set< numeric_index_type > &indices) constlibMesh::NumericVector< T >virtual
sum() const overridelibMesh::PetscVector< T >virtual
swap(NumericVector< T > &v) overridelibMesh::PetscVector< T >inlinevirtual
type() constlibMesh::NumericVector< T >inline
type()libMesh::NumericVector< T >inline
vec()libMesh::PetscVector< T >inline
zero() overridelibMesh::PetscVector< T >inlinevirtual
zero_clone() const overridelibMesh::PetscVector< T >inlinevirtual
~ParallelObject()libMesh::ParallelObjectinlinevirtual
~PetscVector()libMesh::PetscVector< T >inlinevirtual
~ReferenceCountedObject()libMesh::ReferenceCountedObject< NumericVector< T > >inline
~ReferenceCounter()libMesh::ReferenceCounterinline