|
|
5eaf74c3a4
|
dictionary scalar lookup: simplified syntax using the type templated lookup function
Replaced
readScalar(dict.lookup("name"))
with
dict.lookup<scalar>("name")
|
2019-11-27 14:56:32 +00:00 |
|
|
|
bf54ab67e1
|
Updated OpenFOAM Foundation web-link in headers
|
2018-07-06 21:42:54 +01:00 |
|
|
|
c13421b10a
|
Matrix: Added (i, j) addressing to allow support for addressing blocks of the matrix
This change brings OpenFOAM into line with the standard matrix
addressing in other C++ libraries for better interoperability.
|
2016-03-20 19:44:29 +00:00 |
|
|
|
446e5777f0
|
Add the OpenFOAM source tree
|
2014-12-10 22:40:10 +00:00 |
|