template<class TypeTag>
class Dumux::SolDependentPointSource< TypeTag >
A point source class for time dependent point sources.
|
| SolDependentPointSource (GlobalPosition pos, ValueFunction valueFunction) |
| Constructor for sol dependent point sources, when there is no. More...
|
|
void | update (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolume &scv) |
| an update function called before adding the value More...
|
|
SolDependentPointSource & | operator= (const SourceValues &values) |
| Convenience = operator overload modifying only the values. More...
|
|
SolDependentPointSource & | operator= (Scalar s) |
| Convenience = operator overload modifying only the values. More...
|
|
PointSource & | operator+= (Scalar s) |
| Convenience += operator overload modifying only the values. More...
|
|
PointSource & | operator-= (Scalar s) |
| Convenience -= operator overload modifying only the values. More...
|
|
PointSource & | operator*= (Scalar s) |
| Convenience *= operator overload modifying only the values. More...
|
|
PointSource & | operator/= (Scalar s) |
| Convenience /= operator overload modifying only the values. More...
|
|
Values | values () const |
| return the source values More...
|
|
const GlobalPosition & | position () const |
| return the source position More...
|
|
void | update (const Problem &problem, const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolume &scv) |
| an update function called before adding the value More...
|
|
void | setEmbeddings (std::size_t embeddings) |
| set the number of embeddings for this point source More...
|
|
std::size_t | embeddings () const |
| get the number of embeddings for this point source More...
|
|