$extrastylesheet
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 > [mutable, private]
_communicatorlibMesh::ParallelObject [protected]
_countslibMesh::ReferenceCounter [protected, static]
_destroy_vec_on_exitlibMesh::PetscVector< T > [private]
_enable_print_counterlibMesh::ReferenceCounter [protected, static]
_firstlibMesh::PetscVector< T > [mutable, private]
_get_array(void) const libMesh::PetscVector< T > [inline, private]
_global_to_local_maplibMesh::PetscVector< T > [private]
_is_closedlibMesh::NumericVector< T > [protected]
_is_initializedlibMesh::NumericVector< T > [protected]
_lastlibMesh::PetscVector< T > [mutable, private]
_local_formlibMesh::PetscVector< T > [mutable, private]
_local_sizelibMesh::PetscVector< T > [mutable, private]
_mutexlibMesh::ReferenceCounter [protected, static]
_n_objectslibMesh::ReferenceCounter [protected, static]
_restore_array(void) const libMesh::PetscVector< T > [inline, private]
_typelibMesh::NumericVector< T > [protected]
_valueslibMesh::PetscVector< T > [mutable, private]
_veclibMesh::PetscVector< T > [private]
abs()libMesh::PetscVector< T > [virtual]
add(const numeric_index_type i, const T value)libMesh::PetscVector< T > [virtual]
add(const T s)libMesh::PetscVector< T > [virtual]
add(const NumericVector< T > &V)libMesh::PetscVector< T > [virtual]
add(const T a, const NumericVector< T > &v)libMesh::PetscVector< T > [virtual]
add_vector(const T *v, const std::vector< numeric_index_type > &dof_indices)libMesh::PetscVector< T > [virtual]
add_vector(const NumericVector< T > &V, const SparseMatrix< T > &A)libMesh::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_trans)libMesh::PetscVector< T >
add_vector_transpose(const NumericVector< T > &V, const SparseMatrix< T > &A_trans)libMesh::PetscVector< T > [virtual]
build(const Parallel::Communicator &comm, const SolverPackage solver_package=libMesh::default_solver_package())libMesh::NumericVector< T > [static]
build(const SolverPackage solver_package=libMesh::default_solver_package())libMesh::NumericVector< T > [static]
clear()libMesh::PetscVector< T > [inline, virtual]
clone() const libMesh::PetscVector< T > [inline, virtual]
close()libMesh::PetscVector< T > [inline, virtual]
closed() const libMesh::NumericVector< T > [inline, virtual]
comm() const libMesh::ParallelObject [inline]
compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) const libMesh::NumericVector< T > [virtual]
conjugate()libMesh::PetscVector< T > [virtual]
Counts typedeflibMesh::ReferenceCounter [protected]
create_subvector(NumericVector< T > &subvector, const std::vector< numeric_index_type > &rows) const libMesh::PetscVector< T > [virtual]
disable_print_counter_info()libMesh::ReferenceCounter [static]
dot(const NumericVector< T > &) const libMesh::PetscVector< T > [virtual]
el(const numeric_index_type i) const libMesh::NumericVector< T > [inline, virtual]
enable_print_counter_info()libMesh::ReferenceCounter [static]
first_local_index() const libMesh::PetscVector< T > [inline, virtual]
get(const std::vector< numeric_index_type > &index, T *values) const libMesh::PetscVector< T > [inline, virtual]
libMesh::NumericVector::get(const std::vector< numeric_index_type > &index, std::vector< T > &values) const libMesh::NumericVector< T > [inline]
get_info()libMesh::ReferenceCounter [static]
global_relative_compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) const libMesh::NumericVector< T > [virtual]
GlobalToLocalMap typedeflibMesh::PetscVector< T > [private]
increment_constructor_count(const std::string &name)libMesh::ReferenceCounter [inline, protected]
increment_destructor_count(const std::string &name)libMesh::ReferenceCounter [inline, protected]
indefinite_dot(const NumericVector< T > &) const libMesh::PetscVector< T > [virtual]
init(const numeric_index_type N, const numeric_index_type n_local, const bool fast=false, const ParallelType type=AUTOMATIC)libMesh::PetscVector< T > [inline, virtual]
init(const numeric_index_type N, const bool fast=false, const ParallelType type=AUTOMATIC)libMesh::PetscVector< T > [inline, virtual]
init(const numeric_index_type, const numeric_index_type, const std::vector< numeric_index_type > &, const bool=false, const ParallelType=AUTOMATIC)libMesh::PetscVector< T > [virtual]
init(const NumericVector< T > &other, const bool fast=false)libMesh::PetscVector< T > [inline, virtual]
initialized() const libMesh::NumericVector< T > [inline, virtual]
insert(const T *v, const std::vector< numeric_index_type > &dof_indices)libMesh::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 libMesh::PetscVector< T > [virtual]
l2_norm() const libMesh::PetscVector< T > [virtual]
last_local_index() const libMesh::PetscVector< T > [inline, virtual]
linfty_norm() const libMesh::PetscVector< T > [virtual]
local_relative_compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) const libMesh::NumericVector< T > [virtual]
local_size() const libMesh::PetscVector< T > [inline, virtual]
localize(std::vector< T > &v_local) const libMesh::PetscVector< T > [virtual]
localize(NumericVector< T > &v_local) const libMesh::PetscVector< T > [virtual]
localize(NumericVector< T > &v_local, const std::vector< numeric_index_type > &send_list) const libMesh::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)libMesh::PetscVector< T > [virtual]
localize_to_one(std::vector< T > &v_local, const processor_id_type proc_id=0) const libMesh::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) const libMesh::PetscVector< T > [inline]
max() const libMesh::PetscVector< T > [inline, virtual]
min() const libMesh::PetscVector< T > [inline, virtual]
n_objects()libMesh::ReferenceCounter [inline, static]
n_processors() const libMesh::ParallelObject [inline]
NumericVector(const Parallel::Communicator &comm_in, const ParallelType ptype=AUTOMATIC)libMesh::NumericVector< T > [inline, explicit]
NumericVector(const Parallel::Communicator &comm_in, const numeric_index_type n, const ParallelType ptype=AUTOMATIC)libMesh::NumericVector< T > [inline, explicit]
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]
operator()(const numeric_index_type i) const libMesh::PetscVector< T > [inline, virtual]
operator*=(const T a)libMesh::NumericVector< T > [inline]
operator+=(const NumericVector< T > &V)libMesh::PetscVector< T > [virtual]
operator-=(const NumericVector< T > &V)libMesh::PetscVector< T > [virtual]
operator/=(NumericVector< T > &v)libMesh::PetscVector< T > [virtual]
libMesh::NumericVector::operator/=(const T a)libMesh::NumericVector< T > [inline]
operator<<(std::ostream &os, const NumericVector< T > &v)libMesh::NumericVector< T > [friend]
operator=(const T s)libMesh::PetscVector< T > [virtual]
operator=(const NumericVector< T > &V)libMesh::PetscVector< T > [virtual]
operator=(const PetscVector< T > &V)libMesh::PetscVector< T >
operator=(const std::vector< T > &v)libMesh::PetscVector< T > [virtual]
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]
PetscVector(const Parallel::Communicator &comm_in, const ParallelType type=AUTOMATIC)libMesh::PetscVector< T > [inline, explicit]
PetscVector(const Parallel::Communicator &comm_in, const numeric_index_type n, const ParallelType type=AUTOMATIC)libMesh::PetscVector< T > [inline, explicit]
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_CAN_DEFAULT_TO_COMMWORLD)libMesh::PetscVector< T >
pointwise_mult(const NumericVector< T > &vec1, const NumericVector< T > &vec2)libMesh::PetscVector< T > [virtual]
print(std::ostream &os=libMesh::out) const libMesh::NumericVector< T > [inline, virtual]
print(std::ostream &os) constlibMesh::NumericVector< T > [inline]
print_global(std::ostream &os=libMesh::out) const libMesh::NumericVector< T > [inline, virtual]
print_global(std::ostream &os) constlibMesh::NumericVector< T > [inline]
print_info(std::ostream &out=libMesh::out)libMesh::ReferenceCounter [static]
print_matlab(const std::string &name="") const libMesh::PetscVector< T > [virtual]
processor_id() const libMesh::ParallelObject [inline]
reciprocal()libMesh::PetscVector< T > [virtual]
ReferenceCountedObject()libMesh::ReferenceCountedObject< NumericVector< T > > [inline, protected]
ReferenceCountedObject(const ReferenceCountedObject &other)libMesh::ReferenceCountedObject< NumericVector< T > > [inline, protected]
ReferenceCounter()libMesh::ReferenceCounter [inline, protected]
scale(const T factor)libMesh::PetscVector< T > [virtual]
set(const numeric_index_type i, const T value)libMesh::PetscVector< T > [virtual]
size() const libMesh::PetscVector< T > [inline, virtual]
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 libMesh::PetscVector< T > [virtual]
swap(NumericVector< T > &v)libMesh::PetscVector< T > [inline, virtual]
type() const libMesh::NumericVector< T > [inline]
type()libMesh::NumericVector< T > [inline]
vec()libMesh::PetscVector< T > [inline]
zero()libMesh::PetscVector< T > [inline, virtual]
zero_clone() const libMesh::PetscVector< T > [inline, virtual]
~NumericVector()libMesh::NumericVector< T > [inline, virtual]
~ParallelObject()libMesh::ParallelObject [inline, virtual]
~PetscVector()libMesh::PetscVector< T > [inline]
~ReferenceCountedObject()libMesh::ReferenceCountedObject< NumericVector< T > > [inline]
~ReferenceCounter()libMesh::ReferenceCounter [inline]