- 01 May, 2016 4 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
- 29 Apr, 2016 3 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
- 26 Apr, 2016 9 commits
-
-
Dave Moxey authored
Move executable name override to TestData class. This MR moves the parsing of a command-line override of the executable to use for a test into the TestData class so we do not expect an tag in the .tst file. See merge request !595
-
Dave Moxey authored
Fix problem in QuadExp with different number of points per direction This fixes a few bugs in `QuadExp`, which prevent simulations using quads from working when the number of points is not the same in both directions. See merge request !607
-
Dave Moxey authored
-
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
-
Dave Moxey authored
-
Spencer Sherwin authored
-
- 25 Apr, 2016 1 commit
-
-
Chris Cantwell authored
-
- 22 Apr, 2016 7 commits
-
-
Chris Cantwell authored
-
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
-
- 21 Apr, 2016 4 commits
-
-
Spencer Sherwin authored
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
- 20 Apr, 2016 10 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Douglas Serson authored
-
Dave Moxey authored
-
Dave Moxey authored
Fix bug in HDF5 group writing in parallel. Also remove const correctness from Comm classes, since this breaks older MPI implementations.
-
Douglas Serson authored
-
- 18 Apr, 2016 2 commits
-
-
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
-