- 12 Dec, 2019 1 commit
-
-
Kutalmış Berçin authored
-
- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 29 May, 2019 1 commit
-
-
Mark Olesen authored
- generalize identity matrix constructors for non-scalar types - add constructors using labelPair for the row/column sizing information. For a SquareMatrix, this provides an unambiguous parameter resolution. - reuse assignment operators STYLE: adjust matrix comments
-
- 23 May, 2019 1 commit
-
-
Kutalmış Berçin authored
- additional operators: + compound assignment + inner product: operator& + outer product: operator^ - additional functions: - MatrixBlock methods: subColumn, subRow, subMatrix - L2 norms for matrix or column - trace, diag, round, transpose - MatrixBlock methods: col(), block() are deprecated since their access patterns with (size, offset) are unnatural/unwieldy. - verifications by test/Matrix/Test-Matrix
-
- 22 May, 2019 1 commit
-
-
Mark Olesen authored
- add iterators, begin/end, empty() methods for STL behaviour. Use standard algorithms where possible * std::fill, std::copy * std::min_element, std::max_element - access methods consistent with other OpenFOAM containers: * data(), cdata(), uniform() - Use ListPolicy to impose output line breaks - Can recover matrix storage for re-use elsewhere. For example, to populate values with 2D i-j addressing and later release it as flat linear storage. - construct/assign moveable - added minMax() function for Matrix - additional inplace +=, -=, *=, /= operations - add named methods at() and rowData() to Matrix. Allows a better distinction between linear and row-based addressing - low-level matrix solve on List/UList instead of Field
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 25 Mar, 2016 1 commit
-
-
Henry Weller authored
-
- 24 Mar, 2016 1 commit
-
-
Henry Weller authored
-
- 23 Mar, 2016 1 commit
-
-
Henry Weller authored
Added 'typeOfInnerProduct' support to ensure the correct type is returned from the matrix product operator.
-
- 22 Mar, 2016 1 commit
-
-
Henry Weller authored
Also added the Field outer-product operator returning a RectangularMatrix
-
- 10 Jan, 2016 1 commit
-
-
Henry Weller authored
-
- 17 Feb, 2015 1 commit
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1535
-
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 19 Jan, 2011 1 commit
-
- 14 Jan, 2011 1 commit
-
-
Andrew Heather authored
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 28 Jul, 2010 1 commit
-
-
graham authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 28 Sep, 2008 1 commit
-
-
henry authored
the type it will become as a template argument. Brought everything into line with this change.
-
- 31 Jul, 2008 1 commit
-
-
henry authored
-
- 25 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 01 May, 2008 1 commit
-
-
henry authored
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-