dune-pdelab  2.5-dev
Public Member Functions | List of all members
Dune::PDELab::NoFluxConstraintsParameters Struct Reference

#include <dune/pdelab/constraints/common/constraintsparameters.hh>

Inheritance diagram for Dune::PDELab::NoFluxConstraintsParameters:
Inheritance graph

Public Member Functions

template<typename I >
bool isNeumann (const I &intersection, const FieldVector< typename I::ctype, I::mydimension > &coord) const
 
template<typename T >
void setTime (const T &time)
 

Detailed Description

Flux (Neumann) constraints parameters convenience implementation that does not apply Neumann constraints anywhere.

See also
FluxConstraintsParameters

Member Function Documentation

◆ isNeumann()

template<typename I >
bool Dune::PDELab::NoFluxConstraintsParameters::isNeumann ( const I &  intersection,
const FieldVector< typename I::ctype, I::mydimension > &  coord 
) const
inline

Predicate implementation that will always return false.

◆ setTime()

template<typename T >
void Dune::PDELab::NoFluxConstraintsParameters::setTime ( const T &  time)
inline

Sets the current time (only required for instationary problems).

Note
This method only needs to be implement for instationary problems.

The documentation for this struct was generated from the following file: