Henry
|
c2dd153a14
|
Copyright transfered to the OpenFOAM Foundation
|
2011-08-14 12:17:30 +01:00 |
|
andy
|
eaef8d482b
|
STYLE: Updated 1991 start copyright year to 2004
|
2011-01-14 16:08:00 +00:00 |
|
andy
|
099cc39e2e
|
Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce .
|
2011-01-05 18:24:29 +00:00 |
|
graham
|
b18f6cc1ce
|
STYLE: 2011 copyright date.
|
2011-01-05 11:14:26 +00:00 |
|
Mark Olesen
|
72f7d46f23
|
ENH: add operator[](const word&) as "find-by-name" to some classes
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces
before:
const label zoneI = mesh.cellZones().findZoneID(zoneName);
const cellZone& cz = mesh.cellZones()[zoneI];
after:
const cellZone& cz = mesh.cellZones()[zoneName];
|
2010-04-29 10:12:35 +02:00 |
|
Mark Olesen
|
d29c438657
|
STYLE: use url for FSF license instead of postal address, switch to GPL v3
|
2010-03-29 14:07:56 +02:00 |
|
Mark Olesen
|
d857d671ac
|
STYLE: use new argList argRead() method and operator[] for cleaner code.
- deprecate argList::additionalArgs() method and remove uses of it
|
2010-02-16 17:57:49 +01:00 |
|
henry
|
d4864d9b6e
|
Moved the "generic" BCs into a separate library and included it only in those utilities
which need this functionality. Solvers will now check the correctness of the BCs on
read.
|
2009-08-04 22:13:54 +01:00 |
|
Mark Olesen
|
28b200bcd9
|
update copyrights for 2009
|
2008-12-31 19:01:56 +01:00 |
|
henry
|
fd57af9980
|
Changed sum to gSum for parallel execution.
|
2008-10-29 13:18:36 +00:00 |
|
Mark Olesen
|
02cabc3cf2
|
updated Copyright (C) \d+-2008 OpenCFD Ltd.
|
2008-06-25 15:01:46 +02:00 |
|
Mark Olesen
|
e9876723e6
|
Adjust some utilities to use postCalc wrapper or timeSelector directly.
When required, also adjusted to use XXXApp.C for the source name.
Adjusted some names in preparation for merge with master.
|
2008-05-21 10:19:23 +02:00 |
|
OpenFOAM-admin
|
3170c7c0c9
|
Creation of OpenFOAM-dev repository 15/04/2008
|
2008-04-15 18:56:58 +01:00 |
|