- Feb 25, 2017
-
-
mike turner authored
-
mike turner authored
-
mike turner authored
-
- Feb 23, 2017
-
-
mike turner authored
-
Michael Turner authored
CMake updates This MR includes a couple of updates and fixes to the CMake build system. Includes - Remove QT4 support since we do not use it and it is now outdated. - Change test used to identify Loki to avoid detecting a system-level subset of loki distributed by XDMF pacakge. See merge request !722
-
Michael Turner authored
feature/varopti_updates New node-colouring and streamlined GetFunctional() See merge request !738
-
- Feb 22, 2017
-
-
Jan Eichstaedt authored
-
Jan Eichstaedt authored
-
- Feb 21, 2017
-
-
Jan Eichstaedt authored
-
Jan Eichstaedt authored
Merge branch 'feature/jan_masterupdates' of gitlab.nektar.info:meshing/nektar into feature/jan_masterupdates some previous merge
-
Jan Eichstaedt authored
-
- Feb 20, 2017
-
-
Spencer Sherwin authored
Feature/bessel This MR introduces Womersley boundary conditions for pulsatile flow in straight pipes. To provide the appropriate boundary conditions a file specified in the USERDEFINED BC string is appended with a colon and then a filename, i.e. <REGION REF="0"> <D VAR="u" USERDEFINEDTYPE="Womersley:WomParams.xml" VALUE="0" /> <D VAR="v" USERDEFINEDTYPE="Womersley:WomParams.xml" VALUE="0" /> <D VAR="w" USERDEFINEDTYPE="Womersley:WomParams.xml" VALUE="0" /> <N VAR="p" USERDEFINEDTYPE="H" VALUE="0" /> </REGION> where the filename WomParams.xml contains the setup details. Ideally we would like a better solution than using the colon extension and an issue has been raised on this. See merge request !472
-
Spencer Sherwin authored
-
- Feb 19, 2017
-
-
Spencer Sherwin authored
-
- Feb 18, 2017
-
-
mike turner authored
-
Michael Turner authored
-
- Feb 17, 2017
-
-
mike turner authored
-
mike turner authored
-
mike turner authored
-
mike turner authored
-
mike turner authored
-
Dave Moxey authored
Fix FillWhiteNoise This MR fixes a bug in `Vmath::FillWhiteNoise` which causes it to alternate between only 2 values. Instead of trying to pass a unique seed on each call of FillWhiteNoise, I decided to partly recover an old implementation where `seed` was an static variable ( therefore making consecutive calls part of a single larger random sequence). From what I understood, this had been changed to allow specifying different seeds for each MPI process. With this in mind, we can still pass an optional seed to replace the stored value. An example of how to use this new logic is to use (the negative of) the rank as seed in the first call to FillWhiteNoise to decouple the parallel processes, and not passing any seed in the subsequent calls . Alternatively, we can still pass unique seeds on each call. See merge request !718
-
Dave Moxey authored
# Conflicts: # CHANGELOG.md
-
Dave Moxey authored
feature/mesh-spacing The applies changes ask for my spencer after the madrid tutorial, BL resolution and variable names etc. It also fixes the inverted boundary layer problem. Finally, allows the variational module to be compiled without meshgen. See merge request !736
-
- Feb 16, 2017
-
-
Julian Marcon authored
-
- Feb 15, 2017
-
-
Spencer Sherwin authored
-
- Feb 14, 2017
-
-
Julian Marcon authored
-
Julian Marcon authored
-
Michael Turner authored
-
Julian Marcon authored
-
Julian Marcon authored
-
- Feb 13, 2017
-
-
Jan Eichstaedt authored
-
Jan Eichstaedt authored
-
Jan Eichstaedt authored
-
Michael Turner authored
-
- Feb 09, 2017
-
-
Chris Cantwell authored
Fix half mode in FieldConvert This fixes a small bug which prevents FieldConvert from working with half mode expansions. See merge request !734
-
Michael Turner authored
-
- Feb 08, 2017
-
-
Spencer Sherwin authored
Fix/iterative rhs magnitude This MR fixes a bug in the calculation of the RHS vector magnitude used to scale the tolerance calculation, which resulted in an artificially higher tolerance being used. Also fixes a bug in the verbose iteration count output of the CG algorithm when no iterations are performed. See merge request !721
-
Michael Turner authored
-
Michael Turner authored
-