Mark Olesen
9a4851268e
GIT: update reference for modules/adios (stale tag at time of release)
2020-01-29 18:32:37 +01:00
Andrew Heather
ae2ab06312
REL: Release preparations
2019-12-23 09:49:23 +00:00
Mark Olesen
a956926c37
GIT: update submodule references
2019-12-06 20:36:30 +01:00
Mark Olesen
98467036b3
STYLE: regularize quoting and exit on failed 'cd'
2019-11-13 13:19:16 +01:00
Mark Olesen
cd503cdb98
SUBMODULES: upgrade from deprecated dictionary lookupEntry
2019-10-02 11:48:19 +02:00
Mark Olesen
b931e267fe
SUBMODULES: updated HashTable iterator pointer derefencing
2019-09-29 18:11:47 +02:00
Mark Olesen
fd7fe96e9f
SUBMODULES: updated HashTable iterator names
2019-09-25 15:16:19 +02:00
Mark Olesen
a49fc7acf2
SUBMODULE: cfmesh update for is_contiguous
2019-08-13 13:10:10 +02:00
Mark Olesen
b0eb74c142
SUBMODULE: added adios submodule (ADIOS2) and control files
2019-08-07 16:50:47 +02:00
Mark Olesen
0395fa2122
SUBMODULES: avoid deprecated dictionary methods
2019-08-06 16:11:34 +02:00
Mark Olesen
be7d7e7dbe
SUBMODULES: catalyst with updated keywords/syntax in tutorial
2019-06-25 08:09:22 +02:00
Mark Olesen
e6270d127b
DOC: update build and config information
2019-06-24 18:42:39 +02:00
Mark Olesen
be35426f85
SUBMODULES: cfmesh with updated argList methods
2019-05-31 18:57:29 +02:00
Mark Olesen
1ff33d0f9b
GIT: adjust commits for modules
2019-04-29 19:47:39 +02:00
mattijs
25e0182fca
COMP: label64: fixes #1297 .
2019-04-29 14:23:05 +01:00
Mark Olesen
181e0b75d3
GIT: restore submodule indices accidentally changed by 708e650990
2019-04-09 09:08:54 +02:00
mattijs
7cd40afa3a
BUG: snappyHexMesh: attraction distance mapping. Fixes #941 .
2019-04-08 13:19:41 +01:00
Mark Olesen
8bd6568d05
ENH: added areaWrite function object ( #1237 )
...
- write finiteArea meshes and fields to standard surface output
formats (Ensight, VTK, etc).
2019-03-13 19:44:51 +01:00
Mark Olesen
7d4d26bea4
SUBMODULES: catalyst updated to use vtk::Tools::Vertices
2019-02-15 12:20:00 +01:00
Mark Olesen
52101db781
SUBMODULES: catalyst updated to use vtk::vtuAdaptor
2019-02-12 17:56:11 +01:00
Mark Olesen
1370060da2
SUBMODULES: catalyst updated to use vtk::Tools as namespace
2019-01-31 13:45:11 +01:00
Mark Olesen
95d7586b48
SUBMODULES: cfmesh updated to use areaNormal/unitNormal
2019-01-09 12:17:46 +01:00
Mark Olesen
000239a42e
SUBMODULES: update for change in polyMesh constructor
2019-01-07 23:26:51 +01:00
Mark Olesen
62a7582d6d
SUBMODULES: align git information with the respective master branches
2019-01-07 13:45:21 +01:00
Mark Olesen
a1cc72f8ac
SUBMODULES: update for -help usage
2018-12-11 16:26:45 +01:00
Mark Olesen
6e32d05848
SUBMODULE: adjust for catalyst
2018-12-05 23:13:59 +01:00
Mark Olesen
cacbcd98d9
SUBMODULE: minor catalyst and cfmesh updates
2018-12-04 01:40:54 +01:00
Mark Olesen
3f7ea92efa
SUBMODULE: catalyst with so versioning
2018-11-29 12:48:50 +01:00
Mark Olesen
775c64c7cd
SUBMODULE: updated catalyst (replaced deprecated methods)
2018-11-21 13:50:42 +01:00
Mark Olesen
100ec01c82
SUBMODULE: updated to avoid implicit construction of dimensionedType
2018-11-20 18:26:05 +01:00
Mark Olesen
552682ec03
SUBMODULE: updated to avoid implicit construction of word/fileName etc
2018-11-03 20:32:39 +01:00
Mark Olesen
f00c7a655c
COMP: rename dictionary::read<T> to dictionary::readEntry<T>
...
- avoids compiler ambiguity when virtual methods such as
IOdictionary::read() exist.
- the method was introduced in 1806, and was thus not yet widely used
2018-07-30 15:52:40 +02:00
Mark Olesen
56dd71ab11
CONFIG: cmake targets are globally unique
...
- unify CMakeLists naming and align content
2018-07-20 12:49:25 +02:00
Mark Olesen
81840755fe
SUBMODULE: bump cfmesh to develop branch
2018-07-10 19:21:47 +02:00
Mark Olesen
34bd032db9
SUBMODULE: updated to use v1806 tagged branches for all modules
2018-06-28 13:09:36 +02:00
Mark Olesen
d1d47fe5ef
SUBMODULE: updates for catalyst
2018-06-26 16:52:18 +02:00
Mark Olesen
d9568a4b56
SUBMODULE: updates for catalyst
...
- SIGFPE handling, cmake configuration
CONFIG: adjust for simplified Catalyst channel naming
- no sub-channels, select volField output based in the
(internal | boundary) dictionary switches instead
2018-06-24 15:50:50 +02:00
Mark Olesen
b50331d543
SUBMODULE: updates for catalyst
...
- minor change to pruning of lagrangian fields
2018-06-14 12:58:54 +02:00
Mark Olesen
5aa955c9d2
GIT: include submodules in develop-pre-release branch
2018-06-11 11:53:29 +02:00
mattijs
0a62fb4593
ENH: postProcess: Clear dictionary to avoid merge warning. See #807 .
2018-06-06 09:07:32 +01:00
Mark Olesen
6b6b36afd3
STYLE: revert bitSet/HashSet setMany() to set() method (issue #837 )
...
- improves backward compatibility and more naming consistency.
Retain setMany(iter1, iter2) to avoid ambiguity with the
PackedList::set(index, value) method.
2018-05-29 17:38:02 +02:00
Mark Olesen
48d654cf19
ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749 )
...
- disallow insert() of raw pointers, since a failed insertion
(ie, entry already existed) results in an unmanaged pointer.
Either insert using an autoPtr, or set() with raw pointers or autoPtr.
- IOobjectList::add() now takes an autoPtr instead of an object reference
- IOobjectList::remove() now returns an autoPtr instead of a raw pointer
2018-05-17 09:56:36 +01:00
Mark Olesen
fe80e3b4ed
SUBMODULE: updates for catalyst
2018-05-16 16:07:31 +01:00
Mark Olesen
26c24492b1
SUBMODULE: updates for avalanche, catalyst, cfmesh
2018-05-11 15:29:00 +02:00
Mark Olesen
f181a7ac61
SUBMODULE: minor updates for cfmesh
...
- with updated DynList that inherits from UList and uses List/FixedList
internally for its memory management
2018-04-26 10:45:52 +02:00
Mark Olesen
48b52ac8ee
SUBMODULE: minor updates for avalanche and cfmesh
2018-04-12 16:32:02 +02:00
Mark Olesen
c2da3424bb
SUBMODULE: catalyst function object
...
- now uses current OpenFOAM code level
- added initial catalyst script for insitu processing of overset
2018-04-12 16:25:42 +02:00
Mark Olesen
795bdfb2f1
SUBMODULE: catalyst function object
2018-04-03 19:07:35 +02:00
Mark Olesen
da26c3985e
SUBMODULE: avalanche update - movable references in polyMesh constructor
2018-03-07 18:08:37 +01:00
Mark Olesen
bdb616de24
SUBMODULE: cfmesh update - using findIndices instead of findStrings
2018-02-22 09:43:56 +01:00