You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These maps and string things can potentially move into the library. In fact, I made something similar a few months back. [see inline std::string nonlinearName(const NonlinearSolver& s), line ~159 in solver_config.hpp]. Maybe think about consolidating those designs. I'm not particular to the way I did it, so just choose one and put it all in solver_config.hpp?
benchmark_solid_nonlinear_solve.cpp and solvers_config.hpp have conflicting enums and we should just use one. this might lead to reorganizing the benchmark, since there is no linear solver option. instead some linear solver options are put into the preconditioner enum, for example STRUMPACK.
Originally posted by @tupek2 in #1222 (comment)
The text was updated successfully, but these errors were encountered: