openfoam/applications/test
Mark Olesen 2cd2732fed ENH: avoid change when setting UPtrList twice (issue #1035)
UPtrList::set(const label i, T* ptr);

No-op if the new pointer value is identical to the current content.
This avoid memory management issues.
2018-10-09 08:27:50 +02:00
..
alloc STYLE: uniform 'Test-' prefix for all applications/test 2010-11-23 16:26:04 +01:00
argList ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
autoPtr ENH: explicit convert to bool operator for autoPtr 2018-07-30 14:33:22 +02:00
base64 Add base64 encoding layer (issue #272) 2016-10-17 12:05:29 +02:00
BinSum ENH: Random numbers - updated dependent code from change cachedRandom->Random class 2017-04-28 09:15:52 +01:00
bitops ENH: ListOp::inplaceMapValue using a Map<label> for the mapping. 2018-04-27 10:43:32 +02:00
bitSet1 ENH: bitSet, PackedList copy construct a subset 2018-08-01 17:54:53 +02:00
bitSet2 ENH: add bitSet-type of methods for boolList 2018-07-27 15:51:19 +02:00
boundBox ENH: make indices for boundBox::add() a templated parameter 2018-08-07 22:23:16 +02:00
callback applications/test: Updated include and link options 2015-07-16 14:37:19 +01:00
cellModels ENH: enumerations for known cell models in cellModel, ptr/ref lookups 2017-11-18 11:05:05 +01:00
checkDecomposePar STYLE: more consistency in handling of -region vs -allRegions 2018-07-19 09:15:33 +02:00
Circulator ENH: improve consistency of ListOps and stringListOps 2018-02-21 12:58:00 +01:00
codeStream ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
CompactIOList INT: Integration of Mattijs' collocated parallel IO additions 2017-07-07 11:39:56 +01:00
CompactListList ENH: make CompactListList swapable and move construct/assignable 2018-01-26 12:19:48 +01:00
contiguous STYLE: consistent '// End namespace' markers 2018-04-27 09:51:35 +02:00
coordinateSystem ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
cplusplus1 STYLE: relocate STRING_QUOTE macro to macros.H 2018-08-02 16:26:25 +02:00
cpuInfo ENH: provide basic cpu-information 2016-06-15 12:38:46 +02:00
cstring ENH: stringOps inplace methods now use a std::string parameter 2017-11-22 08:03:52 +01:00
cubicEqn BUG: cubicEqn, quadraticEqn: Correction to repeated roots 2018-07-24 15:54:32 +01:00
cyclic applications/test: Updated include and link options 2015-07-16 14:37:19 +01:00
decomposedBlockData STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
decomposePar ENH: additional constructor and methods for regionProperties 2018-10-01 16:01:02 +02:00
delete Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
dictionary ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
dictionary2 ENH: dictionary lookup with detection of zero tokens (#1033) 2018-10-05 09:56:17 +02:00
Dictionary ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
dictionaryTokens STYLE: consistent use of '= delete' for removed constructors/assignments 2018-05-30 12:03:17 +02:00
dimensionedType ENH: provide a 'dimensioned' null-like constructor for dimensionedType 2016-12-02 08:48:01 +01:00
DirLister ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259) 2018-02-21 10:05:30 +01:00
Distribution ENH: Random numbers - updated dependent code from change cachedRandom->Random class 2017-04-28 09:15:52 +01:00
DLList ENH: several improvements for linked-lists 2017-11-27 14:11:25 +01:00
DynamicField COMP: adjust tests to compile with current code base 2018-02-20 17:24:08 +01:00
dynamicIndexedOctree ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
DynamicList ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
edges STYLE: revert bitSet/HashSet setMany() to set() method (issue #837) 2018-05-29 17:38:02 +02:00
ensightFile STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
ensightFoamReader Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
error ENH: added OStringStream reset method (closes #534) 2017-07-17 18:32:42 +02:00
etcFiles ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
extendedStencil ENH: test: make test apps compile. Fixes #876. 2018-06-14 15:14:14 +01:00
externalFileCoupler ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
faces ENH: face, triFace sign() method analogous to plane 2018-08-14 10:08:22 +02:00
fieldDependency ENH: test: make test apps compile. Fixes #876. 2018-06-14 15:14:14 +01:00
fieldMapping ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
fileName ENH: fileName hasPath(), removePath() methods 2018-10-03 14:05:45 +02:00
fileNameClean ENH: avoid xfer on simple data types 2018-01-26 12:50:06 +01:00
findCell-octree ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
findSphereFeatureEdges-octree ENH: test: make test apps compile. Fixes #876. 2018-06-14 15:14:14 +01:00
findTimes Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
FixedList ENH: add missing Hash function for List/UList (issue #966) 2018-08-08 23:54:27 +02:00
FixedList2 ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
foamToMetisGraph ENH: support KaHIP decomposition 2017-10-09 21:00:34 +02:00
foamVersion Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
Function1 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
fvc applications/test: Updated include and link options 2015-07-16 14:37:19 +01:00
fvc2D GIT: Resolved conflicts arising from merge with develop branch 2016-09-26 10:57:34 +01:00
fvSolutionCombine ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
GAMGAgglomeration ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
globalIndex ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
globalMeshData STYLE: add nBoundaryFaces() method to primitiveMesh 2018-09-27 10:17:30 +02:00
graph ENH: test: make test apps compile. Fixes #876. 2018-06-14 15:14:14 +01:00
graphXi Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
hashedWordList ENH: make hashedWordList movable 2018-01-25 15:00:25 +01:00
Hashing ENH: add missing Hash function for List/UList (issue #966) 2018-08-08 23:54:27 +02:00
HashingSpeed STYLE: compilation of some unit tests 2017-10-26 23:59:18 +02:00
HashPtrTable ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749) 2018-05-17 09:56:36 +01:00
HashSet STYLE: revert bitSet/HashSet setMany() to set() method (issue #837) 2018-05-29 17:38:02 +02:00
HashTable1 ENH: remove Foam::Swap specializations for HashSet, HashTable 2018-01-25 12:13:16 +01:00
HashTable2 ENH: test: make test apps compile. Fixes #876. 2018-06-14 15:14:14 +01:00
HashTable3 DEFEATURE: remove StaticHashTable 2017-10-30 21:35:05 +01:00
HashTable4 ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
hexRef8 STYLE: remove deprecated constraints format from tutorials 2018-07-11 17:02:40 +02:00
IListStream ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
IndirectList ENH: provide iterators for IndirectList, UIndirectList 2018-03-07 17:50:34 +01:00
instant ENH: generalize instant to be templated, movable, etc 2018-10-03 14:05:45 +02:00
io ENH: consolidate, cleanup some string methods 2017-08-02 12:33:35 +02:00
IOField COMP: adjust tests to compile with current code base 2018-02-20 17:24:08 +01:00
IOobjectList ENH: add IOobjectList append() method for building larger lists 2018-07-27 15:38:32 +02:00
ISLList ENH: several improvements for linked-lists 2017-11-27 14:11:25 +01:00
IStringStream ENH: add reset() method to IStringStream 2017-10-23 07:50:12 +02:00
ITstream ENH: allow creation of ITstream by parsing string 2017-11-06 09:25:58 +01:00
labelRanges ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
limits COMP: resolve signed/unsigned long ambiguity on Darwin 2018-04-24 13:17:22 +02:00
liquid COMP: adjust tests to compile with current code base 2018-02-20 17:24:08 +01:00
List ENH: add missing Hash function for List/UList (issue #966) 2018-08-08 23:54:27 +02:00
List2 ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
List3 STYLE: use newer argList access methods 2018-07-19 08:32:18 +02:00
ListOps COMP: avoid attempted auto-vivify with PackedBoolList [] 2018-03-15 15:20:00 +01:00
ListOps2 ENH: ListOp::inplaceMapValue using a Map<label> for the mapping. 2018-04-27 10:43:32 +02:00
machine-sizes COMP: resolve signed/unsigned long ambiguity on Darwin 2018-04-24 13:17:22 +02:00
Map ENH: update List and DynamicList methods (issue #595) 2017-09-20 17:20:54 +02:00
mapDistributePolyMesh STYLE: remove deprecated constraints format from tutorials 2018-07-11 17:02:40 +02:00
mappedPatch ENH: test: make test apps compile. Fixes #876. 2018-06-14 15:14:14 +01:00
Matrix LUscalarMatrix: Added processor-local matrix inverse function 2016-07-17 14:44:50 +01:00
maxMem COMP: Applications/test: clean build 2011-06-08 15:37:11 +01:00
memInfo ENH: improvements in profiling (issue #648) 2017-12-01 15:44:20 +01:00
mesh ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
mkdir Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
momentOfInertia ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
mvBak ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
NamedEnum ENH: Enum class as drop-in alternative for NamedEnum 2017-05-29 13:13:53 +02:00
nullObject ENH: ensure nullObject is large enough for reinterpret 2017-05-01 22:39:36 +02:00
objectRegistry ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
OCountStream ENH: coding cleanup for memory streams 2018-01-22 09:42:06 +01:00
ODE STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
OListStream ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
openmp CONFIG: add clang third-party lib to LD_LIBRARY_PATH 2017-12-19 16:07:15 +01:00
OStringStream ENH: added OStringStream reset method (closes #534) 2017-07-17 18:32:42 +02:00
PackedList ENH: add PackedList::unpack() method 2018-08-01 12:48:35 +02:00
PackedList1 ENH: add PackedList::unpack() method 2018-08-01 12:48:35 +02:00
PackedList2 ENH: code reduction in PackedList, PackedBoolList (issue #751) 2018-03-13 08:32:40 +01:00
parallel ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
parallel-communicators Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
parallel-nonBlocking Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
parallelOverset Merge remote-tracking branch 'origin/master' into develop 2018-07-10 16:42:59 +01:00
passiveParticle ENH: ignore -noFunctionObjects option when disabled 2018-08-08 09:44:28 +02:00
PatchEdgeFaceWave ENH: test: make test apps compile. Fixes #876. 2018-06-14 15:14:14 +01:00
patchRegion STYLE: remove deprecated constraints format from tutorials 2018-07-11 17:02:40 +02:00
PatchTools STYLE: adjust tests for some updates in methods (issue #876) 2018-06-14 17:17:17 +02:00
PointEdgeWave ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
pointField STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
Polynomial ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
POSIX ENH: make format of ExecutionTime = ... output configurable (issue #788) 2018-04-27 15:00:34 +02:00
predicates ENH: added constant predicates 2017-05-17 10:18:14 +02:00
prefixOSstream ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
primitivePatch ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
primitives ENH: add fileName::validate static method (issue #628) 2017-10-26 21:23:24 +02:00
pTraits COMP: hash-table size overflow with 64-bit labels (fixes #498) 2017-06-14 12:54:38 +02:00
PtrList ENH: avoid change when setting UPtrList twice (issue #1035) 2018-10-09 08:27:50 +02:00
PtrListDictionary PtrListDictionary: New form of Dictionary in which the list type is PtrList rather than a linked-list 2015-09-16 21:26:26 +01:00
PtrMap ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749) 2018-05-17 09:56:36 +01:00
quaternion ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
Random STYLE: floor/truncate instead of rounding for Random::position (issue #865) 2018-06-13 12:38:13 +02:00
reconstruct applications/test: Updated include and link options 2015-07-16 14:37:19 +01:00
regex ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
rigidBodyDynamics COMP: rigidBodyDynamics: add Time& argument to make them compile 2018-07-19 18:03:10 +01:00
router ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
scalarRanges ENH: improve robustness of scalarRanges from string (fixes #673) 2018-01-08 09:59:04 +01:00
sha1 ENH: added OStringStream reset method (closes #534) 2017-07-17 18:32:42 +02:00
sigFpe STYLE: add sigFpe test 2018-07-30 12:13:42 +02:00
simpleMatrix Matrix: Added (i, j) addressing to allow support for addressing blocks of the matrix 2016-03-20 19:44:29 +00:00
sizeof ENH: consistency of HashSet setMany(), insertMany() with packed-list version 2018-03-14 21:08:29 +01:00
slicedField applications/test: Updated include and link options 2015-07-16 14:37:19 +01:00
SLList ENH: several improvements for linked-lists 2017-11-27 14:11:25 +01:00
sort ENH: allow passing of comparator to sortToc methods 2017-10-27 14:28:00 +02:00
speed COMP: adjust tests to compile with current code base 2018-02-20 17:24:08 +01:00
sphericalTensorField Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
spline ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
string ENH: fileName hasPath(), removePath() methods 2018-10-03 14:05:45 +02:00
stringList ENH: prevent conversion of string to regExp in stringListOps (closes #739) 2018-02-22 09:28:03 +01:00
stringSplit ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceIntersection ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceMeshConvert ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
surfaceReading STYLE: some test apps compiling into wrong location (issue #876) 2018-06-27 10:31:35 +02:00
symmTensorField Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
syncTools STYLE: add nBoundaryFaces() method to primitiveMesh 2018-09-27 10:17:30 +02:00
sysInfo ENH: improvements in profiling (issue #648) 2017-12-01 15:44:20 +01:00
tensor ENH: add column access and other methods for Tensor 2018-09-28 11:20:31 +02:00
tensor2D tensor2D: Added specialisation for the outerProduct of Vector2D to enable outer product operation 2012-02-01 12:30:16 +00:00
tetTetOverlap primitiveShapes: Generalised tetrahedron and triangle cutting. Cuts are 2017-05-22 11:40:37 +01:00
thermoMixture thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
timeSelector ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
tmp ENH: cleanup tmp class (issue #639) 2018-02-26 12:05:00 +01:00
token ENH: enhancements to behaviour of token 2017-11-05 20:05:28 +01:00
tokenize ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
triTet STYLE: uniform 'Test-' prefix for all applications/test 2010-11-23 16:26:04 +01:00
Tuple2 ENH: add Tuple2 comparison operators, typedefs 2017-04-30 13:05:49 +02:00
UDictionary Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
UIListStream ENH: coding cleanup for memory streams 2018-01-22 09:42:06 +01:00
UIndirectList ENH: update List and DynamicList methods (issue #595) 2017-09-20 17:20:54 +02:00
UList ENH: several improvements for linked-lists 2017-11-27 14:11:25 +01:00
UniformField UniformField: New field type 2013-09-27 22:47:59 +01:00
unitConversion ENH: add rpmToRads() convenience functions 2018-07-23 22:20:26 +02:00
vector ENH: add normalise methods for vectors and normalised function 2018-07-13 11:58:47 +02:00
vectorTools STYLE: use FOAM_UTILITIES in Make/options 2017-04-07 08:17:43 +02:00
volField ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
volPointInterpolation boundaryField() -> boundaryFieldRef() 2016-04-24 22:07:37 +01:00
wallDist ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
wallDistDyM ENH: overset: Initial release of overset capability. 2017-06-14 09:51:02 +01:00
wordRe ENH: wordRes matcher method that distinguishes literal vs. regex 2018-10-07 18:30:33 +02:00