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

Clean up equivalent polynomials implementation and cutfem method #1242

Merged
merged 13 commits into from
Jan 29, 2021

Commits on Dec 12, 2020

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

Commits on Dec 16, 2020

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

Commits on Dec 17, 2020

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

Commits on Dec 18, 2020

  1. updates from centennial

    cekees committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    c739337 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    906c122 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. memBase from NumericalSolution.py is Profiling.memLast inside the con…

    …structor (equal to 0.0). When I switched memBase to Profiling.memLast to get rid of the NameError, it seemed to run fine. I don't know what the significance of memBase is, but it wasn't being used anywhere outside of log statements from what I could tell.
    jhcollins committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    05af317 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. several additions and hacks

    * rits-true option for linear solver convergence (exit on r or its)
    * safeguard against degenerate quad cut case (cut hits two vertices)
    * commented out hack to pin pressure dof for pure neumann problem
    cekees committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    1157252 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

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

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    84a8a65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jhcollins/memBase_fix

    memBase from NumericalSolution.py is Profiling.memLast inside the con…
    cekees authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    75ece06 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

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

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    288c2a5 View commit details
    Browse the repository at this point in the history
  2. roll back stack to master

    cekees committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    58cbbb5 View commit details
    Browse the repository at this point in the history