#include <vector>
#include <dune/common/fmatrix.hh>
Go to the source code of this file.
|
namespace | Dune |
| For backward compatibility – Do not use this!
|
|
namespace | Dune::PDELab |
|
|
template<class DomainType , class LFS , class LV , class RangeFieldType > |
void | Dune::PDELab::evalFunction (const DomainType &location, const LFS &lfs, const LV &xlocal, RangeFieldType &valU) |
|
template<class DomainType , class EG , class LFS , class LV , class RangeType > |
void | Dune::PDELab::evalGradient (const DomainType &location, const EG &eg, const LFS &lfs, const LV &xlocal, RangeType &gradu) |
|