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
Mark Olesen
f412419c41
SUBMODULE: cfmesh update for 64-bit labels
2018-01-08 14:50:52 +01:00
Andrew Heather
4287c91573
SUBMODULE: cfmesh update for v1712
2017-12-30 09:32:23 +00:00
Mark Olesen
d1c80c59cc
MODULE: update for avalanche
2017-12-22 16:26:09 +01:00
Mark Olesen
cc2e9cb404
CONFIG: update submodules for 64-bit build
2017-12-21 16:34:24 +01:00
Mark Olesen
2fe7d0c00b
STYLE: update BuildIssues with CGAL mpfr-none problem (issue #674 )
...
- add some notes about 'git submodule' in modules/README.md
2017-12-21 10:38:57 +01:00
Mark Olesen
4c81ee202d
CONFIG: update for gcc-4.9.4, and cfmesh module
2017-12-18 10:51:53 +01:00
Mark Olesen
ffc1c5aca0
CONFIG: add additional modules/ directory and Module namespace
...
- any code placed here should provide Allwmake and Allwclean scripts
and normally have compilation targets into FOAM_APPBIN, FOAM_LIBBIN
Since there is no standardize places for sources or applications,
a simultaneous build of a module's doxygen documentation requires
a minor bit of manual effort. Add (via symlink) the sources into
the modules/doc/ directory to have them included in the normal
OpenFOAM doxygen documentation generation.
A makelink.example file is provided there as an example.
2017-12-13 17:36:35 +01:00