- Jul 15, 2019
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- Jul 12, 2019
-
-
Dennis Gläser authored
-
- Jul 09, 2019
-
-
Dennis Gläser authored
This reverts commit eb294caf. Therein, the reference solutions for the box-facet-coupling tracer tests were changed after modifying the coupling flux assembly in the scheme. This however only affected cases of tensorial permeabilities and shouldn't have influenced the solution of the tracer test. With the fixes on this branch the old reference solution can be reused.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
- Jul 08, 2019
-
-
Dennis Gläser authored
- Jul 05, 2019
-
-
Dennis Gläser authored
-
-
-
Dennis Gläser authored
[md][glue] Fixes change that changed the orientation of inside/outside See merge request !1657
-
Dennis Gläser authored
-
Timo Koch authored
To make the interface more clear this commit introduces a new intersection interface and deprecates the old one. The old inside(n) is replaced by targetEntity(n) The old outide(n) is replaced by domainEntity(n) The old neighbor() is replaces by numTargetNeighbors()/numDomainNeighbors(). Furthermore num{}Neighbors returns 1 if the {}-dimension is smaller than the other dimension.
- Jul 01, 2019
-
-
-
-
This way, a user can get access to the matrices underlying an l2-projection. The projectors do not allow access to these matrices and internally use a reduced matrix in case the target domain occupies a larger geometric region than the origin domain, where the rows and columns that correspond to dofs not taking part in the projection are deleted.
-
-
Timo Koch authored
-
Martin Utz authored
-
Martin Utz authored
-
Martin Utz authored
-
Martin Utz authored
-
Martin Utz authored
to shearStress. Also in problem.hh computeBottomFrictionSource is renamed to bottomFricitonSource.
-
Martin Utz authored
-
Martin Utz authored
For each element a object of a child class of FrictionLaw is instantiated and stored within a vector. This makes it possible to change the friction law on runtime, use also friction laws which have more than one parameter, use spatial variying friction values and even to use muliple friction laws.
-
Martin Utz authored
The friction law compute now the bed shear stress instead of the source term. So they return a quantity with a clear physical meaning, which can be also used for other purpuses (e.g. sediment transport). Therefore the computeSource method was renamed to computeShearStress. computeShearStress uses now volvars instead of the explicit use of waterDepth, u, v.
-
Martin Utz authored
It is possible to extract the Scalar type from the NumEqVector type. Therefore its not necessary any longer to pass it explicitly as an template argument.
-
Martin Utz authored
The source is now entirely calculated within the friction law.