- Nov 02, 2022
-
-
Andrew Heather authored
-
- Oct 25, 2022
-
-
Andrew Heather authored
-
- Sep 28, 2022
-
-
- Sep 10, 2022
-
-
- Aug 18, 2022
-
-
Mark OLESEN authored
- the output write scaling should be applied *after* undoing the effects of the specified rotation centre. Fixes #2566 ENH: update option names for transformPoints and surfaceTransformPoints - prefer '-auto-centre' and '-centre', but also accept the previous options '-auto-origin' and '-origin' as aliases. Changing to '-centre' avoids possible confusion with coordinate system origin().
-
- Jun 27, 2022
-
-
Mark OLESEN authored
-
- Jun 23, 2022
-
-
Mark OLESEN authored
-
-
Mark OLESEN authored
COMP: include <limits>
-
Mark OLESEN authored
- add overflow() method to the SHA1 streambuf. Previously could rely on xsputn for adding to sha1 content, but streams now check pptr() first to test for the buffering range and thus overflow() is needed.
-
- Feb 11, 2022
-
-
Mark OLESEN authored
- when used for example with wallShearStress, the stress field is initially created as incompressible but later updated with the correct compressible/incompressible dimensions. If this field is sampled as a surface and stored on the registry the dimensions should be reset() and not '=' assigned, since that causes a dimension check which will obviously fail.
-
- Sep 08, 2021
-
-
Mark OLESEN authored
-
- Sep 06, 2021
-
-
- Jul 20, 2021
-
-
Mark OLESEN authored
- add "point data" or "face data" note to the boundaryData output for easier diagnositics in the future.
-
- Jun 25, 2021
-
-
Mark OLESEN authored
-
-
- Jun 18, 2021
-
-
Mark OLESEN authored
-
- Apr 27, 2021
-
-
Mark OLESEN authored
-
- Apr 14, 2021
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- the generic constructor could be called twice in pointPatchField::New, which results in an attempt to transfer tokens twice.
-
- Mar 23, 2021
-
-
Andrew Heather authored
-
- Mar 18, 2021
-
-
Andrew Heather authored
-
- Mar 16, 2021
-
-
Andrew Heather authored
-
- Feb 25, 2021
-
-
Mark OLESEN authored
-
- Feb 15, 2021
-
-
Andrew Heather authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Feb 10, 2021
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- setup writer outside the data loop to ensure that the number of output fields is correct (VTK format). - ignore 'interpolate' on sampled surfaces to ensure proper face sampling, never allow point sampling BUG: incorrect debug-switch for sampledIsoSurface
-
- Feb 03, 2021
-
-
Mark OLESEN authored
-
- Jan 26, 2021
-
-
- Jan 22, 2021
-
-
Mark OLESEN authored
- number of fields was not set. - interpolated surfaces incorrectly written for all formats
-
Mark OLESEN authored
-
- Jan 18, 2021
-
-
mattijs authored
Should not call map() since it triggers building the (one-to-one) mapping which conflicts with the self-contained mapping of cyclicAMI
-
- Jan 13, 2021
-
-
Mark OLESEN authored
-
- Jan 08, 2021
-
-
Mark OLESEN authored
-
- Jan 04, 2021
-
-
mattijs authored
-
- Jan 03, 2021
-
-
Mark OLESEN authored
-
- Dec 23, 2020