- 04 Mar, 2010 1 commit
-
-
Mark Olesen authored
ENH: use face::trianglesQuads() method for PV3FoamReader as well. - this avoids missing faces (and weird cells) in the decomposed polyhedra.
-
- 01 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 24 Feb, 2010 2 commits
-
-
Mark Olesen authored
This appears to be a long-standing bug!?, since it was also in the paraview-2 reader.
-
Mark Olesen authored
-
- 29 Jan, 2010 1 commit
-
-
mattijs authored
Some tools now output sets at the pointsInstance (if relating to geometry), some at the facesInstance (if relating to topology). So when loading them we now search for them from current time down to facesInstance. They cannot be beyond facesInstance. Adapted Time::findInstance to take optional limiting instance. Adapted topoSet to use this. Adapted all uses of IOobjectList on sets to do the same.
-
- 28 Jan, 2010 3 commits
-
-
mattijs authored
-
Andrew Heather authored
-
mattijs authored
This comes up when displaying sets on moving meshes. The topology does not change so the set should stay the same.
-
- 09 Dec, 2009 1 commit
-
-
Andrew Heather authored
-
- 04 Dec, 2009 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 30 Nov, 2009 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.
-
- 27 Nov, 2009 1 commit
-
-
Mark Olesen authored
- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
-
- 03 Nov, 2009 3 commits
-
-
henry authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- 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 2 commits
-
-
Mark Olesen authored
- apply scaleFactor (eg, mm->m) in PV3 reader - this looks better when overlaying with other objects - stop segfault when paraview exits without deleting readers first
-
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
-
- 03 Nov, 2009 1 commit
-
-
Andrew Heather authored
-
- 07 Oct, 2009 1 commit
-
-
Mark Olesen authored
-
- 05 Oct, 2009 2 commits
-
-
Mark Olesen authored
- first version. Only uses simple hex shapes for the blocks.
-
Mark Olesen authored
-
- 10 Sep, 2009 1 commit
-
-
Andrew Heather authored
-
- 04 Aug, 2009 1 commit
-
-
henry authored
which need this functionality. Solvers will now check the correctness of the BCs on read.
-
- 22 Jul, 2009 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- contains the name part of the FOAM_CASE environment variable
-
- 17 Jul, 2009 1 commit
-
-
Andrew Heather authored
-
- 13 Jul, 2009 1 commit
-
-
Andrew Heather authored
-
- 03 Jul, 2009 1 commit
-
-
henry authored
-
- 20 May, 2009 1 commit
-
-
Mark Olesen authored
-
- 23 Mar, 2009 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- using a filter such as clip-plane on a multi-port source causes inconsistent UPDATE_TIME_STEPS() on each port. This looks like a VTK/Paraview bug to me. Workaround: check both ports and take the first one that has a value different than the last time set.
-
- 16 Mar, 2009 1 commit
-
-
Mark Olesen authored
-
- 06 Mar, 2009 1 commit
-
-
Mark Olesen authored
- objectRegistry gets a rename() that also adjusts the dbDir - cloud reworked to use static variables subInstance and defaultName. This avoids writing "lagrangian" everywhere string fixes - avoid masking of std::string::replace in string.H - avoid old strstream in PV3FoamReader
-
- 05 Mar, 2009 2 commits
- 04 Mar, 2009 1 commit
-
-
mattijs authored
-
- 20 Feb, 2009 1 commit
-
-
mattijs authored
-