- Nov 19, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
- use new HashSet capabilities and sortedOrder function - make STL format a MeshedSurface instead of an UnsortedMeshedSurface for better (MeshedSurface) reader efficiency
-
henry authored
-
Mark Olesen authored
-
Mark Olesen authored
- added global operator|, operator& and operator^ - can construct from table of contents of another HashTable
-
Mark Olesen authored
-
Mark Olesen authored
- now works as expected with transfer() and assignment from other Lists - shrink() method : clears indices and returns underlying List
-
Mark Olesen authored
- changed template<class List> to template<class ListType> for better distinction between List as class and as template type
-
Mark Olesen authored
-
- Nov 18, 2008
-
-
Mark Olesen authored
- operator+= : add in the listed keys - operator-= : remove the listed keys - operator&= : intersection of keys - added xfer constructor (just in case) - moved labelHashSet typedef to HashSet.H, for consistency with the wordHashSet typedef being there and since it is used so often
-
henry authored
handling of "uniform", "mixed" and "polygonal" face lists. Now converts .cas files as well as .msh files.
-
Mark Olesen authored
PackedList with (const UList<label>&) instead of (const labelList&)
-
Mark Olesen authored
- moved SortableList<T>::less class to UList<T>::less for better accessibility - add clear() method now also handles the indices - indices length is caught in sort() - indices remain (mostly) zero-sized until after sort() - allow non-const access to indices
-
- Nov 17, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Nov 15, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
- added protected storedPoints(), storedFaces() functions for non-const access to the data. Mixing protected non-const versions and public const versions of the same method does not agree with the compiler - better handling of triFace/face distinction
-
- Nov 14, 2008
-
-
Mark Olesen authored
-
henry authored
through the field algebra.
-
Mark Olesen authored
Conflicts: src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H
-
-
henry authored
-
Mark Olesen authored
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- now there are only 2 places to adjust the typedefs when we decide on better names: MeshedSurfacesFwd.H, UnsortedMeshedSurfacesFwd.H - also allow table definition to have a - added some comments/whitespace to make the files easier to read
-
Mark Olesen authored
- also allow table definition to have a templated baseType - added some comments/whitespace to make the files easier to read
-
- Nov 13, 2008
-
-
Mark Olesen authored
- neither class names, nor the typedefs for the <face> and <triFace> instances are really decided
-
Mark Olesen authored
- useful when the baseType isn't a typedef and thus requires the same template argument as the derived class
-
Mark Olesen authored
- useful when the baseType isn't a typedef and thus requires the same template argument as the derived class
-
- Nov 12, 2008
-
-
Mark Olesen authored
- useful for avoiding links on older versions, or for 'hiding' contents
-
mattijs authored
-
mattijs authored
-
- Nov 11, 2008
-
-
Mark Olesen authored
-