- May 30, 2016
-
-
Dave Moxey authored
-
- May 29, 2016
-
-
Chris Cantwell authored
Add option to use SVV only in the spectral/hp expanions This MR adds a new option `SpectralVanishingViscositySpectralHP` that activates SVV in the spectral/hp expansion, but not in the homogeneous direction (the option `SpectralVanishingViscosityHomo1D` was already available). The behaviour when using the option `SpectralVanishingViscosity` remains the same. See merge request !623
-
- May 28, 2016
-
-
Dave Moxey authored
-
Dave Moxey authored
Fix minor performance issue in TimeIntegration This fixes a small mistake in TimeIntegrationScheme, which in some cases lead to a duplicate calculation (the speed up from this fix is relatively low). See merge request !632
-
Dave Moxey authored
Fix FilterCheckpoint This fixes a bug with parsing the `OutputFrequency` parameter of FilterCheckpoint. I also made checkpoint 0 correspond to the initial condition, so that it is consistent with the behaviour from IO_CheckSteps. See merge request !633
-
- May 27, 2016
-
-
Douglas Serson authored
-
Chris Cantwell authored
FilterHistoryPoints with 3DH1D This MR changes how `FilterHistoryPoints` works in 3DH1D: - The points are not required to be all in the same plane any more. When `OutputPlane` is not defined, each point is positioned in one of the planes closest to its z-coordinate. Using `OutputPlane` still forces all points to be in that plane. - By default, the output is now in physical space (this effectively replaces !516). Writing the result in wavespace is still possible using the new option `WaveSpace`. See merge request !621
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
Tidy FieldConvert output messages This MR improves the FieldConvert output messages obtained using the `verbose` option: - A couple of messages which were displayed twice are now fixed - The outputs from the Process modules now follow a more consistent format, and are only issued by rank 0 - The timings of the total time taken by each module are moved to FieldConvert.cpp, using a new virtual function `GetModuleName` to display the correct information. This way timings are now automatically displayed for all modules, without having to duplicate the timer code in all modules. See merge request !626
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- May 25, 2016
-
-
Douglas Serson authored
print an error message for erroneous equations when compiled with RELEASE See merge request !634
-
Douglas Serson authored
-
Kilian Lackhove authored
-
- May 24, 2016
-
-
Chris Cantwell authored
Fix small bug with periodic boundary conditions This fixes a small bug that can affect simulations with periodic boundary conditions in parallel (the conditions for triggering this bug seem extremely particular). See merge request !631
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
Force fftw to use the correct compiler This is a small change to guarantee that we use the correct compiler to build fftw. See merge request !629
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- May 23, 2016
-
-
Douglas Serson authored
-
- May 22, 2016
-
-
Douglas Serson authored
-
Dave Moxey authored
Fix missing dependency on openmpi-bin for DEB packages. This MR fixes the missing openmpi-bin dependency, which is required for packaged executables to run (even in serial without mpirun). See merge request !630
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
Small fix to make DriverAdaptive more general This is a small fix to avoid getting an error in DriverAdaptive when there is no NekManager for GlobalLinSys. I think it is possible that after this change DriverAdaptive will work with solvers other than IncNavierStokes (if they support variable P, of course). See merge request !618
-
Dave Moxey authored
-
- May 20, 2016
-
-
Douglas Serson authored
-
- May 18, 2016
-
-
Douglas Serson authored
-
Chris Cantwell authored
-
- May 05, 2016
-
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
- May 04, 2016
-
-
Douglas Serson authored
-
- May 03, 2016
-
-
Dave Moxey authored
Do not package tutorials into source package. The MR just disables the tutorials repository from being included in the Nektar++ source packages if the submodules are cloned in the working directory. See merge request !625
-
Spencer Sherwin authored
Fix/single mode This MR fixes the linearised advection operators to work correctly with stability analysis using a full complex single mode. See merge request !597
-
Douglas Serson authored
-