- 24 Aug, 2016 6 commits
-
-
Douglas Serson authored
Conflicts: CHANGELOG.md
-
Chris Cantwell authored
Fix/changelog This just adds missing entries to the changelog. When cherry-picked to the release branch this should also remove a duplicate header which appeared there for v4.3.4. See merge request !686
-
Douglas Serson authored
-
(cherry picked from commit 64503e575a2e56672f9eeaa88b9ec3c1074d688c)
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- 21 Aug, 2016 1 commit
-
-
Gianmarco Mengaldo authored
-
- 20 Aug, 2016 1 commit
-
-
Gianmarco Mengaldo authored
-
- 19 Aug, 2016 3 commits
-
-
Chris Cantwell authored
Expansion from restart file and improved partitioning This MR makes two changes which might be useful for simulations with variable polynomial order: - Allow the expansions to be loaded directly from the field definitions in a restart file (issue #14), using: ```xml <EXPANSIONS> <F FILE="restartfile.fld" /> </EXPANSIONS> ``` This is useful when using DriverAdaptive, since in that case the final distribution of polynomial orders is only available in the field file. - Introduce new options for load balancing in the mesh partitioning, through the solver info `WEIGHTPARTITIONS`. Possible values are `DOF` (load balanced by number of degrees of freedom in each element), `BOUNDARY` (load balanced by number of boundary degrees of freedom in each element) or `BOTH`. By default, the current behaviour of using no weights is maintained. See merge request !617
-
Dave Moxey authored
Fix OCE third-party URL This MR fixes the OCE third-party URL in the CMake configuration. See merge request !681
-
Dave Moxey authored
-
- 18 Aug, 2016 4 commits
-
-
Douglas Serson authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Kilian Lackhove authored
# Conflicts: # CHANGELOG.md
-
- 17 Aug, 2016 2 commits
-
-
Douglas Serson authored
Add support for Gmsh high-order output This MR primarily adds support for Gmsh output at arbitrarily high-order for quads, hexes, triangles and tetrahedra, and up to order 4 output for prisms. See merge request !679
-
Dave Moxey authored
-
- 16 Aug, 2016 5 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
- 15 Aug, 2016 5 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
- 14 Aug, 2016 3 commits
-
-
Chris Cantwell authored
Add checks to make sure npz is consistent with HomModesZ This MR just introduces a couple of ASSERTL0 to make sure the partitioning in z for homogeneous simulations leads to an even number of planes per process. See merge request !666
-
Chris Cantwell authored
-
Chris Cantwell authored
HDF5 support for parallel output This MR adds support for HDF5 output format as an alternative to our existing XML-based format thanks to the hard work of @mrbareford and @rupert.nash! The following changes have been incorporated as part of this work: - Move `FieldIO` to a factory format, with `FieldIOXml` for XML output and `FieldIOHdf5` for HDF5 output. - Default output format is XML but can be switched to HDF5 by setting the `IOFormat` SOLVERINFO tag, or the `--io-format` command line argument -- the argument will override the XML file. - The MPI communicator has been templated to allow a wider range of data types to be sent/received, and a couple of new functions have been added (broadcast, splitting of communicator on bool, ...) - Boundary conditions are now equipped with their own communicator so that we can read HDF5 on a subset of processors. - Lots of Doxygen added for both formats - FieldConvert can also convert between formats: ``` FieldConvert in.fld out.fld:fld:format=Hdf5 ``` See merge request !615
-
- 12 Aug, 2016 3 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
- 11 Aug, 2016 7 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
Fix prism output up to order 4 (but no higher right now), fix the use of face IDs for generic 3D elements
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Dave Moxey authored
-