dune-pdelab
2.0.0
|
#include <vector>
#include <dune/common/stdstreams.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/localfunctions/common/interfaceswitch.hh>
#include <dune/localfunctions/common/localkey.hh>
#include <dune/typetree/typetree.hh>
#include <dune/pdelab/gridfunctionspace/tags.hh>
#include <dune/pdelab/gridfunctionspace/localvector.hh>
Go to the source code of this file.
Namespaces | |
Dune | |
Dune::PDELab | |
Functions | |
template<typename PowerGridFunctionSpace , typename Params > | |
Dune::TypeTree::TemplatizedGenericPowerNodeTransformation < PowerGridFunctionSpace, gfs_to_lfs< Params > , power_gfs_to_lfs_template < PowerGridFunctionSpace, gfs_to_lfs< Params > >::template result > | Dune::PDELab::registerNodeTransformation (PowerGridFunctionSpace *pgfs, gfs_to_lfs< Params > *t, PowerGridFunctionSpaceTag *tag) |
template<typename CompositeGridFunctionSpace , typename Params > | |
Dune::TypeTree::TemplatizedGenericCompositeNodeTransformation < CompositeGridFunctionSpace, gfs_to_lfs< Params > , composite_gfs_to_lfs_template < CompositeGridFunctionSpace, gfs_to_lfs< Params > >::template result > | Dune::PDELab::registerNodeTransformation (CompositeGridFunctionSpace *cgfs, gfs_to_lfs< Params > *t, CompositeGridFunctionSpaceTag *tag) |
template<typename GridFunctionSpace , typename Params > | |
Dune::TypeTree::GenericLeafNodeTransformation < GridFunctionSpace, gfs_to_lfs< Params > , LeafLocalFunctionSpaceNode < GridFunctionSpace, typename gfs_to_lfs< Params >::DOFIndex > > | Dune::PDELab::registerNodeTransformation (GridFunctionSpace *gfs, gfs_to_lfs< Params > *t, LeafGridFunctionSpaceTag *tag) |
const Entity& e |
std::size_t offset |
Referenced by Dune::PDELab::OrderingBase< Ordering::Traits::DOFIndex, Ordering::Traits::ContainerIndex >::_mapIndex(), Dune::PDELab::simple::SparseMatrixContainer< GFSV, GFSU, C, ET, I >::allocate_matrix(), Dune::PDELab::interleaved_ordering::Base< DI, CI, CompositeInterleavedOrdering< DI, CI, DUNE_TYPETREE_COMPOSITENODE_CHILDTYPES > >::extract_entity_indices(), Dune::PDELab::interleaved_ordering::Base< DI, CI, CompositeInterleavedOrdering< DI, CI, DUNE_TYPETREE_COMPOSITENODE_CHILDTYPES > >::map_lfs_indices(), and Dune::PVDWriter< GridView, VTK >::write().