Skip to content
Snippets Groups Projects
Commit eacec988 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

Merge branch 'fix/mpfa-static-iavolumehandle' into 'master'

[mpfa][fix] Use correct type for data member

See merge request !1642
parents ffa36d12 8ff9bf13
No related branches found
No related tags found
1 merge request!1642[mpfa][fix] Use correct type for data member
......@@ -100,7 +100,7 @@ protected:
std::array< std::array<TMatrix, size2>, size1 > T_; //!< The transmissibility matrix
std::array< std::array<AMatrix, size2>, size1 > A_; //!< Inverse of the iv-local system matrix
std::array< std::array<CMatrix, size2>, size1 > AB_; //!< A_ left multiplied to B
std::array< std::array<BMatrix, size2>, size1 > AB_; //!< A_ left multiplied to B
std::array< std::array<CMatrix, size2>, size1 > CA_; //!< A_ right multiplied to C
std::array< std::array<OutsideTij, size2>, size1 > tijOutside_; //!< The transmissibilities for "outside" faces (on surface grids)
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment