Feel++ 0.91.0

Feel::MatrixPetsc< T > Member List

This is the complete list of members for Feel::MatrixPetsc< T >, including all inherited members.
_get_submatrix(MatrixSparse< T > &, const std::vector< size_type > &, const std::vector< size_type > &, const bool) const Feel::MatrixSparse< T > [inline, protected, virtual]
_M_graph (defined in Feel::MatrixSparse< T >)Feel::MatrixSparse< T > [protected]
_M_is_initializedFeel::MatrixSparse< T > [protected]
add(const size_type i, const size_type j, const value_type &value)Feel::MatrixPetsc< T > [inline, virtual]
addMatrix(const ublas::matrix< value_type > &dm, const std::vector< size_type > &rows, const std::vector< size_type > &cols)Feel::MatrixPetsc< T > [virtual]
addMatrix(int *rows, int nrows, int *cols, int ncols, value_type *data)Feel::MatrixPetsc< T > [virtual]
addMatrix(const ublas::matrix< value_type > &dm, const std::vector< size_type > &dof_indices)Feel::MatrixPetsc< T > [inline, virtual]
addMatrix(const T a, MatrixSparse< T > &X)Feel::MatrixPetsc< T > [inline, virtual]
Feel::MatrixSparse::addMatrix(const T &s, boost::shared_ptr< MatrixSparse< T > > &m)Feel::MatrixSparse< T > [inline]
clear()Feel::MatrixPetsc< T > [virtual]
close() const Feel::MatrixPetsc< T > [inline, virtual]
closed() const Feel::MatrixPetsc< T > [inline, virtual]
comm() const Feel::MatrixSparse< T > [inline]
createSubmatrix(MatrixSparse< T > &submatrix, const std::vector< size_type > &rows, const std::vector< size_type > &cols) const Feel::MatrixSparse< T > [inline, virtual]
energy(Vector< value_type > const &__v, Vector< value_type > const &__u, bool transpose=false) const Feel::MatrixPetsc< T >
Feel::MatrixSparse::energy(vector_type const &v, vector_type const &u, bool transpose=false) const =0Feel::MatrixSparse< T > [pure virtual]
Feel::MatrixSparse::energy(vector_ptrtype const &v, vector_ptrtype const &u, bool transpose=false) const Feel::MatrixSparse< T > [inline, virtual]
fill(pattern_type const &patt) (defined in Feel::MatrixPetsc< T >)Feel::MatrixPetsc< T > [inline]
graph() const Feel::MatrixSparse< T > [inline]
graph_ptrtype typedef (defined in Feel::MatrixPetsc< T >)Feel::MatrixPetsc< T >
graph_type typedef (defined in Feel::MatrixPetsc< T >)Feel::MatrixPetsc< T >
hasGraph() const Feel::MatrixSparse< T > [inline]
init(const size_type m, const size_type n, const size_type m_l, const size_type n_l, const size_type nnz=30, const size_type noz=10)Feel::MatrixPetsc< T > [virtual]
init(const size_type m, const size_type n, const size_type m_l, const size_type n_l, graph_ptrtype const &graph)Feel::MatrixPetsc< T > [virtual]
is_row_major (defined in Feel::MatrixPetsc< T >)Feel::MatrixPetsc< T > [static]
isInitialized() const Feel::MatrixSparse< T > [inline, virtual]
l1Norm() const Feel::MatrixPetsc< T > [inline, virtual]
linftyNorm() const Feel::MatrixPetsc< T > [inline, virtual]
M_commFeel::MatrixSparse< T > [protected]
mat() const Feel::MatrixPetsc< T > [inline]
MatrixPetsc()Feel::MatrixPetsc< T > [inline]
MatrixPetsc(Mat m)Feel::MatrixPetsc< T > [inline]
MatrixSparse()Feel::MatrixSparse< T > [inline]
multAddVector(const Vector< T > &arg, Vector< T > &dest) const Feel::MatrixSparse< T >
multVector(const Vector< T > &arg, Vector< T > &dest) const Feel::MatrixSparse< T >
multVector(const boost::shared_ptr< Vector< T > > &arg, boost::shared_ptr< Vector< T > > &dest) const Feel::MatrixSparse< T > [inline]
operator()(const size_type i, const size_type j) const Feel::MatrixPetsc< T > [inline, virtual]
operator<<(std::ostream &os, const MatrixSparse< U > &m)Feel::MatrixSparse< T > [friend]
operator=(MatrixSparse< value_type > const &M)Feel::MatrixPetsc< T > [virtual]
operator=(boost::shared_ptr< MatrixSparse< value_type > > const &M) (defined in Feel::MatrixSparse< T >)Feel::MatrixSparse< T > [inline]
pattern_type typedef (defined in Feel::MatrixPetsc< T >)Feel::MatrixPetsc< T >
print(std::ostream &os=std::cout) const Feel::MatrixSparse< T > [inline]
printMatlab(const std::string name="NULL") const Feel::MatrixPetsc< T > [virtual]
printPersonal(std::ostream &=std::cout) const Feel::MatrixSparse< T > [inline, virtual]
real_type typedef (defined in Feel::MatrixPetsc< T >)Feel::MatrixPetsc< T >
reinitSubmatrix(MatrixSparse< T > &submatrix, const std::vector< size_type > &rows, const std::vector< size_type > &cols) const Feel::MatrixSparse< T > [inline, virtual]
resize(size_type m, size_type n, bool)Feel::MatrixPetsc< T > [inline]
rowStart() const Feel::MatrixPetsc< T > [inline, virtual]
rowStop() const Feel::MatrixPetsc< T > [inline, virtual]
scale(T const a)Feel::MatrixPetsc< T > [virtual]
set(const size_type i, const size_type j, const value_type &value)Feel::MatrixPetsc< T > [inline, virtual]
setGraph(graph_ptrtype const &graph)Feel::MatrixSparse< T > [inline]
setInitialized(bool init)Feel::MatrixSparse< T > [inline]
size1() const Feel::MatrixPetsc< T > [inline, virtual]
size2() const Feel::MatrixPetsc< T > [inline, virtual]
symmetricPart(MatrixSparse< value_type > &Ms) const Feel::MatrixPetsc< T > [virtual]
Feel::MatrixSparse::symmetricPart(boost::shared_ptr< MatrixSparse< value_type > > &Ms) const Feel::MatrixSparse< T > [inline, virtual]
transpose(MatrixSparse< value_type > &Mt) const Feel::MatrixPetsc< T > [virtual]
Feel::MatrixSparse::transpose() const Feel::MatrixSparse< T > [inline]
Feel::MatrixSparse::transpose(boost::shared_ptr< MatrixSparse< value_type > > &Mt) const Feel::MatrixSparse< T > [inline]
updateSparsityPattern(const std::vector< std::vector< size_type > > &)Feel::MatrixSparse< T > [inline, virtual]
value_type typedef (defined in Feel::MatrixPetsc< T >)Feel::MatrixPetsc< T >
vector_ptrtype typedef (defined in Feel::MatrixSparse< T >)Feel::MatrixSparse< T >
vector_type typedef (defined in Feel::MatrixSparse< T >)Feel::MatrixSparse< T >
zero()Feel::MatrixPetsc< T > [virtual]
zero(size_type start1, size_type stop1, size_type start2, size_type stop2)Feel::MatrixPetsc< T > [virtual]
zeroRows(std::vector< int > const &rows, std::vector< value_type > const &values, Vector< value_type > &rhs, Context const &on_context)Feel::MatrixPetsc< T > [virtual]
~MatrixPetsc()Feel::MatrixPetsc< T > [inline]
~MatrixSparse()Feel::MatrixSparse< T > [inline, virtual]