Commits on Source (12)
-
mattijs authored14c1faf5
-
mattijs authored
This fixes the static-initialisation order problem - fieldTypes.C referes to labelIOField etc. which are after it in Make/files and hence the link order.
923487e8 -
Mark OLESEN authoredef0aa2f7
-
Mark OLESEN authored
- was deprecated for removal with VTK 8.1.0 definitely removed in VTK 8.2.0
3d693a81 -
Mark OLESEN authored361a4351
-
Mark OLESEN authored
Work-package-09 geometric constraint See merge request !217
6088f441 -
Mark OLESEN authored
commit 6088f441 commit 361a4351 ==== ENH: add geometric decomposition constraint (issue #921) - geometric decomposition constraints may be used to prevent the decomposition of regions of the mesh. The geometric constraint is applied according to the face centres, which define the connectivity between cells. Specified in decomposeParDict constraints { geometric { type geometric; geometry { box1 { type box; min (-10 -10 -10); max (1 1 1); } ball1 { type sphere; origin (-2 -2 1); radius 1; } } } } ENH: add 'grow' option for geometric decomposition constraint (issue #...
9a3e331e -
Mark OLESEN authored
- returns indices of matching entries.
2c9c1da6 -
Mark OLESEN authored
- Start brief descriptions with 'Deprecated(YYYY-MM)' so that it is readily visible in the short method description. Consistent date format (YYYY-MM), placed immediately after the \deprecated tag.
c54330cd -
Mark OLESEN authored
- naming similar to objectRegistry, with unambiguous resolution. The lookup() methods have different return types depending on the calling parameter. STYLE: use IOobjectListTemplates.C for implementations - previously included as local definition within IOobjectList.C, but will be adding more templated methods soon. - adjust parameters (eg, matchName instead of matcher) to show their function ENH: handle objectRegistry::names<void>(...) - this is equivalent to no Type restriction, and can be used when filtering names. Eg, obr.names<void>(wordRe..);
bf13df15 -
Mark OLESEN authored
- replace explicit use of word, wordRe, wordRes, wordHashSet as filters with a MatchPredicate, since they all satisfy the requirements for use a predicate. This change reduces code duplication, allows other matcher types (eg, keyType) as well as lambda functions. - add special treatment for a 'const char*' parameter for lookupClass() and the now-deprecated single item lookup() method to promote these parameters to 'word'.
c0a1509d -
Mark OLESEN authored
- in parameter form, check if it headerClassName() corresponds to the specified class name - in templated form, check if headerClassName() corresponds to the Type:typeName value. Specialization for <void> always returns true (ie, no checks)
35ef08ef
Showing
- applications/test/IOobjectList/Test-IOobjectList.C 22 additions, 1 deletionapplications/test/IOobjectList/Test-IOobjectList.C
- applications/test/stringList/Test-stringList.C 5 additions, 1 deletionapplications/test/stringList/Test-stringList.C
- applications/utilities/mesh/generation/snappyHexMesh/snappyHexMesh.C 0 additions, 1 deletion...s/utilities/mesh/generation/snappyHexMesh/snappyHexMesh.C
- applications/utilities/parallelProcessing/decomposePar/decomposeParDict 50 additions, 45 deletions...tilities/parallelProcessing/decomposePar/decomposeParDict
- applications/utilities/postProcessing/dataConversion/foamToEnsightParts/foamToEnsightParts.C 1 addition, 1 deletion...ng/dataConversion/foamToEnsightParts/foamToEnsightParts.C
- applications/utilities/postProcessing/lagrangian/steadyParticleTracks/steadyParticleTracksTemplates.C 4 additions, 4 deletions...gian/steadyParticleTracks/steadyParticleTracksTemplates.C
- applications/utilities/postProcessing/lumped/lumpedPointForces/lumpedPointForces.C 1 addition, 1 deletion...stProcessing/lumped/lumpedPointForces/lumpedPointForces.C
- applications/utilities/postProcessing/miscellaneous/profilingSummary/profilingSummary.C 1 addition, 1 deletion...cessing/miscellaneous/profilingSummary/profilingSummary.C
- applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C 2 additions, 1 deletion...ies/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
- applications/utilities/surface/surfaceRedistributePar/surfaceRedistributePar.C 2 additions, 2 deletions...s/surface/surfaceRedistributePar/surfaceRedistributePar.C
- src/OpenFOAM/Make/files 1 addition, 1 deletionsrc/OpenFOAM/Make/files
- src/OpenFOAM/containers/Bits/bitSet/bitSet.H 2 additions, 2 deletionssrc/OpenFOAM/containers/Bits/bitSet/bitSet.H
- src/OpenFOAM/containers/Lists/ListOps/ListOps.H 4 additions, 4 deletionssrc/OpenFOAM/containers/Lists/ListOps/ListOps.H
- src/OpenFOAM/db/IOobject/IOobject.H 18 additions, 0 deletionssrc/OpenFOAM/db/IOobject/IOobject.H
- src/OpenFOAM/db/IOobject/IOobjectI.H 15 additions, 0 deletionssrc/OpenFOAM/db/IOobject/IOobjectI.H
- src/OpenFOAM/db/IOobject/IOobjectReadHeader.C 3 additions, 0 deletionssrc/OpenFOAM/db/IOobject/IOobjectReadHeader.C
- src/OpenFOAM/db/IOobjectList/IOobjectList.C 49 additions, 282 deletionssrc/OpenFOAM/db/IOobjectList/IOobjectList.C
- src/OpenFOAM/db/IOobjectList/IOobjectList.H 146 additions, 86 deletionssrc/OpenFOAM/db/IOobjectList/IOobjectList.H
- src/OpenFOAM/db/IOobjectList/IOobjectListTemplates.C 241 additions, 0 deletionssrc/OpenFOAM/db/IOobjectList/IOobjectListTemplates.C
- src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H 3 additions, 4 deletionssrc/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H