- 12 Sep, 2017 4 commits
-
-
Mark OLESEN authored
- Can occur if the selected geometry does not actually exist. A non-critical bug since paraview catches this anyhow and just emits a warning message.
-
Mark OLESEN authored
- previous only checked for clouds at the last instance and only detected lagrangian fields from the first cloud. Now check for clouds at all instances and detect all of their fields as well.
-
Mark OLESEN authored
Feature surface field value operations See merge request !141
-
Mark OLESEN authored
Feature surface scaling See merge request !139
-
- 11 Sep, 2017 2 commits
-
-
Mark OLESEN authored
- affects surfaceFieldValue, volFieldValue. Use 'none' (if desired) to explicitly suppress the weightField, but generally better to use a different operation.
-
Mark OLESEN authored
- relocate as Test-surfaceMeshConvert.
-
- 07 Sep, 2017 1 commit
-
-
mattijs authored
-
- 06 Sep, 2017 2 commits
- 31 Aug, 2017 5 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mattijs Janssens authored
ENH: Adds basic information for faceZone and cellZones during checkMesh (fixes #560) See merge request !142
-
Prashant Sonakar authored
-
- 30 Aug, 2017 4 commits
-
-
mattijs authored
-
Andrew Heather authored
BugFix: corrected keyword for flowRateInletVelocity BC fixes #577 Closes #577 See merge request !143
-
Prashant Sonakar authored
-
Prashant Sonakar authored
-
- 29 Aug, 2017 1 commit
-
-
mattijs authored
There are a few issues: - error would only throw exceptions if not parallel - if we change this we also need to make sure the functionObjectList construction is synchronised - bounding box overlap was not returning the correct status so the code to avoid the issue of 'badly formed bounding box' was not triggered.
-
- 28 Aug, 2017 1 commit
-
-
Prashant Sonakar authored
-
- 18 Aug, 2017 1 commit
-
-
Prashant Sonakar authored
fixes #560
-
- 17 Aug, 2017 3 commits
-
-
-
mattijs authored
-
- 15 Aug, 2017 3 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- 14 Aug, 2017 2 commits
-
-
Mark OLESEN authored
- assists when building simple hand-rolled parsers. Also add string::split() taking a sub-string for the delimiter.
-
Mark OLESEN authored
- surfaceFeatureExtract * dictionary "scale" entry - triSurface - triSurfaceLoader * optional scaleFactor on reading - surfaceAdd - surfaceBooleanFeatures - surfaceClean - surfaceCoarsen * scale option - surfaceTransformPoints, transformPoints * scale option as scalar or vector quantity
-
- 11 Aug, 2017 4 commits
-
-
Mark OLESEN authored
- actually prevent this type of thing: Switch sw; sw = "none"; without relinquishing automatic conversion to/from bool. Nonetheless, make construct from string explicit. - Added some minor optimization for the lookup of the switch names.
-
Mark OLESEN authored
-
Mark OLESEN authored
- can be useful either for flow-rate weighting where backflow is to be ignored in the average, or for flow-rate weighting on surfaces with inconsistent orientation. Reworked to code to make better use of Enum (the NamedEnum replacement). Enum doesn't require contiguous enumeration values, which lets us use bitmasking of similar operations to reduce duplicate code.
-
Mark OLESEN authored
ENH: use std C++ for conversions instead of sscanf()
-
- 10 Aug, 2017 7 commits
-
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
Bug pstream token sending See merge request !140
-
Andrew Heather authored
-
Mark OLESEN authored
- access tokenType enum values more consistently.
-
Mark OLESEN authored
-