|
dune-grid
2.2.0
|
#include <dune/grid/albertagrid/dofvector.hh>
Public Types | |
| typedef ALBERTA DOF_UCHAR_VEC | DofVector |
Static Public Member Functions | |
| static DofVector * | get (const DofSpace *dofSpace, const std::string &name) |
| static void | free (DofVector *dofVector) |
| static DofVector * | read (const std::string &filename, Mesh *mesh, DofSpace *dofSpace) |
| static bool | write (const DofVector *dofVector, const std::string &filename) |
| static void Dune::Alberta::DofVectorProvider< unsigned char >::free | ( | DofVector * | dofVector | ) | [inline, static] |
References ALBERTA.
| static DofVector* Dune::Alberta::DofVectorProvider< unsigned char >::get | ( | const DofSpace * | dofSpace, |
| const std::string & | name | ||
| ) | [inline, static] |
References ALBERTA.
| static DofVector* Dune::Alberta::DofVectorProvider< unsigned char >::read | ( | const std::string & | filename, |
| Mesh * | mesh, | ||
| DofSpace * | dofSpace | ||
| ) | [inline, static] |
References ALBERTA.
| static bool Dune::Alberta::DofVectorProvider< unsigned char >::write | ( | const DofVector * | dofVector, |
| const std::string & | filename | ||
| ) | [inline, static] |
References ALBERTA.
1.7.6.1