DUNE PDELab (git)

Dune::PDELab::GlobalCallableToBoundaryConditionAdapter< F > Class Template Reference

Adapter for boundary cond from a callable taking global coordinates. More...

#include <dune/pdelab/function/callableadapter.hh>

Public Types

typedef LeafNodeTag NodeTag
 The type tag that describes a LeafNode.
 

Public Member Functions

 GlobalCallableToBoundaryConditionAdapter (F f_)
 construct from functor
 
template<typename I >
bool isDirichlet (const I &intersection, const Dune::FieldVector< typename I::ctype, I::mydimension > &coord) const
 Test whether boundary is Dirichlet-constrained.
 
template<typename T >
void setTime (const T &time)
 

Static Public Attributes

static const bool isLeaf = true
 Mark this class as a leaf in a dune-typetree.
 
static const bool isPower = false
 Mark this class as a non power in the dune-typetree.
 
static const bool isComposite = false
 Mark this class as a non composite in the dune-typetree.
 

Detailed Description

template<typename F>
class Dune::PDELab::GlobalCallableToBoundaryConditionAdapter< F >

Adapter for boundary cond from a callable taking global coordinates.

Member Function Documentation

◆ setTime()

template<typename T >
void Dune::PDELab::DirichletConstraintsParameters::setTime ( const T &  time)
inlineinherited

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

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

Referenced by Dune::PDELab::FluxFromDirichletConstraintsAdapter< DirichletConstraintsParameters >::setTime().


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)