Skip to content

Commit

Permalink
Corrected and clarified a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avdg81 committed Sep 11, 2024
1 parent a49b75f commit 03ba801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ KRATOS_TEST_CASE_IN_SUITE(CalculatingTheInternalForceVectorFailsWhenStressVector
KRATOS_TEST_CASE_IN_SUITE(CalculatingTheInternalForceVectorFailsWhenTheMatrixVectorProductCantBeComputed,
KratosGeoMechanicsFastSuiteWithoutKernel)
{
// Error: transpose of the B-matrix has more rows than the number of stress components
// Error: transpose of the B-matrix has more columns (3) than the number of stress components (2)
const auto b_matrix = Matrix{ScalarMatrix{3, 8, 1.0}};
const auto b_matrices = std::vector<Matrix>{b_matrix, b_matrix};
const auto stress_vector = Vector{ScalarVector{2, 1.0}};
Expand Down

0 comments on commit 03ba801

Please sign in to comment.