dune-grid
2.3beta2
|
#include <dune/grid/albertagrid/dofvector.hh>
Public Types | |
typedef DofVectorProvider::DofVector | DofVector |
Public Member Functions | |
DofVectorPointer () | |
DofVectorPointer (const DofSpace *dofSpace, const std::string &name="") | |
DofVectorPointer (DofVector *dofVector) | |
operator bool () const | |
operator DofVector * () const | |
operator Dof * () const | |
const DofSpace * | dofSpace () const |
std::string | name () const |
void | create (const DofSpace *dofSpace, const std::string &name="") |
template<int dim> | |
void | read (const std::string &filename, const MeshPointer< dim > &meshPointer) |
bool | write (const std::string &filename) const |
void | release () |
template<class Functor > | |
void | forEach (Functor &functor) const |
void | initialize (const Dof &value) |
template<class AdaptationData > | |
AdaptationData * | getAdaptationData () const |
template<class AdaptationData > | |
void | setAdaptationData (AdaptationData *adaptationData) |
template<class Interpolation > | |
void | setupInterpolation () |
template<class Restriction > | |
void | setupRestriction () |
Static Public Attributes | |
static const bool | supportsAdaptationData = (DUNE_ALBERTA_VERSION >= 0x300) |
typedef DofVectorProvider::DofVector Dune::Alberta::DofVectorPointer< Dof >::DofVector |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
Referenced by Dune::Alberta::abs(), Dune::Alberta::DofVectorPointer< GlobalVector >::forEach(), Dune::Alberta::DofVectorPointer< GlobalVector >::initialize(), Dune::Alberta::CoordCache< dim >::Interpolation::interpolateVector(), Dune::AlbertaGridLevelProvider< dim >::Interpolation::interpolateVector(), Dune::Alberta::max(), Dune::AlbertaGridLevelProvider< dimension >::mesh(), and Dune::Alberta::min().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Dune::Alberta::DofVectorPointer< GlobalVector >::create().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Dune::Alberta::DofVectorPointer< GlobalVector >::read().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Dune::Alberta::DofVectorPointer< GlobalVector >::write().
|
static |