Skip to content

recipe for operator splitting

Michal Tóth requested to merge doc/recipes/operatorsplitting into master

This recipe has two parts. The first explains how to load data from a vector belonging to a different system. The second shows how to calculate corrections using DifferenceSquaredAdapter.

Recipe is accompanied by a model solving one phase unsaturated flow in porous medium (Richards eq), and two component contaminant transport using cell-centered finite volume scheme. Water flow is solved separately, contaminant transport uses iterative operator splitting to solve advection and diffusion separately (no dispersion).

Merge request reports