- 28 Mar, 2017 1 commit
-
-
Dave Moxey authored
fix/gmsh-writer See merge request !747
-
- 27 Mar, 2017 2 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
- 23 Mar, 2017 1 commit
-
-
Michael Turner authored
Remove unnecessary consts from integer return types to avoid icc warnings This MR removes unnecessary consts from integer return types to avoid many, many warnings from the Intel compiler. See merge request !742
-
- 19 Mar, 2017 3 commits
-
-
Chris Cantwell authored
fix/cmake-doc Turning developer guide into a git submodule recently broke cmake configuration for docs in master. This fixes that by copying the logic of tutorials submodule. See merge request !752
-
Michael Turner authored
-
Michael Turner authored
2D Periodic Boundary Conditions Adds the ability to make pairs of curves periodic See merge request !733
-
- 17 Mar, 2017 1 commit
-
-
Spencer Sherwin authored
Add developer-guide submodule The MR adds the developer-guide repository as a sub-module to the main Nektar++ repository. See merge request !751
-
- 16 Mar, 2017 6 commits
-
-
Julian Marcon authored
-
Chris Cantwell authored
-
Chris Cantwell authored
- 15 Mar, 2017 5 commits
-
-
Michael Turner authored
-
Michael Turner authored
-
Michael Turner authored
-
Michael Turner authored
- 13 Mar, 2017 2 commits
-
-
Michael Turner authored
-
Michael Turner authored
-
- 10 Mar, 2017 2 commits
-
-
Julian Marcon authored
-
Michael Turner authored
Adjusted BL thickness in corners. Only applies to 2D mesher. See merge request !739
-
- 09 Mar, 2017 1 commit
-
-
Julian Marcon authored
-
- 08 Mar, 2017 6 commits
-
-
Julian Marcon authored
-
Julian Marcon authored
-
Julian Marcon authored
-
Julian Marcon authored
-
Julian Marcon authored
-
Chris Cantwell authored
-
- 07 Mar, 2017 4 commits
-
-
Julian Marcon authored
-
Julian Marcon authored
Conflicts: library/NekMeshUtils/2DGenerator/2DGenerator.cpp library/NekMeshUtils/SurfaceMeshing/CurveMesh.cpp library/NekMeshUtils/SurfaceMeshing/CurveMesh.h
-
Julian Marcon authored
Conflicts: CHANGELOG.md
-
Michael Turner authored
-
- 06 Mar, 2017 2 commits
-
-
Chris Cantwell authored
Fix documentation issues. This MR just fixes a few minor errors in the doxygen docs and adds an extra pdflatex run to the user guide to ensure references are properly included. See merge request !749
-
Chris Cantwell authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Cantwell authored
Switch to MPI_lang_... variables This MR switches the CMake configuration to use `MPI_<lang>_...` variables instead of the existing `MPI_...` variables. Currently Nektar++ uses `MPI_LIBRARY` and `MPI_EXTRA_LIBRARY`, which have been deprecated for some time. In recent versions of CMake, at least on OS X, `MPI_EXTRA_LIBRARY` is no longer set, meaning that Nektar++ fails to configure if MPI is enabled. A similar fix has also been applied to gsmpi which has the same issue. See merge request !725
-
- 03 Mar, 2017 3 commits
-
-
Chris Cantwell authored
Fix: Dont read the same files again for every variable This branch adds a check to prevent EquationSystem from reading the same fld/pts files again for each variable. This gives a huge speedup in some cases. I also split the EquationSystem::EvaluateFunction method into three new methods: one for expressions, one for fld files and one for pts files to make the code more readable. However, i think its still a mess with lots of duplicate code and even more things that would make much more sense in some other class. Even worse is that the Forcing base class holds a complete copy of this code. I would like to move the whole Function logic from Forcing and EquationSystem into a new class that lives in SolverUtils in the future. Should we discuss that here or do you want me to write to the mailing list? See merge request !670
-
Dave Moxey authored
-
Dave Moxey authored
-