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

elasticity with dlm - new #37

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

elasticity with dlm - new #37

wants to merge 4 commits into from

Conversation

FabCreda
Copy link
Collaborator

No description provided.

@fdrmrc
Copy link
Collaborator

fdrmrc commented May 18, 2022

Here

const auto inv = inverse_operator(AA, diagprecAA);

the second argument should be a Solver (https://www.dealii.org/current/doxygen/deal.II/group__LAOperators.html#ga87e38fbde431397c069a88692bd24ae7)

Adding this (for instance) it compiles, with the warnings about solution, but I didn't try to run it.

ReductionControl reduction_control_M(2000, 1.0e-18, 1.0e-10);
SolverCG<BVec>   solver_A(reduction_control_M);
const auto       inv      = inverse_operator(AA, solver_A, diagprecAA);

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.

3 participants