Skip to content

Commit

Permalink
Update applications/LinearSolversApplication/linear_solvers_define.h
Browse files Browse the repository at this point in the history
  • Loading branch information
armingeiser authored Apr 15, 2021
1 parent 9956676 commit 89f0a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/LinearSolversApplication/linear_solvers_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ namespace Kratos

// IMPORTANT:
//
// The matrices in Kratos use colum-major storage ordering.
// Eigen matrices, however, use row-major storage ordering by default.
// The matrices in Kratos use row-major storage ordering.
// Eigen matrices, however, use column-major storage ordering by default.
//
// If these two worlds are combined, it is crucial that Eigen matrices are used
// with **column-major** storage order to match the Kratos matrices!
// with **row-major** storage order to match the Kratos matrices!
//
// To simplify things, the most commonly used types are defined below:

Expand Down

0 comments on commit 89f0a2b

Please sign in to comment.