- 05 Jan, 2021 10 commits
-
-
Will Schroeder authored
d1a0f6cb Added fast path for non-categorical data. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7499
-
Will Schroeder authored
cf02c0b9 Removed unused variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7502
-
Will Schroeder authored
Added a fast path for non-categorical data. Removed use of delete[] by using appropriate C++ classes and smart pointers.
-
Will Schroeder authored
-
Andras Lasso authored
bf720858 Prevent vtkDebugLeaks from polluting process output if no leaks are found Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !7498
-
Cory Quammen authored
-
Cory Quammen authored
c7db85e9 Move computation of parent directory outside for loop Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7500
-
Cory Quammen authored
c7db85e9 Move computation of parent directory outside for loop Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7500
-
Mathieu Westphal authored
f93a72b2 openfoam: add DimensionedField test 3da3a684 openfoam: provision for skipping OpenFOAM "_0" restart files 01d50092 openfoam: add release documentation 339b5a01 openfoam: extract object names directly from the filenames ffe1e5b9 openfoam: mark constants with constexpr afb9f326 openfoam: remove special handling of uniformFixedValue af7913ab openfoam: handle '<case>', '<constant>, '<system>' tags 21ac7474 openfoam: handle '#sinclude' directive (silent include) ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7273
-
Kitware Robot authored
-
- 04 Jan, 2021 14 commits
-
-
Andras Lasso authored
When VTK was built with VTK_DEBUG_LEAKS enabled then always printed "vtkDebugLeaks has found no leaks." message on the process error output when everything was fine, which broke features that relied on passing information via process outputs. This informational message is now logged at trace level, so that the application can decide if it gets printed to the process output or logged to file.
-
Cory Quammen authored
A call to vtksys::SystemTools::GetParentDirectory() turns out to be a bottleneck in material parsing. Fix by moving this call outside the for loop since it does not change within the loop.
-
Utkarsh Ayachit authored
229bcbfa Ioss: add support for reading assemblies. d4db3b6c IOSS: preserve output structure Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7493
-
Cory Quammen authored
f1fdb807 add .md to explain the changes in the enum type b0c7d082 update test image a6f03397 add underscores and remove unused variable ba6039f5 add more detailed type to critical points to indicate sprialling behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7375
-
olesen authored
-
olesen authored
- mostly do not need to first or second order time restart files. - should either enable (hard-coded) or add as GUI property in the future.
-
olesen authored
-
olesen authored
- the object name within the FoamFile header should always be identical to the filename (after stripping any .gz endings). If there is any deviation, OpenFOAM will use the filename anyhow when loading fields. Can thus use a similar logic, and save passing around various additional accounting structures.
-
olesen authored
- remove a few obvious branches
-
olesen authored
- the content that can be specified as a "uniformValue" has evolved well beyond a simple value that can be handled by a VTK reader (or by any reader for that matter)
-
olesen authored
Support the following expansions when they occur at the start of a string (added in OpenFOAM-v1806): Short-form Equivalent ========= =========== <case>/ $FOAM_CASE/ <constant>/ $FOAM_CASE/constant/ <system>/ $FOAM_CASE/system/ - The <etc>/ tag (cf foamEtcFile) is not supported in the paraview reader since we would only know about user directories, but not the OpenFOAM installation directory or a site directory. These can be used in fileName expansions to improve clarity and reduce some typing "<constant>/reactions" vs "$FOAM_CASE/constant/reactions"
-
olesen authored
- added in OpenFOAM-v1806 as a shorter version of the '#includeIfPresent' directive. openfoam: remove very old handling of compatibility 'include' keyword - this was a poorly documented keyword prior to introduction of the '#include' directive. Considered deprecated in 2008 (OpenFOAM-v1.5)
-
olesen authored
- these have 'dimensions' and 'value' entries, which correspond to the 'dimensions' and 'internalField' entries of regular volume fields. No 'boundaryField' entries for a dimensioned (internal) field.
-
Kitware Robot authored
-
- 03 Jan, 2021 1 commit
-
-
Kitware Robot authored
-
- 02 Jan, 2021 4 commits
-
-
Will Schroeder authored
0676ee21 Control number of warning messages Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7496
-
Will Schroeder authored
-
Will Schroeder authored
efc37160 vtkCellLinks::BuildLinks() was causing segfault Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7495
-
Kitware Robot authored
-
- 01 Jan, 2021 2 commits
-
-
Will Schroeder authored
vtkCellLinks::BuildLinks() was causing segfault when used in standalone mode.
-
Kitware Robot authored
-
- 31 Dec, 2020 1 commit
-
-
Kitware Robot authored
-
- 30 Dec, 2020 1 commit
-
-
Kitware Robot authored
-
- 29 Dec, 2020 4 commits
-
-
Utkarsh Ayachit authored
vtkIossReader now supports reading assemblies. Also added a test based on dataset that has "no restrictions, unlimited release".
-
Utkarsh Ayachit authored
vtkIossReader now preserves output structure as entities are selected/deselected. Instead of entirely removing deselected entities, we put a nullptr in its place in the output partitioned-dataset-collection. Addresses block color related issue reported in paraview/paraview#20001.
-
Will Schroeder authored
e39f858f Add std::finite() check to tolerance to prevent SIGFPE exceptions. 76cb3bdd Set tolerance in vtkLine::IntersectWithLine 91e1d81a Merge branch 'bugfix-vtkLine-intersection-parallel-lines' of https://gitlab.kitware.com/drpeterfranz/vtk into bugfix-vtkLine-intersection-parallel-lines 732a966f reformatting 86c9162f Add user-definable tolerance to arguments of vtkLine::Intersection 850c1f33 Use previous, more relaxed criterion for line intersection tolerance 85dcd77a Bugfix vtkLine::Intersection for parallel lines Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7468
-
Kitware Robot authored
-
- 28 Dec, 2020 2 commits
-
-
Peter Franz authored
-
Kitware Robot authored
-
- 27 Dec, 2020 1 commit
-
-
Kitware Robot authored
-