|
dune-pdelab
2.5-dev
|
A pdelab grid function space implemented by a dune-functions function space basis. More...
#include <dune/pdelab/gridfunctionspace/dunefunctionsgridfunctionspace.hh>

Classes | |
| struct | ConstraintsContainer |
| extract type for storing constraints More... | |
| struct | Ordering |
| struct | Traits |
| export Traits class More... | |
Public Types | |
| using | Basis = DFBasis |
Public Member Functions | |
| GridFunctionSpace (std::shared_ptr< DFBasis > df_basis, std::shared_ptr< CE > ce) | |
| constructor More... | |
| GridFunctionSpace (std::shared_ptr< DFBasis > df_basis) | |
| const Traits::GridView & | gridView () const |
| get grid view More... | |
| const Traits::EntitySet & | entitySet () const |
| get EntitySet More... | |
| const auto & | finiteElementMap () const |
| get finite element map More... | |
| const Traits::ConstraintsType & | constraints () const |
| return constraints engine More... | |
| std::shared_ptr< const CE > | constraintsStorage () const |
| return storage of constraints engine More... | |
| const Ordering & | ordering () const |
| Direct access to the DOF ordering. More... | |
| Traits::SizeType | size () const |
| Traits::SizeType | blockCount () const |
| Traits::SizeType | globalSize () const |
| Traits::SizeType | maxLocalSize () const |
| void | update (bool force=false) |
| Update the indexing information of the GridFunctionSpace. More... | |
| const std::string & | name () const |
| void | name (const std::string &name) |
| bool | isRootSpace () const |
| const Basis & | basis () const |
| Output::DataSetType | dataSetType () const |
| Return the data set type of this function. More... | |
| void | setDataSetType (Output::DataSetType dataSetType) |
| Set the data set type of this function. More... | |
A pdelab grid function space implemented by a dune-functions function space basis.
| DFBasis | A dune-functions function space basis |
| VBE | The type of the underlying vector backend |
| CE | Type for constraints assembler |
|
inlineinherited |
Return the data set type of this function.
|
inlineinherited |
Set the data set type of this function.
1.8.17