libMesh::LaspackVector< T > Member List
This is the complete list of members for libMesh::LaspackVector< T >, including all inherited members.| _counts | libMesh::ReferenceCounter | [protected, static] |
| _enable_print_counter | libMesh::ReferenceCounter | [protected, static] |
| _is_closed | libMesh::NumericVector< T > | [protected] |
| _is_initialized | libMesh::NumericVector< T > | [protected] |
| _mutex | libMesh::ReferenceCounter | [protected, static] |
| _n_objects | libMesh::ReferenceCounter | [protected, static] |
| _type | libMesh::NumericVector< T > | [protected] |
| _vec | libMesh::LaspackVector< T > | [private] |
| abs() | libMesh::LaspackVector< T > | [inline, virtual] |
| add(const numeric_index_type i, const T value) | libMesh::LaspackVector< T > | [inline, virtual] |
| add(const T s) | libMesh::LaspackVector< T > | [inline, virtual] |
| add(const NumericVector< T > &V) | libMesh::LaspackVector< T > | [inline] |
| add(const T a, const NumericVector< T > &v) | libMesh::LaspackVector< T > | [inline] |
| libMesh::NumericVector::add(const NumericVector< T > &V)=0 | libMesh::NumericVector< T > | [pure virtual] |
| libMesh::NumericVector::add(const T a, const NumericVector< T > &v)=0 | libMesh::NumericVector< T > | [pure virtual] |
| add_vector(const std::vector< T > &v, const std::vector< numeric_index_type > &dof_indices) | libMesh::LaspackVector< T > | [inline, virtual] |
| add_vector(const NumericVector< T > &V, const std::vector< numeric_index_type > &dof_indices) | libMesh::LaspackVector< T > | [inline] |
| add_vector(const NumericVector< T > &, const SparseMatrix< T > &) | libMesh::LaspackVector< T > | [inline] |
| add_vector(const DenseVector< T > &V, const std::vector< numeric_index_type > &dof_indices) | libMesh::LaspackVector< T > | [inline, virtual] |
| libMesh::NumericVector::add_vector(const NumericVector< T > &V, const std::vector< numeric_index_type > &dof_indices)=0 | libMesh::NumericVector< T > | [pure virtual] |
| libMesh::NumericVector::add_vector(const NumericVector< T > &, const SparseMatrix< T > &)=0 | libMesh::NumericVector< T > | [pure virtual] |
| libMesh::NumericVector::add_vector(const NumericVector< T > &v, const ShellMatrix< T > &a) | libMesh::NumericVector< T > | [inline] |
| add_vector_transpose(const NumericVector< T > &, const SparseMatrix< T > &) | libMesh::LaspackVector< T > | [inline] |
| libMesh::NumericVector::add_vector_transpose(const NumericVector< T > &, const SparseMatrix< T > &)=0 | libMesh::NumericVector< T > | [pure virtual] |
| build(const SolverPackage solver_package=libMesh::default_solver_package()) | libMesh::NumericVector< T > | [inline, static] |
| clear() | libMesh::LaspackVector< T > | [inline, virtual] |
| clone() const | libMesh::LaspackVector< T > | [inline, virtual] |
| close() | libMesh::LaspackVector< T > | [inline, virtual] |
| closed() const | libMesh::NumericVector< T > | [inline, virtual] |
| compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) const | libMesh::NumericVector< T > | [inline, virtual] |
| Counts typedef | libMesh::ReferenceCounter | [protected] |
| create_subvector(NumericVector< T > &, const std::vector< numeric_index_type > &) const | libMesh::NumericVector< T > | [inline, virtual] |
| disable_print_counter_info() | libMesh::ReferenceCounter | [static] |
| dot(const NumericVector< T > &V) const | libMesh::LaspackVector< T > | [inline, virtual] |
| libMesh::NumericVector::dot(const NumericVector< T > &) const =0 | libMesh::NumericVector< T > | [pure 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::LaspackVector< T > | [inline, virtual] |
| get(const std::vector< numeric_index_type > &index, std::vector< T > &values) const | libMesh::NumericVector< T > | [inline, virtual] |
| get_info() | libMesh::ReferenceCounter | [static] |
| global_relative_compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) const | libMesh::NumericVector< T > | [inline, virtual] |
| increment_constructor_count(const std::string &name) | libMesh::ReferenceCounter | [inline, protected] |
| increment_destructor_count(const std::string &name) | libMesh::ReferenceCounter | [inline, protected] |
| init(const numeric_index_type N, const numeric_index_type n_local, const bool fast=false, const ParallelType ptype=AUTOMATIC) | libMesh::LaspackVector< T > | [virtual] |
| init(const numeric_index_type N, const bool fast=false, const ParallelType ptype=AUTOMATIC) | libMesh::LaspackVector< 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::LaspackVector< T > | [virtual] |
| init(const NumericVector< T > &other, const bool fast=false) | libMesh::LaspackVector< T > | [inline, virtual] |
| libMesh::NumericVector::init(const NumericVector< T > &other, const bool fast=false)=0 | libMesh::NumericVector< T > | [pure virtual] |
| initialized() const | libMesh::NumericVector< T > | [inline, virtual] |
| insert(const std::vector< T > &v, const std::vector< numeric_index_type > &dof_indices) | libMesh::LaspackVector< T > | [inline, virtual] |
| insert(const NumericVector< T > &V, const std::vector< numeric_index_type > &dof_indices) | libMesh::LaspackVector< T > | [inline, virtual] |
| insert(const DenseVector< T > &V, const std::vector< numeric_index_type > &dof_indices) | libMesh::LaspackVector< T > | [inline, virtual] |
| insert(const DenseSubVector< T > &V, const std::vector< numeric_index_type > &dof_indices) | libMesh::LaspackVector< T > | [inline, virtual] |
| libMesh::NumericVector::insert(const NumericVector< T > &V, const std::vector< numeric_index_type > &dof_indices)=0 | libMesh::NumericVector< T > | [pure virtual] |
| l1_norm() const | libMesh::LaspackVector< T > | [inline, virtual] |
| l2_norm() const | libMesh::LaspackVector< T > | [inline, virtual] |
| LaspackLinearSolver< T > class | libMesh::LaspackVector< T > | [friend] |
| LaspackVector(const ParallelType=AUTOMATIC) | libMesh::LaspackVector< T > | [inline, explicit] |
| LaspackVector(const numeric_index_type n, const ParallelType=AUTOMATIC) | libMesh::LaspackVector< T > | [inline, explicit] |
| LaspackVector(const numeric_index_type n, const numeric_index_type n_local, const ParallelType=AUTOMATIC) | libMesh::LaspackVector< T > | [inline] |
| LaspackVector(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] |
| last_local_index() const | libMesh::LaspackVector< T > | [inline, virtual] |
| linfty_norm() const | libMesh::LaspackVector< T > | [inline, virtual] |
| local_relative_compare(const NumericVector< T > &other_vector, const Real threshold=TOLERANCE) const | libMesh::NumericVector< T > | [inline, virtual] |
| local_size() const | libMesh::LaspackVector< T > | [inline, virtual] |
| localize(std::vector< T > &v_local) const | libMesh::LaspackVector< T > | [inline, virtual] |
| localize(NumericVector< T > &v_local) const | libMesh::LaspackVector< T > | [inline] |
| localize(NumericVector< T > &v_local, const std::vector< numeric_index_type > &send_list) const | libMesh::LaspackVector< T > | |
| localize(const numeric_index_type first_local_idx, const numeric_index_type last_local_idx, const std::vector< numeric_index_type > &send_list) | libMesh::LaspackVector< T > | [virtual] |
| libMesh::NumericVector::localize(NumericVector< T > &v_local) const =0 | libMesh::NumericVector< T > | [pure virtual] |
| libMesh::NumericVector::localize(NumericVector< T > &v_local, const std::vector< numeric_index_type > &send_list) const =0 | libMesh::NumericVector< T > | [pure virtual] |
| localize_to_one(std::vector< T > &v_local, const processor_id_type proc_id=0) const | libMesh::LaspackVector< T > | [virtual] |
| max() const | libMesh::LaspackVector< T > | [inline, virtual] |
| min() const | libMesh::LaspackVector< T > | [inline, virtual] |
| n_objects() | libMesh::ReferenceCounter | [inline, static] |
| NumericVector(const ParallelType ptype=AUTOMATIC) | libMesh::NumericVector< T > | [inline, explicit] |
| NumericVector(const numeric_index_type n, const ParallelType ptype=AUTOMATIC) | libMesh::NumericVector< T > | [inline, explicit] |
| NumericVector(const numeric_index_type n, const numeric_index_type n_local, const ParallelType ptype=AUTOMATIC) | libMesh::NumericVector< T > | [inline] |
| NumericVector(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::LaspackVector< T > | [inline, virtual] |
| operator*=(const T a) | libMesh::NumericVector< T > | [inline] |
| operator+=(const NumericVector< T > &V) | libMesh::LaspackVector< T > | [inline] |
| libMesh::NumericVector::operator+=(const NumericVector< T > &V)=0 | libMesh::NumericVector< T > | [pure virtual] |
| operator-=(const NumericVector< T > &V) | libMesh::LaspackVector< T > | [inline] |
| libMesh::NumericVector::operator-=(const NumericVector< T > &V)=0 | libMesh::NumericVector< T > | [pure virtual] |
| 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::LaspackVector< T > | [inline, virtual] |
| operator=(const NumericVector< T > &V) | libMesh::LaspackVector< T > | [inline] |
| operator=(const LaspackVector< T > &V) | libMesh::LaspackVector< T > | [inline, virtual] |
| operator=(const std::vector< T > &v) | libMesh::LaspackVector< T > | [inline, virtual] |
| pointwise_mult(const NumericVector< T > &vec1, const NumericVector< T > &vec2) | libMesh::LaspackVector< T > | [inline, virtual] |
| libMesh::NumericVector::pointwise_mult(const NumericVector< T > &vec1, const NumericVector< T > &vec2)=0 | libMesh::NumericVector< T > | [pure virtual] |
| print(std::ostream &os=libMesh::out) const | libMesh::NumericVector< T > | [inline, virtual] |
| print(std::ostream &os) const | libMesh::NumericVector< T > | [inline] |
| print_global(std::ostream &os=libMesh::out) const | libMesh::NumericVector< T > | [inline, virtual] |
| print_global(std::ostream &os) const | libMesh::NumericVector< T > | [inline] |
| print_info(std::ostream &out=libMesh::out) | libMesh::ReferenceCounter | [static] |
| print_matlab(const std::string name="NULL") const | libMesh::NumericVector< T > | [inline, virtual] |
| reciprocal() | libMesh::LaspackVector< T > | [inline, 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::LaspackVector< T > | [inline, virtual] |
| set(const numeric_index_type i, const T value) | libMesh::LaspackVector< T > | [inline, virtual] |
| size() const | libMesh::LaspackVector< T > | [inline, virtual] |
| subset_l1_norm(const std::set< numeric_index_type > &indices) const | libMesh::NumericVector< T > | [inline, virtual] |
| subset_l2_norm(const std::set< numeric_index_type > &indices) const | libMesh::NumericVector< T > | [inline, virtual] |
| subset_linfty_norm(const std::set< numeric_index_type > &indices) const | libMesh::NumericVector< T > | [inline, virtual] |
| sum() const | libMesh::LaspackVector< T > | [inline, virtual] |
| swap(NumericVector< T > &v) | libMesh::LaspackVector< T > | [inline, virtual] |
| libMesh::NumericVector::swap(NumericVector< T > &v) | libMesh::NumericVector< T > | [inline, virtual] |
| type() const | libMesh::NumericVector< T > | [inline] |
| type() | libMesh::NumericVector< T > | [inline] |
| zero() | libMesh::LaspackVector< T > | [inline, virtual] |
| zero_clone() const | libMesh::LaspackVector< T > | [inline, virtual] |
| ~LaspackVector() | libMesh::LaspackVector< T > | [inline] |
| ~NumericVector() | libMesh::NumericVector< T > | [inline, virtual] |
| ~ReferenceCountedObject() | libMesh::ReferenceCountedObject< NumericVector< T > > | [inline] |
| ~ReferenceCounter() | libMesh::ReferenceCounter | [inline] |
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:28 UTC
Hosted By: