- 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
-
- 24 Feb, 2009 1 commit
-
-
Andrew Heather authored
-
- 06 Feb, 2009 1 commit
-
-
Mark Olesen authored
- OSspecific: chmod() -> chMod(), even although it's not used anywhere - ListOps get subset() and inplaceSubset() templated on BoolListType - added UList<bool>::operator[](..) const specialization. Returns false (actually pTraits<bool>::zero) for out-of-range elements. This lets us use List<bool> with lazy evaluation and no noticeable change in performance. - use rcIndex() and fcIndex() wherever possible. Could check if branching or modulus is faster for fcIndex(). - UList and FixedList get 'const T* cdata() const' and 'T* data()' members. Similar to the STL front() and std::string::data() methods, they return a pointer to the first element without needing to write '&myList[0]', recast begin() or violate const-ness.
-
- 02 Feb, 2009 1 commit
-
-
Mark Olesen authored
-
- 28 Jan, 2009 1 commit
-
-
Andrew Heather authored
- convertPointField caused a seg-fault if the internal field was null - attempted to name the vtk object the name of the null field + minor clean-up
-
- 10 Jan, 2009 1 commit
-
-
Mark Olesen authored
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or 'XX.size() <= 0' or for simpler coding. It also has the same number of characters as '!XX.size()' and /might/ be more readable - many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1' when a simple 'XX.size()' suffices
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 15 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 21 Nov, 2008 1 commit
-
-
mattijs authored
-
- 21 Oct, 2008 1 commit
-
-
mattijs authored
-
- 07 Oct, 2008 1 commit
-
-
Mark Olesen authored
-
- 02 Oct, 2008 1 commit
-
-
mattijs authored
-
- 19 Sep, 2008 1 commit
-
-
Mark Olesen authored
-