#include <periodic.hpp>
NoPeriodicity class holder.
This class the default parameter for function spaces without periodic boundary conditions
Inherits Feel::detail::periodicity_base.
Public Member Functions | |
Constructors, destructor | |
NoPeriodicity () | |
NoPeriodicity (uint16_type tag1, uint16_type tag2, node_type const &trans) | |
Constants | |
typedef node< double >::type | node_type |
static const bool | is_periodic = false |
Accessors | |
node_type | translation () |
return the translation condition that should be applied on Tag2 | |
uint16_type | tag1 () const |
uint16_type | tag2 () const |
static bool | isPeriodic () |
return whether the condition is periodic or not | |