Skip to content
Snippets Groups Projects
Commit dc6ed0e9 authored by Markus Wolff's avatar Markus Wolff
Browse files

restructured the mpfa folder of decoupled 2p diffusion models

   - split into o-method and l-method implementations



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8876 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent fc24e98c
Branches 1094-search-and-remove-deprecated-stuff
No related tags found
No related merge requests found
SUBDIRS = omethod lmethod
fvmpfadir = $(includedir)/dumux/decoupled/2p/diffusion/fvmpfa fvmpfadir = $(includedir)/dumux/decoupled/2p/diffusion/fvmpfa
fvmpfa_HEADERS = *.hh fvmpfa_HEADERS = *.hh
......
omethoddir = $(includedir)/dumux/decoupled/2p/diffusion/fvmpfa/omethod
omethod_HEADERS = *.hh
include $(top_srcdir)/am/global-rules
...@@ -44,7 +44,7 @@ NEW_TYPE_TAG(FVMPFAOPressurePropertiesTwoP, INHERITS_FROM(PressureTwoP, MPFAProp ...@@ -44,7 +44,7 @@ NEW_TYPE_TAG(FVMPFAOPressurePropertiesTwoP, INHERITS_FROM(PressureTwoP, MPFAProp
} }
} }
#include <dumux/decoupled/2p/diffusion/fvmpfa/fvmpfaovelocity2p.hh> #include <dumux/decoupled/2p/diffusion/fvmpfa/omethod/fvmpfaovelocity2p.hh>
namespace Dumux namespace Dumux
{ {
......
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