Skip to content
Snippets Groups Projects
Forked from ogs / ogs
4939 commits behind the upstream repository.
  • Dmitri Naumov's avatar
    7b939981
    [PL/BC] Reimplement Robin-type BC · 7b939981
    Dmitri Naumov authored
    The former implementation did not produce expected results for 2D case
    (and probably for 3D case). Rewriting and implementing the Jacobian for
    the Newton scheme. Keeping K matrix for the Picard scheme as applying
    the BC to the r.h.s. only significantly increases number of non-linear
    iterations because the problem becomes non-linear.
    7b939981
    History
    [PL/BC] Reimplement Robin-type BC
    Dmitri Naumov authored
    The former implementation did not produce expected results for 2D case
    (and probably for 3D case). Rewriting and implementing the Jacobian for
    the Newton scheme. Keeping K matrix for the Picard scheme as applying
    the BC to the r.h.s. only significantly increases number of non-linear
    iterations because the problem becomes non-linear.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
RobinBoundaryConditionLocalAssembler.h 4.63 KiB