Skip to content

Commit

Permalink
[Core] Bugfix - Initialize DOF set flag in residual-based block build…
Browse files Browse the repository at this point in the history
…er and solver (#12952)

* Initialize DOF set flag in residual-based block builder and solver

* merging master

---------

Co-authored-by: Daniel Diez <[email protected]>
  • Loading branch information
ddiezrod and Daniel Diez authored Dec 18, 2024
1 parent 0048ff2 commit 7c57715
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ namespace Kratos::Testing
SparseSpaceType::MatrixPointerType pA; /// The LHS matrix of the system of equations

pBuilderAndSolver->SetUpDofSet(pScheme, rModelPart);
KRATOS_EXPECT_TRUE(pBuilderAndSolver->GetDofSetIsInitializedFlag())
pBuilderAndSolver->SetUpSystem(rModelPart);
pBuilderAndSolver->ResizeAndInitializeVectors(pScheme, pA, pDx, pb, rModelPart);

Expand Down

0 comments on commit 7c57715

Please sign in to comment.