Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[How can I use the eigensolvers configs in eigen_examples?] #322

Open
fan1997 opened this issue Aug 8, 2024 · 0 comments
Open

[How can I use the eigensolvers configs in eigen_examples?] #322

fan1997 opened this issue Aug 8, 2024 · 0 comments
Labels

Comments

@fan1997
Copy link

fan1997 commented Aug 8, 2024

Eigen Solvers
I'm confused about how to convert this file into a correct json file that could be recieved by eigensover.c.
"default:config_version=2
default:eig_solver=JACOBI_DAVIDSON
default:eig_max_iters=128
default:eig_tolerance=1e-4
default:eig_which=largest

#gmres accelerator config
default:solver(main)=FGMRES
main:gmres_n_restart=10
main:preconditioner(amg)=NOSOLVER

#outer solver setup
main:convergence=RELATIVE_INI
main:norm=L2
main:use_scalar_norm=1
main:max_iters=20
main:tolerance=1e-2

#printing obtions
#main:print_solve_stats=1
#main:monitor_residual=1
#main:obtain_timings=1"

@fan1997 fan1997 added the bug label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant