- Feb 11, 2016
-
-
Dave Moxey authored
Fix OS X source packaging, add PackageMaker generator to create installer, rename LICENSE -> LICENSE.txt to keep PackageMaker happy
-
- Feb 08, 2016
-
-
Dave Moxey authored
Extend SurfDistance module of FieldConvert to Quad and Hex elements This MR extends the SurfDistance module of FieldConvert to quadrilateral and hexahedron elements. I tested it with quads and with a simple hex mesh. It would be nice if someone could test it with a mesh with a prism boundary layer. See merge request !524
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
- Feb 07, 2016
-
-
Chris Cantwell authored
Feature/compressed io Introduced a compression for mesh XML I/O which is 64-bit aligned and declares the endianness of the compressed binary data as an attribute. See merge request !533
-
- Feb 06, 2016
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Dave Moxey authored
-
Chris Cantwell authored
Add change log to repository This MR adds a `CHANGELOG.md` file with release information from v3.0 onwards from Trac, and the more recent merges from v4.0 onwards. See merge request !534
-
Dave Moxey authored
-
- Feb 04, 2016
-
-
Spencer Sherwin authored
Put check for compressed or uncompressed format back into local routines rather than through the API since m_config is accessible within methods.
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
- Feb 03, 2016
-
-
Chris Cantwell authored
Add option in FieldConvert to set number of planes for Homogeneous expansion This branch creates a command line option in FieldConvert to set the number of planes for output of Homogeneous1D expansions. See merge request !540
-
Chris Cantwell authored
-
- Feb 02, 2016
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Douglas Serson authored
-
Chris Cantwell authored
-
Chris Cantwell authored
Fix bug in C0Projection This fixes a bug in the C0Projection module of FieldConvert related to the order in which the operations are performed. It is not necessary to perform a BwdTrans at the beginning (since the phys array is already available), but it should be done after the projection in order to update the phys values. This bug does not cause problems when the output is another .fld file, but when the output is a .vtu file the original solution is being exported. See merge request !541
-
- Jan 29, 2016
-
-
Douglas Serson authored
-
- Jan 19, 2016
-
-
Douglas Serson authored
-
- Jan 13, 2016
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
- Jan 10, 2016
-
-
Dave Moxey authored
Create mean mode module for FieldConvert This MR creates a module for FieldConvert which extracts the mean mode (plane zero) from a Homogeneous1D expansion. See merge request !530
-
Dave Moxey authored
Create mean mode module for FieldConvert This MR creates a module for FieldConvert which extracts the mean mode (plane zero) from a Homogeneous1D expansion. See merge request !530
-
- Jan 08, 2016
-
-
Douglas Serson authored
-
- Jan 07, 2016
-
-
Gianmarco Mengaldo authored
Feature/isocontour3dh1d This MR extends the EquiSpacedOutput and IsoContour modules of FieldConvert to 3DH1D expansions. See merge request !525
-
Dave Moxey authored
-
Dave Moxey authored
-
- Jan 06, 2016
-
-
Dave Moxey authored
Fix/GetBoundaryToElemtMap3 dh1 d consistency This MR changes the ordering from DisContField3DHomogeneous1D::GetBoundaryToElmtMap to make it consistent with m_bndCondExpansions (i.e. sorting by boundary, instead of sorting by plane). This allows the boundary expansion from 3DH1D to be treated in the same way as the non-homogeneous case, reducing the need for expansion-specific code. All parts of the code assuming the old ordering were updated to take these changes into account. See merge request !526
-
Dave Moxey authored
Fix bug in ExpList1D This fixes a bug in ExpList1D which may lead to invalid .vtu files. See merge request !531
-
- Jan 02, 2016
-
-
Gianmarco Mengaldo authored
-
- Dec 29, 2015
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Chris Cantwell authored
Fix bug in ExpListHomogeneous2D This fixes a bug which prevents FieldConvert from working with 3DH2D field files. See merge request !529
-