Skip to content

[WIP] feature/clean-up-CDE-examples

Adrian Ngo requested to merge feature/clean-up-CDE-examples into master

[WIP] feature/clean-up-CDE-examples This feature branch is related to merge request #30 in dune-pdelab and works on the issues

  • #15 (in dune-pdelab),

  • #22 (in dune-pdelab): For the time being, "darcy_FEM.hh", "darcy_CCFV.hh", "permeability_adapter.hh" added to localoperator/

  • #35 (in dune-pdelab): "rt0main.cc" is revised. It now uses the parameter classes "parameterA.hh" - "parameterF.hh" which now inherit from "parameter_base.hh" are created using a new class factory ("parameter_factory.hh"). This way, the user can choose the problem (A-F) at runtime.

  • "scalabilitytest.cc", "dgdiffusion.cc" and "diffusion.cc" are also using the new parameter factory.

  • "scalabilitytest.cc" uses the new LOP "convectiondiffusionccfv.hh" mentioned in #34 (in dune-pdelab).

Merge request reports