Skip to content
Snippets Groups Projects
Commit 851c24c2 authored by Timo Koch's avatar Timo Koch Committed by Kilian Weishaupt
Browse files

[staggered] Move flux implementations to flux/staggered/freeflow

parent a019e083
No related branches found
No related tags found
1 merge request!1370Streamline folder/include structure in discretization
......@@ -47,6 +47,6 @@ using FicksLaw = FicksLawImplementation<TypeTag, GetPropType<TypeTag, Properties
#include <dumux/flux/cctpfa/fickslaw.hh>
#include <dumux/flux/ccmpfa/fickslaw.hh>
#include <dumux/flux/box/fickslaw.hh>
#include <dumux/discretization/staggered/freeflow/fickslaw.hh>
#include <dumux/flux/staggered/freeflow/fickslaw.hh>
#endif
......@@ -48,6 +48,6 @@ using FouriersLaw = FouriersLawImplementation<TypeTag, GetPropType<TypeTag, Prop
#include <dumux/flux/cctpfa/fourierslaw.hh>
#include <dumux/flux/ccmpfa/fourierslaw.hh>
#include <dumux/flux/box/fourierslaw.hh>
#include <dumux/discretization/staggered/freeflow/fourierslaw.hh>
#include <dumux/flux/staggered/freeflow/fourierslaw.hh>
#endif
......@@ -45,6 +45,6 @@ using MaxwellStefansLaw = MaxwellStefansLawImplementation<TypeTag, GetPropType<T
#include <dumux/flux/cctpfa/maxwellstefanslaw.hh>
#include <dumux/flux/box/maxwellstefanslaw.hh>
#include <dumux/discretization/staggered/freeflow/maxwellstefanslaw.hh>
#include <dumux/flux/staggered/freeflow/maxwellstefanslaw.hh>
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment