dune-fem
2.4.1-rc
|
#include <type_traits>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
Go to the source code of this file.
Classes | |
class | Dune::Fem::SubDofVector< DofVector, Dof > |
Extract Sub dof vector for single coordinate. More... | |
struct | Dune::Fem::RowType< T > |
struct | Dune::Fem::RowType< const T > |
struct | Dune::Fem::RowType< FieldVector< K, SIZE > > |
struct | Dune::Fem::RowType< FieldMatrix< K, ROWS, COLS > > |
class | Dune::Fem::SubObject< DomainObject, RangeObject, offset > |
Namespaces | |
Dune | |
Dune::Fem | |
Functions | |
template<class DomainObj , class RangeObj , int offset> | |
void | Dune::istl_assign_to_fmatrix (DenseMatrix< typename std::remove_const< RangeObj >::type > &fm, const Fem::SubObject< DomainObj, RangeObj, offset > &s) |