- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 30 May, 2018 1 commit
-
-
Mark Olesen authored
- make the purpose more explicit, and reduces some work for the compiler as well.
-
- 06 Dec, 2017 1 commit
-
-
Mark Olesen authored
-
- 02 Aug, 2017 1 commit
-
-
Mark Olesen authored
-
- 24 May, 2017 1 commit
-
-
Mark Olesen authored
- The reader module allows two levels of caching. The OpenFOAM fvMesh can be cached in memory, for faster loading of fields. Additionally, the translated VTK geometries are held in a local cache. The cached VTK geometries should incur no additional overhead since they use the VTK reference counting for their storage management.
-
- 14 May, 2017 2 commits
-
-
Mark Olesen authored
- improves the overview of the code
-
Mark Olesen authored
- adds flexiblity and reduces risk of memory leaks as we add/change features STYLE: adjust naming for paraview internal polyDecomp
-
- 18 May, 2017 1 commit
-
-
Mark Olesen authored
COMP: avoid undefined-var-template warning in runTimePostProcessing
-
- 12 Jan, 2017 2 commits
-
-
Mark Olesen authored
- add support for patch names in block mesh reader.
-
Mark Olesen authored
- as originally intended years ago, but never actually done. - use 'foamPvCore' instead of 'vtkPVReaders' to avoid potential name collisions with any 'vtk*' files and since we may reuse these functions in other foam-paraview modules (not just readers). STYLE: use same font size/colour for patch-names as for point-numbers BUG: repair issue with single time-step - paraview time-selector returns '0' as the requested time if there is only one time step. However, if we have skipped the 0/ directory, this single time step is likely a non-zero value.
-
- 05 Jan, 2017 1 commit
-
-
Mark Olesen authored
- remove old (ParaView-3) files - Works in 4.4.0, 5.0.1, 5.2.0 etc STYLE: - slots now use SM properties directly without a second lookup. This reduces exposure of the QT elements and simplifies the coding. - avoid focus borders on the Qt elements - place the "use Polyhedron" checkbox into a column - move "Cache Mesh" down in the GUI (an advanced feature and thus should be less prominent) - obtain button labels/tooltip directly from the XML content
-
- 11 Nov, 2016 1 commit
-
-
Mark Olesen authored
-
- 10 Feb, 2016 1 commit
-
-
Henry Weller authored
-
- 17 Jun, 2013 1 commit
-
-
andy authored
-
- 05 Apr, 2013 1 commit
-
-
andy authored
-
- 24 Sep, 2012 1 commit
-
-
mattijs authored
-
- 01 Dec, 2011 1 commit
-
-
andy authored
-
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 30 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 26 Apr, 2010 1 commit
-
-
Mark Olesen authored
From VTK notes: - The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used.
-
- 12 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 24 Feb, 2010 1 commit
-
-
Mark Olesen authored
-
- 23 Nov, 2009 1 commit
-
-
Mark Olesen authored
- Include Sets/Zones now scans immediately to refresh the list of available mesh parts. Unfortunately, this also causes the object panel to be modified, even although the selection doesn't acutally need to change. This seems to be due to how the pqNamedWidgets are getting the information from the proxy properties. I can't figure if it's possible to acheive what I want, but we can probably live with the current implementation. After IncludeZones, simply us 'Reset' to undo the spurious GUI changes. Works fine - just looks a bit silly. - Added 'Refresh' button to rescan for new times/fields. Good for post-processing ongoing calculations without exiting the reader. - Added 'Skip Zero Time' checkbox: many (some) calculations have data missing at time=0 (eg, rho, lagrangian, etc). This provides a convenient way to skip over this time. - Future?: We could probably pick up favourite default values for these switches from ~OpenFOAM/controlDict, from a case system/paraview, or simply by making the casename.OpenFOAM also be an OpenFOAM dictionary with the settings.
-
- 22 Oct, 2009 1 commit
-
-
Mark Olesen authored
- Show Point Numbers as is_internal="1" and hook directly into a QT-checkbox and thus bypass modifying the reader state. - Same for Cache Mesh and Show Patch Names
-
- 18 Oct, 2009 1 commit
-
-
Mark Olesen authored
- remove patch/point text labels upon deletion - combined client/server plugin instead of separate .so files first experiment with adding panel decorations - directory reorganization
-
- 05 Oct, 2009 1 commit
-
-
Mark Olesen authored
-
- 20 Feb, 2009 1 commit
-
-
mattijs authored
-
- 03 Aug, 2008 1 commit
-
-
Mark Olesen authored
- streamlined code somewhat, minor attempt to reclaim some memory - now use "mesh parts" for patches/zones/sets/etc throughout to avoid ambiguity with mesh regions - collect superCells and addPointCellLabels in a class. The old version actually seemed to have overwritten the addPointCellLabels with each cellSet/cellZone. This means that part of the pointFields would be trashed in the combination of polyhedral cells, cellSets/cellZones and internalMesh - polyDecomp information for muitiple mesh regions, but not yet exploited - pointFields now working for cellZones/cellSets - extroplating fields onto walls also works as expected for interpolated pointFields - added tooltips to reader GUI TODO: - pointFields (real and interpolated) for faceSets/faceZones
-
- 02 Aug, 2008 1 commit
-
-
Mark Olesen authored
- various GUI properties are now animateable="0" (meaning they no longer show up on the time-line) - move reader switches to the bottom of the GUI - move Lagrangian fields above pointFields for better visibility - basic support for multiple clouds - filter fields based on selection before looping over all the geometry bits - mesh conversion functions now return VTK mesh types for easier handling - faceZones mesh conversion had points/faces allocation reversed - updateInfo with every call to setTime() that changes the timeIndex This seems to be the only way to notice Lagrangian fields - restore displaying patchnames that got forgotten in the last commit - misc reorganization
-
- 01 Aug, 2008 1 commit
-
-
Mark Olesen authored
- normal mesh data on port0 - Lagrangian data on port1 - no fixed block numbers for dividing internalMesh, patches, zones etc. This helps avoid ugly gaps in the multiblock output - avoid segfault if Lagrangian fields are converted without positions TODO: - can we label the output ports? - the selection of Lagrangian data and fields is wonky.
-
- 28 Jul, 2008 1 commit
-
-
Mark Olesen authored
- vtkPV3Foam get PrintSelf (reduces number of methods) - move output data member from vtkPV3Foam -> PV3FoamReader in preparation for rewriting output method - roughed in code to track mesh/field changes in preparation for rewriting output method - progress bar with arbitrary values to give the user something to watch
-
- 24 Jul, 2008 1 commit
-
-
Mark Olesen authored
-
- 27 May, 2008 1 commit
-
-
Andrew Heather authored
- correct wmake options to pick-up the ParaView headers
-
- 01 May, 2008 1 commit
-
-
henry authored
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-