3be20b492d
Merge remote-tracking branch 'origin/develop' into develop
...
- conflicts resolved:
src/conversion/ensight/file/ensightGeoFile.C
2016-06-30 01:05:35 +02:00
c133f98dda
BUG: corrupt keywords in ensight binary
...
- regression introduced by ef9a14b288
2016-06-30 00:52:49 +02:00
5c673119ad
BUG: ensightFile: does not handle writeKeyword since no virtual for const word&
...
Related to #132 .
2016-06-29 17:58:38 +01:00
ef9a14b288
ENH: ensightFile: make interface consistent with Ostream::writeKeyword
...
Test with #122
2016-06-13 14:51:10 +01:00
e31ad7be29
STYLE: improve consistency in pointer casts
2016-06-09 10:10:26 +01:00
1452cc0827
BUG: ensight writers not catching special reserved characters ( fixes #122 )
...
- most notably the '%' which is used as a separator in places
caused problems.
EHN: only use valid ensight file/variable names for writers
- fixed: foamToEnsightParts, ensightSurfaceWriter
- pending: foamToEnsight
BUG: no geometry written for foamToEnsightParts with moving mesh (fixes #142 )
- an incorrect path was causing the issue
2016-06-07 17:16:09 +01:00
94401af010
Resolved issues with virtual function inheritance and warning from clang
...
Also removed __GNUC__ conditional compilation statements which are no
longer needed.
2015-07-17 12:11:37 +01:00
0741de2366
BUG: ensightFile.C: overflow of fieldwidth for large or small numbers
2012-02-16 16:05:24 +00:00
24084582b4
ENH: Adding updates to Ensight converter (Mark Olesen)
2012-01-20 13:04:44 +00:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
0498967cc6
ENH: only use point/face/mesh references where needed in ensightPart*
...
- add points/faces constructor to ensightPartFaces with optional
contiguousPoints flag.
- Remove the now redundantensightPartNonMeshFaces class.
2011-01-26 13:45:17 +01:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
f319ddfa61
ENH: begin initial coding for using upcoming vtkPolyhedron
2010-02-24 15:24:32 +01:00
2792624996
Expose STL std streams in a consistent manner for serial streams.
...
Previously Fstreams had stdStream() as a public member and the other
streams had stream() as a protected member.
All serial streams now have public method stdStream() and the stream()
method has been eliminated. This is not only more consistent, but also
avoids confusion (for the programmer, not the compiler) with the
ITstream::stream() method.
2009-12-21 10:24:35 +01:00
278e8c5030
Converted constant reference to primitive arguments to constant primitive arguments.
2009-10-26 22:45:21 +00:00
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01: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