- 10 Jul, 2020 1 commit
-
-
Mark Olesen authored
- replace `%namespace` directive with simpler `%static` directive. We always encapsulate Lemon parser routines in an anonymous namespace, so a simpler static linkage directive suffices. This reduces the size of the Lemon patch (program and template).
-
- 09 Jul, 2020 2 commits
-
-
Mark Olesen authored
- makes it easier to distinguish between pointers referring to pool data versus pointers actually holding storage, avoids manual demand-driven deletion and autoPtr. ENH: simplify/improve Pstream profiling - times now double (not scalar) for consistency with what cpuTime delivers - use bool to track suspend state
-
mattijs authored
-
- 08 Jul, 2020 1 commit
-
-
mattijs authored
-
- 03 Jul, 2020 1 commit
-
-
Andrew Heather authored
-
- 01 Jul, 2020 1 commit
-
-
mattijs authored
-
- 30 Jun, 2020 1 commit
-
-
Andrew Heather authored
-
- 29 Jun, 2020 9 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- When OpenFOAM is under git control and a 'debian/' directory exists, this could mean two things: 1) Additional debian control has been added to OpenFOAM 2) OpenFOAM has been imported into a debian project For the case that OpenFOAM has been imported into a debian project, using the git information would be highly misleading. There will be no OpenFOAM SHA1 correspondence. However, if additional debian control has been added to OpenFOAM the SHA1 will be valid. The ad hoc solution is to use an additional "openfoam.debian" directory to flag the addition of debian controls into openfoam. When a "debian/" directory exists without a "openfoam.debian", assume that the OpenFOAM has been imported into debian and do not use the SHA1.
-
Mark Olesen authored
-
- 26 Jun, 2020 7 commits
-
-
Mark Olesen authored
-
OpenFOAM bot authored
- fix older '> >' template parameters as '>>'
-
Mark Olesen authored
-
Mark Olesen authored
- used fluidThermo::typeName instead of fluidThermo::dictName within the Cp() method.
-
-
-
Mark Olesen authored
- only checked if it started with '/' and not 'd:/' (for example).
-
- 25 Jun, 2020 7 commits
-
-
sergio authored
-
sergio authored
-
OpenFOAM bot authored
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
- affects ensightSurfaceReader only. If there are no `*` characters, protect against replacement. Otherwise it would attempt to replace a zero-length string with a single `0`, which results in prepending the name. STYLE: ensightSurfaceReader constructor explicit
-
Andrew Heather authored
-
- 24 Jun, 2020 10 commits
-
-
Andrew Heather authored
AMI code enhancements See merge request !367
-
-
-
-
-
-
-
-
-
-