transportproblem2.hh File Reference
#include <dune/common/fvector.hh>
Include dependency graph for transportproblem2.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<int dimworld, class ct >
double c0 (const Dune::FieldVector< ct, dimworld > &x)
 
template<int dimworld, class ct >
double b (const Dune::FieldVector< ct, dimworld > &x, double t)
 
template<int dimworld, class ct >
Dune::FieldVector< double, dimworld > u (const Dune::FieldVector< ct, dimworld > &, double)
 

Function Documentation

◆ b()

template<int dimworld, class ct >
double b ( const Dune::FieldVector< ct, dimworld > &  x,
double  t 
)

◆ c0()

template<int dimworld, class ct >
double c0 ( const Dune::FieldVector< ct, dimworld > &  x)

Referenced by initialize().

◆ u()

template<int dimworld, class ct >
Dune::FieldVector< double, dimworld > u ( const Dune::FieldVector< ct, dimworld > &  ,
double   
)

Referenced by evolve().