Commit Graph

12 Commits

Author SHA1 Message Date
9a4de95354 made xfer constructors explicit, with trickle down to polyMesh/fvMesh calls 2008-10-27 13:14:07 +01:00
23476071dc polyMesh, fvMesh xfer constructors
- drop copy components constructors in favour of the xfer versions. Even if
  the caller sends through constant data, if will be automatically promoted
  to xfer (via a copy operation).
2008-10-24 17:29:05 +02:00
ac00f974e6 drop ununsed nUsedFaces parameter from polyMesh::resetPrimitives(xfer<..)
- use xfer form for calls to resetPrimitives
2008-10-24 12:25:27 +02:00
96b24c4606 meshReader - remove old LEAVE_UNUSED_POINTS code 2008-10-20 13:30:38 +02:00
d5d80f0181 modified remaining Allwmake scripts to run from anywhere 2008-09-19 14:47:06 +02:00
7e640112e9 meshTables: bugfix and cleanup
- fixed segfault due to missing ++ in namesList()
 - use more of the new dictionary functionality
2008-09-18 14:35:21 +02:00
733f662bed better meshEdges call 2008-09-12 14:43:38 +01:00
b42e13583a More cleanup on headers/source for doxygen
- it also found things like size_t instead of size_type in fileName class
2008-07-22 11:12:40 +02:00
a48bc8746a use dictionary::readIfPresent wherever reasonable 2008-07-20 14:07:49 +02:00
6578ada113 minor formatting changes/clean-up 2008-07-09 16:36:15 +01:00
c7a7dc443c extended the conversion library and utilities
library:
  * routines for managing cellTable and boundaryRegion
  * writing ensight files and parts
  * mesh reader/writer for STARCD

utils:
  * star4ToFoam
  * foamToStarMesh
  * foamToEnsightParts
2008-07-04 16:26:22 +02:00
d8b29eb7ef added 'conversion' library
* started with polyDualMesh, but add mesh reader/writers in the future
2008-07-04 09:57:43 +02:00