Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Solver] Semi-implicit Navier-Stokes solver #681

Closed
wants to merge 96 commits into from

Commits on Mar 11, 2020

  1. add fluid particle

    bodhinandach committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    1c8caac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32aa0f4 View commit details
    Browse the repository at this point in the history
  3. fluid particle compiled

    bodhinandach committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    0705b03 View commit details
    Browse the repository at this point in the history
  4. add solver all commented

    bodhinandach committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    96349e4 View commit details
    Browse the repository at this point in the history
  5. add matrix

    bodhinandach committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    d76a013 View commit details
    Browse the repository at this point in the history
  6. add empty solver

    bodhinandach committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    2615f21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6975f03 View commit details
    Browse the repository at this point in the history
  8. before loop begin

    bodhinandach committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    1618d47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c43daff View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    63b2483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47eec5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55b887b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    161d8f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56ac0c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    14b7eea View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. complete PPE

    bodhinandach committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    e0ddac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf21e40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a99ad6a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    953c9da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ec176c View commit details
    Browse the repository at this point in the history
  3. update velocity position

    bodhinandach committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    8552f8b View commit details
    Browse the repository at this point in the history
  4. add pressure smoothing

    bodhinandach committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    fe75ce9 View commit details
    Browse the repository at this point in the history
  5. cleanup

    bodhinandach committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    3bb5e2e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    1d490eb View commit details
    Browse the repository at this point in the history
  2. remove vtk attribute

    bodhinandach committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    4f412ed View commit details
    Browse the repository at this point in the history
  3. pressure_smoothing

    bodhinandach committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    f875118 View commit details
    Browse the repository at this point in the history
  4. minor cleanup

    bodhinandach committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    1d52272 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1378824 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    c69acfa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    290d53a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    5eabcdc View commit details
    Browse the repository at this point in the history
  2. add RBF

    bodhinandach committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    94a6fba View commit details
    Browse the repository at this point in the history
  3. add RBF kernel

    bodhinandach committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    82d4a9f View commit details
    Browse the repository at this point in the history
  4. add gradient RBF

    bodhinandach committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    2280ff7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    356ceab View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. add particle diameter

    bodhinandach committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    a5ac395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c60b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4ca0ae View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. fix structure

    bodhinandach committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    fc03f99 View commit details
    Browse the repository at this point in the history
  2. add secondary check

    bodhinandach committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    5a54f43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e156c26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    211bb84 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. reset normal

    bodhinandach committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    d5f101d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2955e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    d1b8d91 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    0c880f3 View commit details
    Browse the repository at this point in the history
  2. correct compute_density

    bodhinandach committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    a9889eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    473fa0c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    32eec61 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    d4e6744 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. modify function

    bodhinandach committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    ac9dbd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Merge branch 'solver/navier-stokes' of https://github.com/cb-geo/mpm

    …into solver/navier-stokes-parallel
    bodhinandach committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    1b877d1 View commit details
    Browse the repository at this point in the history
  2. 💻 Add PETSc to CMake

    kks32 committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    921e00c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. add mkl

    bodhinandach committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    d59d84a View commit details
    Browse the repository at this point in the history
  2. change template argument

    bodhinandach committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    89e1fbb View commit details
    Browse the repository at this point in the history
  3. cleanup eigen cg

    bodhinandach committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    7fff2ae View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Merge branch 'solver/navier-stokes-parallel' of https://github.com/cb…

    …-geo/mpm into solver/navier-stokes-parallel
    bodhinandach committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    23323d9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/cb-geo/mpm into solver/n…

    …avier-stokes-parallel
    bodhinandach committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    998629b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    132d1e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. remove mkl

    bodhinandach committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b087eca View commit details
    Browse the repository at this point in the history
  2. Merge branch 'solver/navier-stokes-parallel' of https://github.com/cb…

    …-geo/mpm into solver/navier-stokes-parallel
    bodhinandach committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    337504e View commit details
    Browse the repository at this point in the history
  3. add default using PETSC as off

    Bodhinanda Chandra committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    992e983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78a77d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2696abe View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    5eeecaa View commit details
    Browse the repository at this point in the history
  2. add sign distance

    bodhinandach committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    bba0ec9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    266e16c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    a24fb37 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    458891f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a656dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9277579 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    c210996 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    ad1f83e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ebc7e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    6cf5e7d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. 🎨 change linear solver name

    Conflicts:
    	src/linear_solver.cc
    bodhinandach committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    424bd60 View commit details
    Browse the repository at this point in the history
  2. 🎨 cleanup assemble function arguments

    Conflicts:
    	include/solvers/mpm_semi_implicit_navierstokes.tcc
    bodhinandach committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    bf7d687 View commit details
    Browse the repository at this point in the history
  3. 🔧 fix argument error

    bodhinandach committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    17d8332 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    60b501c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    35ef202 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    c0b3250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d444b84 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    4c8813f View commit details
    Browse the repository at this point in the history
  2. 🔧 fix clang-format

    bodhinandach committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    b8d693b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e07053 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Configuration menu
    Copy the full SHA
    3f06493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81c5426 View commit details
    Browse the repository at this point in the history
  3. 🔧 fix clang-format

    bodhinandach committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    13692de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acc7d54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8fa3e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    766991a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965b3fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d73a5f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    48b56c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b38c3c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    76a7e0b View commit details
    Browse the repository at this point in the history