- Oct 02, 2018
- Sep 26, 2018
-
-
mattijs authored
-
- Sep 20, 2018
-
-
mattijs authored
-
- Sep 25, 2018
-
-
Mark OLESEN authored
Previously had 3 possibilities for handling exposed internal faces 1. use default "oldInternalFaces" 2. specify -patch, to use the specified (existing) patch 3. specify -patches, to use the geometrically closest patches Now relaxed the restriction on -patch to allow specification of a new (not yet existing) patch name. This improves flexibility, but won't catch typing mistakes. Harmonize behaviour of -patches and -patch. When -patches is used to specify a single, non-regex patch name, it now behaves identically to -patch. Since the getList handling for options already allows special treatment for single parameter lists, the following will work identically: subsetMesh -patch patch0 subsetMesh -patches patch0 subsetMesh -patches '( patch0 )' In the future it might be reasonable to fully combine the behaviour of '-patch' and '-patches' and treat them as aliases for each other. ENH: support subsetMesh on a cellZone. - when the '-zone' option is specified, the command argument is treated as the name (or names) of cellZones to be selected instead of as the name of the cellSet. The command argument can be a single word, regex, or list of word/regex. Eg, subsetMesh -zone -patch mypatch mixer subsetMesh -zone -patch mypatch '(mixer "moving.*" )' STYLE: simplify set handling and other code cleanup in subsetMesh
-
- Sep 21, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Sep 19, 2018
-
-
Mark OLESEN authored
- handling of cloud coordinates/positions between mapFields, mapFieldsPar
-
Mark OLESEN authored
- safeguard against any change in the default in cylindricalCS
-
Mark OLESEN authored
Using: OpenFOAM-plus (see www.OpenFOAM.com) Build: plus-7ab57cc5 (OPENFOAM=1807) Arch: LSB;label=32;scalar=64 - This can be useful for development versions, or when the version at build time uses some other naming scheme (#1010)
-
Mark OLESEN authored
- superseded by the vtkCloud function object, which provides significantly more functionality and more versatile output (using the vtp format).
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Sep 18, 2018
-
-
Mark OLESEN authored
- an alternative to distanceSurface (with distance zero) that uses a cell cutting approach instead of an iso-surface.
-
- Sep 19, 2018
-
-
Mark OLESEN authored
- 'signed' input parameter only mandatory for distance > 0. A distance <= 0 is always signed and the input parameter is ignored. - Use normal distance when distance == 0. This has no effect when the surface has no open edges, but improves on rounding issues around the zero crossing when the surface has open edges. This may still need future revisiting.
-
- Sep 14, 2018
-
-
Mark OLESEN authored
- avoid duplicate code by relocating cellZone selection and bounding box sub-selection into cuttingPlane and cuttingSurfaceBaseSelection. Allows reuse by inherited classes (sampledPlane, surfMeshSamplePlane).
-
Mark OLESEN authored
- takes two general actions: 1. orient edge in canonical direction (positive gradient) and detect any edge intersection. 2. edge intersection alpha (0-1) - refactor into a cuttingSurfaceBase intermediate class with the actions as templated parameters rather than function pointers. This allows the use of lambda functions with captures from the caller.
-
Mark OLESEN authored
-
- Sep 18, 2018
-
-
Mark OLESEN authored
- The test condition [ -n "$cur" -a ... ] fails if $cur starts with '-le', which bash interprets as a further test op. Splitting the test condition solves the problem: [ -n "$cur" ] && [ ... ]
-
- Sep 19, 2018
-
-
mattijs authored
-
- Sep 17, 2018
-
-
Andrew Heather authored
-
- Sep 12, 2018
-
-
Mark OLESEN authored
- Since the local edges are oriented according to the gradient, they can also be used to determine the correct face orientation. This generalizes the algorithm for future reuse.
-
- Sep 13, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- simple check for unique and non-negative point labels
-
- Sep 12, 2018
-
-
Andrew Heather authored
-
Mark OLESEN authored
- for installations with central (non-ThirdParty) location for KAHIP (eg, spack, EasyBuild)
-
- Sep 11, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Sep 10, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- replaces previous pointer conversion
-
Mark OLESEN authored
- uses int, without enclosing brackets.
-
- Sep 06, 2018
-
-
mattijs authored
-
- Sep 05, 2018
-
-
mattijs authored
-
Prashant Sonakar authored
-
- Aug 30, 2018