Ikarus is a C++-based library that uses DUNE modules to solve partial differential equations with the finite element method and more.
6
stars
3
forks
source link
replace infos passed to loggers from int and double to a struct #206
Open
tarun-mitruka opened 10 months ago
Example: here in
ikarus/solver/nonlinearsolver/newtonraphsonwithscalarsubsidiaryfunction.hh
,Instead of passing
lambda
,dNorm
, andrNorm
, astruct messageInformation
can be passed similar tosolverInformation
Unify it in all control routines. Currently
lambda
is not printed correctly forIkarus::LoadControl
when compared toIkarus::PathFollowing