dune-pdelab  2.5-dev
Classes | Public Types | Public Member Functions | List of all members
Dune::PDELab::Experimental::GridFunctionSpace< DFBasis, V, CE > Class Template Reference

A pdelab grid function space implemented by a dune-functions function space basis. More...

#include <dune/pdelab/gridfunctionspace/dunefunctionsgridfunctionspace.hh>

Inheritance diagram for Dune::PDELab::Experimental::GridFunctionSpace< DFBasis, V, CE >:
Inheritance graph

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::GridViewgridView () const
 get grid view More...
 
const Traits::EntitySetentitySet () const
 get EntitySet More...
 
const Traits::ConstraintsTypeconstraints () const
 return constraints engine More...
 
std::shared_ptr< const CE > constraintsStorage () const
 return storage of constraints engine More...
 
const Orderingordering () const
 Direct access to the DOF ordering. More...
 
Traits::SizeType size () const
 
Traits::SizeType blockCount () const
 
Traits::SizeType globalSize () const
 
Traits::SizeType maxLocalSize () const
 
const std::string & name () const
 
void name (const std::string &name)
 
bool isRootSpace () const
 
const Basisbasis () 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...
 

Detailed Description

template<typename DFBasis, typename V, typename CE>
class Dune::PDELab::Experimental::GridFunctionSpace< DFBasis, V, CE >

A pdelab grid function space implemented by a dune-functions function space basis.

Template Parameters
DFBasisA dune-functions function space basis
VThe type of the underlying ISTL vector
CEType for constraints assembler

Member Function Documentation

◆ dataSetType()

Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType ( ) const
inlineinherited

Return the data set type of this function.

◆ setDataSetType()

void Dune::PDELab::GridFunctionOutputParameters::setDataSetType ( Output::DataSetType  dataSetType)
inlineinherited

Set the data set type of this function.


The documentation for this class was generated from the following file: