#include <dof.hpp>
class that represents a degree of freedom
- Author
- Christophe Prud'homme
- See Also
Inherits tuple< size_type, int16_type, bool, uint16_type, bool, size_type >.
ublas::vector<double> const& Feel::Dof::coords |
( |
| ) |
const |
|
inline |
uint16_type Feel::Dof::entity |
( |
| ) |
const |
|
inline |
- Returns
- the entity type (0: vertex, 1:edge, 2:face, 3:volume)
bool Feel::Dof::isOnBoundary |
( |
| ) |
const |
|
inline |
bool Feel::Dof::isPeriodic |
( |
| ) |
const |
|
inline |
void Feel::Dof::setCoordinates |
( |
ublas::vector< double > const & |
coords | ) |
|
|
inline |
int16_type Feel::Dof::sign |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: