Skip to content

Bfbt gmg#16

Open
tjhei wants to merge 28 commits intotjhei:mainfrom
quangx:bfbt_gmg
Open

Bfbt gmg#16
tjhei wants to merge 28 commits intotjhei:mainfrom
quangx:bfbt_gmg

Conversation

@tjhei
Copy link
Copy Markdown
Owner

@tjhei tjhei commented Mar 22, 2026

Pull Request Checklist. Please read and check each box with an X. Delete any part not applicable. Ask on the forum if you need help with any step.

Describe what you did in this PR and why you did it.

Before your first pull request:

For all pull requests:

For new features/models or changes of existing features:

  • I have tested my new feature locally to ensure it is correct.
  • I have created a testcase for the new feature/benchmark in the tests/ directory.
  • I have added a changelog entry in the doc/modules/changes directory that will inform other users of my change.

}


solver_control.set_tolerance(1e-6*ptmp.l2_norm());
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the correct norm? ptmp2?



SolverControl solver_control(5000, src.l2_norm() * solver_tolerance, false, true);
SolverCG<VectorType> solver(solver_control,mem);
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does SolverGMRES make a difference in iteration numbers?

SolverControl solver_control(5000, src.l2_norm() * solver_tolerance, false, true);
SolverCG<VectorType> solver(solver_control,mem);
ptmp = 0;
solver.solve(Op_BC_invBT, ptmp, src, mp_preconditioner);
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is mp_preconditioner now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants