DOLFIN
DOLFIN C++ interface
|
This is the complete list of members for dolfin::BlockMatrix, including all inherited members.
apply(std::string mode) | dolfin::BlockMatrix | |
BlockMatrix(std::size_t m=0, std::size_t n=0) | dolfin::BlockMatrix | |
get_block(std::size_t i, std::size_t j) const | dolfin::BlockMatrix | |
get_block(std::size_t i, std::size_t j) | dolfin::BlockMatrix | |
mult(const BlockVector &x, BlockVector &y, bool transposed=false) const | dolfin::BlockMatrix | |
schur_approximation(bool symmetry=true) const | dolfin::BlockMatrix | |
set_block(std::size_t i, std::size_t j, std::shared_ptr< GenericMatrix > m) | dolfin::BlockMatrix | |
size(std::size_t dim) const | dolfin::BlockMatrix | |
str(bool verbose) const | dolfin::BlockMatrix | |
zero() | dolfin::BlockMatrix | |
~BlockMatrix() | dolfin::BlockMatrix |