- Feb 28, 2017
-
-
Kilian Lackhove authored
-
Chris Cantwell authored
-
Dave Moxey authored
feature/thirdpartylibs Add thirdparty installs to fortran compiled libraries. Done: blas/lapack See merge request !732
-
Chris Cantwell authored
Fix/fc interpolator Provide a fix for the interpolator in FieldUtils which currently using the wrong offset to place interpolated points back into the new field. This is mainly a problem when quad elements are listed before tri elements since this automatically leads to the incorrect offset. This would have not been a problem if tris went before quads. This MR also therefore adds in a regression test for this case. See merge request !746
-
- Feb 27, 2017
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Chris Cantwell authored
Cell model translator for cardiac solver. This adds a python utility for generating cell model code from CellML models. See merge request !723
-
Chris Cantwell authored
-
- Feb 26, 2017
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
Fix/test fail dump output This MR fixes the issue of the tester not producing output when a test executable segfaults or other system error occurs. It also adds an option to generate a hostfile which explicitly specifies the maximum number of required slots when running MPI executables, since newer versions of OpenMPI now stop jobs requesting more than the number of available CPU cores by default (which causes our buildbot to fail). See merge request !745
-
Chris Cantwell authored
-
- Feb 25, 2017
-
-
Chris Cantwell authored
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-
Chris Cantwell authored
Add fix for PETSc detection on Debian 9/Ubuntu 16.04 This MR fixes a problem with detecting PETSc with later Debian/PETSc packages, which is currently preventing the Debian 9 buildbot from compiling properly. See merge request !735
-
Chris Cantwell authored
-
- Feb 23, 2017
-
-
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
-
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 17, 2017
-
-
mike turner authored
-
Dave Moxey authored
# Conflicts: # CHANGELOG.md
-
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
-
Kilian Lackhove authored
-
- Feb 15, 2017
-
-
Kilian Lackhove authored
-
Spencer Sherwin authored
-
Kilian Lackhove authored
-