- Apr 26, 2016
-
-
Dave Moxey authored
-
Dave Moxey authored
Fix/compressed io seg curved Provide a fix to issue #24 where extracting a 1D manifold from a 2D mesh did not contain curvature when the file was in compressedIO format. This was due to an incorrect reference to a face map rather than an edge map. See merge request !619
-
Dave Moxey authored
fix lapack call This fixes a small bug in the lapack call for eigensolve of full nektar matrices. Previously it was not assigning enough room in memory for lapack See merge request !610
-
Dave Moxey authored
-
Spencer Sherwin authored
-
- Apr 22, 2016
-
-
Dave Moxey authored
Fix FieldConvert processing of partitions in serial This MR makes two changes related to using FieldConvert on individual partitions in serial: - Fix the call to PartitionMesh inside OutputInfo. This was previously using `PartitionMesh(false)`, when the first parameter should be the number of partitions. - Force FieldConvert to use the `forceoutput` option when using `procid`. If this was not done, whenever `procid != 0` the output would be automatically skipped. See merge request !612
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
Fix MultiLevelStaticCond with periodic BCs This should fix issue #21, regarding the use of MultiLevelStaticCond with periodic boundary conditions in parallel. Basically, this involves forcing all periodic boundary conditions to be on the last level of the static cond. I expected doing this only for the dofs connected to other partitions would be enough, but apparently it is not since it leads to a segfault in one of the cases I tested. See merge request !614
-
Dave Moxey authored
-
Dave Moxey authored
-
- Apr 21, 2016
-
-
Spencer Sherwin authored
-
- Apr 20, 2016
-
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
- Apr 18, 2016
-
-
Chris Cantwell authored
Force InputFld to update fielddef This forces InputFld to update fielddef after loading the expansions, instead of only doing this when range is specified. This is necessary because the number of partitions from the original file might not be the same as the number of processes being used in FieldConvert, causing the fielddef obtained from Import to contain extra elements. For example, when converting a serial fld to a parallel format using ``` mpirun -np 8 FieldConvert file.xml file_serial.fld file_par.fld ``` the current implementation causes all 8 partition files from file_par.fld to contain the whole field. See merge request !611
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Dave Moxey authored
Fix for assembly map array initialisation bug. This MR fixes a bug in the CG assembly map which incorrectly initialises the local coefficient array if performing an in-place assembly. See merge request !598
-
Dave Moxey authored
Initial instructions on how to build the documentation and tutorials. This MR expands the user guide to describe how to build the user guide, doxygen and tutorials. See merge request !596
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
Fix for clang 7.3 in compiling metis This MR fixes an issue in compiling METIS on Clang 7.3, which ships with the latest OS X Xcode. See merge request !603
-
- Apr 16, 2016
-
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
Fix some LaTeX errors in doxygen. This MR fixes some compile errors in the doxygen documentation which were not picked up on the release of 4.3. See merge request !586
-
Dave Moxey authored
-
Dave Moxey authored
Fix eps image path for some versions of epstopdf. This MR updates an EPS image in the developer guide to use the full path to avoid a bug in some versions of epstopdf. See merge request !593
-
- Apr 15, 2016
-
-
Dave Moxey authored
Fix namespace pollution This MR removes occurrences `using namespace` in header files. This causes problems when using the library with external tools as it conflicts with other libraries (e.g. VTK). See merge request !601
-
Dave Moxey authored
-
Dave Moxey authored
fix/meshing_TPURL Small fix to third party urls as pointed out by spencer for the meshing side of things. Turns out using the ae-nektar public html doesnt agree with some machines. See merge request !606
-
- Apr 14, 2016
-
-
Michael Turner authored
-
- Apr 13, 2016
-
-
Chris Cantwell authored
Fix bug in DriverModifiedArnoldi This fixes a bug in ModifiedArnoldi, which may cause the solver to exit with ``` Fatal : Level 0 assertion violation Unrecognised value. ``` as recently reported in nektar-users. The problem happens because the iteration could be marked as converged when the number of vectors available is lower than `nvec`. See merge request !608
-