Skip to content
Snippets Groups Projects
  1. Nov 16, 2016
  2. Nov 11, 2016
  3. Nov 04, 2016
    • Dave Moxey's avatar
      Merge branch 'feature/insert_new_logic' into 'master' · 3104922e
      Dave Moxey authored
      Feature/insert new logic
      
      Adds non-conforming logic to the high-order surface insert routine to get it to work with symmetry planes from star-ccm+ meshes.
      It also clears up a couple of bugs which were introduced in previous merges because buildbot didnt test NEKTAR_USE_MESHGEN, also fixes the associated tests.
      
      See merge request !700
      3104922e
    • 's avatar
      cmake io clean up · ea1b65f4
      authored
      ea1b65f4
  4. Nov 03, 2016
  5. Nov 02, 2016
  6. Oct 31, 2016
  7. Oct 28, 2016
  8. Oct 20, 2016
  9. Oct 19, 2016
  10. Oct 17, 2016
  11. Oct 11, 2016
  12. Oct 10, 2016
    • Douglas Serson's avatar
      Merge branch 'feature/nodal-cleanup' into 'master' · 57f65371
      Douglas Serson authored
      Rework nodal utilities and add support for nodal prisms
      
      This MR refactors the nodal points utilities that are found in the `NodalUtil.h` and `NodalUtil.cpp` files, and introduces a new `NodalUtil` class which handles the generation of Vandermonde matrices, integration weights, interpolation matrices and derivative matrices for arbitrary sets of points on the triangle, tetrahedron and prism elements. The latter element is newly supported.
      
      This branch:
      - Significantly reduces the amount of code from sporadic function calls to a more organised class structure, eliminating most duplicate code
      - Fixes a bug in the generation of nodal tetrahedral weights
      - Enables the use of nodal prism elements
      - Adds a lot of doxygen documentation to describe the new structure
      - Replaces the NodalUtil demos with a single NodalDemo, which is now tested in the regression tests
      
      This should be seen as a stepping-stone branch, depending on the outcome of the working being done in the feature/basis-refactor branch, but will hopefully make any further efforts easier.
      
      See merge request !660
      57f65371
    • Dave Moxey's avatar
      Merge branch 'feature/cad_factory' into 'master' · 27cbe3d9
      Dave Moxey authored
      feature/cadsystem_factories
      
      This merge takes the existing OCE cad engine and turns it into a more general system where OCE is the default backend.
      This is in preparation of CFI and other installation dependant backends being added.
      All tests pass (these are not on buildbot yet).
      
      See merge request !676
      27cbe3d9
    • Dave Moxey's avatar
    • Dave Moxey's avatar
      Merge branch 'feature/prism_only_linearise' into 'master' · dc770c73
      Dave Moxey authored
      feature/prisms only linearise
      
      In an effort to reduce cost on massive meshes, this makes the linearise module only consider prisms (which is most cases are the only deformed elements
      
      See merge request !688
      dc770c73
    • Dave Moxey's avatar
      Update user guide · bb7c6646
      Dave Moxey authored
      bb7c6646
Loading