Skip to content

Adds copyBoundaryConditionFromFunction() method to BlockFunction

Marcus Mohr requested to merge mohr/BlockFunctionMethods into master

The commit moves the copyBoundaryConditionFromFunction() method up from the P1CahnHilliardFunction to its base class. Then other children can also make use of it.

Merge request reports