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

Simplex FDM variants for the De Rham complex #62

Open
wants to merge 114 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2023

  1. Simplex Legendre element

    pbrubeck committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    069efc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2240bb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. unify N2curl dofs

    pbrubeck committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    5ab74f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96a3a9 View commit details
    Browse the repository at this point in the history
  3. refactoring

    pbrubeck committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    1a3ee2c View commit details
    Browse the repository at this point in the history
  4. small fix

    pbrubeck committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3cd0aca View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 5, 2023

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

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    e3cc443 View commit details
    Browse the repository at this point in the history
  2. small changes

    pbrubeck committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3064e07 View commit details
    Browse the repository at this point in the history
  3. fix ExpansionSet.__new__

    pbrubeck committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8782f77 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

Commits on Dec 10, 2023

  1. refactor bubbles, add a test

    pbrubeck committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f57309e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. update test

    pbrubeck committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dad2303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ece634 View commit details
    Browse the repository at this point in the history
  3. normalization of 1D bubbles

    pbrubeck committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    cc97e81 View commit details
    Browse the repository at this point in the history
  4. different normalization

    pbrubeck committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    503bc15 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    b22f0b8 View commit details
    Browse the repository at this point in the history
  2. fix tests

    pbrubeck committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a3f9879 View commit details
    Browse the repository at this point in the history
  3. normalize bubbles

    pbrubeck committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1a26375 View commit details
    Browse the repository at this point in the history
  4. avoid rescaling by 0

    pbrubeck committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    46498e0 View commit details
    Browse the repository at this point in the history
  5. clean up

    pbrubeck committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d74a3bf View commit details
    Browse the repository at this point in the history
  6. add super_quadrature

    pbrubeck committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d5923e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    9210cf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e782f89 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    f95428d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c052a6 View commit details
    Browse the repository at this point in the history
  3. fix typo

    pbrubeck committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c2f7ead View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 16, 2023

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

Commits on Dec 17, 2023

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

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    312dd3c View commit details
    Browse the repository at this point in the history
  2. optimize IntegralMoment

    pbrubeck committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4da29b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d6a3d View commit details
    Browse the repository at this point in the history
  4. fix vertex DOFs

    pbrubeck committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    68f5118 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. optimize DualSet.to_riesz

    pbrubeck committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a69637a View commit details
    Browse the repository at this point in the history
  2. fix coefficients shape

    pbrubeck committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    366d639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb744bb View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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

Commits on Dec 24, 2023

  1. demkowicz_point variant

    pbrubeck committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    490a0eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0a90c View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

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

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    d01971a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ea91e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. clean up N1curl and N1div

    pbrubeck committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ac2a1f2 View commit details
    Browse the repository at this point in the history
  2. small change

    pbrubeck committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b6c9b94 View commit details
    Browse the repository at this point in the history
  3. Revert DualSet changes

    pbrubeck committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b8137c2 View commit details
    Browse the repository at this point in the history
  4. Tidy up DualSet

    pbrubeck committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    214e1f5 View commit details
    Browse the repository at this point in the history
  5. add SymmetricSimplex

    pbrubeck committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a9878df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a72b23b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38a2885 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    a5564de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d626c54 View commit details
    Browse the repository at this point in the history
  3. N2Curl FDM variant

    pbrubeck committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    8e0440f View commit details
    Browse the repository at this point in the history
  4. N2Div FDM variant

    pbrubeck committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    2d00607 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    02b0f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    071def1 View commit details
    Browse the repository at this point in the history
  3. Add CG FDM element

    pbrubeck committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    b2a9ebb View commit details
    Browse the repository at this point in the history
  4. Fix vector-valued bubbles

    pbrubeck committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    94a3a1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a46e6db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    757801e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Fix dual mapping

    pbrubeck committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f4102ac View commit details
    Browse the repository at this point in the history
  2. add a test

    pbrubeck committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e8f2993 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. clean up

    pbrubeck committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    129d6e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. add project_derivative

    pbrubeck committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    892d4df View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

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

Commits on Jan 8, 2024

  1. add perp()

    pbrubeck committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b557a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c5579 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    9bff59e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cec49b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Fix normalization

    pbrubeck committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    49e10d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. add variant="dual"

    pbrubeck committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ce1f595 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. local L2 duals

    pbrubeck committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ddeb3dd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. add scale kwarg to ONPolynomialSet and ExpansionSet, tabulate facet b…

    …ubbles for integral variant and add the dual variant
    pbrubeck committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3b8e1ba View commit details
    Browse the repository at this point in the history
  2. remove SimplexFDMDualSet

    pbrubeck committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ec12344 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98648d0 View commit details
    Browse the repository at this point in the history
  4. refactoring

    pbrubeck committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    13044a5 View commit details
    Browse the repository at this point in the history
  5. flake8

    pbrubeck committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e87d80d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7351d41 View commit details
    Browse the repository at this point in the history
  7. fix rescaling

    pbrubeck committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e2b179a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04f9f7f View commit details
    Browse the repository at this point in the history
  9. make regression tests pass

    pbrubeck committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d34e4e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    3b55351 View commit details
    Browse the repository at this point in the history
  2. flake

    pbrubeck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8a7b643 View commit details
    Browse the repository at this point in the history
  3. merge conflict

    pbrubeck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1bb7c4f View commit details
    Browse the repository at this point in the history
  4. fix test tolerance

    pbrubeck committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7f2c1c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dca0914 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    938c41b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix scale

    pbrubeck committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    71f7b17 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. merge conflict

    pbrubeck committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a8a01c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge master

    pbrubeck committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9c12ba6 View commit details
    Browse the repository at this point in the history
  2. Fix nullspace tolerance

    pbrubeck committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    26df18e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    04edaa6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pbrubeck/demkowicz' of github.com:firedrakeproject/fiat…

    … into pbrubeck/demkowicz
    pbrubeck committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a34e8b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    27bad19 View commit details
    Browse the repository at this point in the history
  2. Add quadrature for degree 22

    pbrubeck committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    afc4bf9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 30, 2024

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

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    ee8a8b9 View commit details
    Browse the repository at this point in the history
  2. Reduced Demkowicz elements

    pbrubeck committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a3c0e8d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Demkowicz L2 element

    pbrubeck committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    af0463a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5580a9e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. update tests

    pbrubeck committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    dd0ddd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e172c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Sep 4, 2024

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

Commits on Sep 11, 2024

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