Hello,
I'm trying to run MPFA-L and -O (possibly with grid adaptation) but as I
use one of these lines
NEW_TYPE_TAG(TutorialProblemSequential,
INHERITS_FROM(FvMpfaO2dPressureTwoP, FVTransportTwoP, IMPESTwoP,
TutorialSpatialParamsSequential));
NEW_TYPE_TAG(TutorialProblemSequential,
INHERITS_FROM(FvMpfaL2dPressureTwoP, FVTransportTwoP, IMPESTwoP,
TutorialSpatialParamsSequential));
NEW_TYPE_TAG(TutorialProblemSequential,
INHERITS_FROM(FvMpfaL2dPressureTwoPAdaptive, FVTransportTwoP,
IMPESTwoPAdaptive, TutorialSpatialParamsSequential));
I obtain the following message:
Dune reported error: Dune::NotImplemented
[storeInteractionVolumeInfo:/home/lorenzo/DUMUX/dumux/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressure.hh:1149]:
fvmpfao2pfaboundpressure2p.hh, l. 1164: boundary shape not available as
interaction volume shape
or similarly
Dune reported error: Dune::NotImplemented
[storeInteractionVolumeInfo:/home/lorenzo/DUMUX/dumux/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressure.hh:1232]:
fvmpfao2pfaboundpressure2p.hh, l. 1164: boundary shape not available as
interaction volume shape
I'm using a structured cartesian grid generated with gmsh and this line:
SET_TYPE_PROP(TutorialProblemSequential, Grid, Dune::ALUGrid</*dim=*/2,
2, Dune::cube, Dune::nonconforming>);
Can you give me some hints, please?
Kind regards,
Lorenzo
_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux