Skip to content

[implicit][problem] change positions of boundary and source evaluations

Dennis Gläser requested to merge fix/boundaryinterfaces into next

The boundary conditions for cellcentered methods should actually be evaluated at the integration point rather than the center of the scv face. Also, sources should be evaluated at the center of an scv instead of the dof position.

Merge request reports