Skip to content
Snippets Groups Projects
  1. Apr 26, 2016
  2. Apr 22, 2016
    • Dave Moxey's avatar
      Merge branch 'fix/OutputInfo' into 'master' · d0373bd6
      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
      d0373bd6
    • Dave Moxey's avatar
    • Dave Moxey's avatar
      Update CHANGELOG · 338f5300
      Dave Moxey authored
      338f5300
    • Dave Moxey's avatar
      Merge branch 'fix/MultiLevel-periodic' into 'master' · aa175afd
      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
      aa175afd
    • Dave Moxey's avatar
      Update CHANGELOG · 4a0df219
      Dave Moxey authored
      4a0df219
    • Dave Moxey's avatar
      Update CHANGELOG · f85dc799
      Dave Moxey authored
      f85dc799
  3. Apr 21, 2016
  4. Apr 20, 2016
  5. Apr 18, 2016
  6. Apr 16, 2016
  7. Apr 15, 2016
  8. Apr 14, 2016
  9. Apr 13, 2016
    • Chris Cantwell's avatar
      Merge branch 'fix/ModifiedArnoldi' into 'master' · a0ceee70
      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
      a0ceee70
Loading