add(const array_type::tensor< size_t, 1 > &rows, const array_type::tensor< size_t, 1 > &cols, const array_type::tensor< double, 2 > &matrix) | GooseFEM::Matrix | inline |
assemble(const T &elemmat) | GooseFEM::MatrixBase< Matrix > | inline |
conn() const | GooseFEM::MatrixBase< Matrix > | inline |
data() const | GooseFEM::Matrix | inline |
derived_type typedef | GooseFEM::MatrixBase< Matrix > | |
dofs() const | GooseFEM::MatrixBase< Matrix > | inline |
dot(const array_type::tensor< double, 2 > &x, array_type::tensor< double, 2 > &b) const | GooseFEM::MatrixBase< Matrix > | inline |
dot(const array_type::tensor< double, 1 > &x, array_type::tensor< double, 1 > &b) const | GooseFEM::MatrixBase< Matrix > | inline |
Dot(const array_type::tensor< double, 2 > &x) const | GooseFEM::MatrixBase< Matrix > | inline |
Dot(const array_type::tensor< double, 1 > &x) const | GooseFEM::MatrixBase< Matrix > | inline |
m_conn | GooseFEM::MatrixBase< Matrix > | protected |
m_dofs | GooseFEM::MatrixBase< Matrix > | protected |
m_ndim | GooseFEM::MatrixBase< Matrix > | protected |
m_ndof | GooseFEM::MatrixBase< Matrix > | protected |
m_nelem | GooseFEM::MatrixBase< Matrix > | protected |
m_nne | GooseFEM::MatrixBase< Matrix > | protected |
m_nnode | GooseFEM::MatrixBase< Matrix > | protected |
Matrix()=default (defined in GooseFEM::Matrix) | GooseFEM::Matrix | |
Matrix(const array_type::tensor< size_t, 2 > &conn, const array_type::tensor< size_t, 2 > &dofs) | GooseFEM::Matrix | inline |
MatrixSolver | GooseFEM::Matrix | friend |
ndim() const | GooseFEM::MatrixBase< Matrix > | inline |
ndof() const | GooseFEM::MatrixBase< Matrix > | inline |
nelem() const | GooseFEM::MatrixBase< Matrix > | inline |
nne() const | GooseFEM::MatrixBase< Matrix > | inline |
nnode() const | GooseFEM::MatrixBase< Matrix > | inline |
set(const array_type::tensor< size_t, 1 > &rows, const array_type::tensor< size_t, 1 > &cols, const array_type::tensor< double, 2 > &matrix) | GooseFEM::Matrix | inline |
shape_dofval() const | GooseFEM::MatrixBase< Matrix > | inline |
shape_elemmat() const | GooseFEM::MatrixBase< Matrix > | inline |
shape_nodevec() const | GooseFEM::MatrixBase< Matrix > | inline |
Todense() const | GooseFEM::MatrixBase< Matrix > | inline |
todense(T &ret) const | GooseFEM::MatrixBase< Matrix > | inline |