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

Generalization of FESpaceWithLastDofRemoved #396

Merged
merged 17 commits into from
Sep 11, 2020

Commits on Aug 25, 2020

  1. Added a new type extension of SingleFieldFESpace, named FESpaceWithDo…

    …fPotentiallyRemoved.
    
    FESpaceWithDofPotentiallyRemoved is though to be a future replacement for FESpaceWithLastDofRemoved,
    as it is based on the same concept, but it is more general as it lets the user to activate/deactivate
    whether to remove the dof at hand, and select the particular dof to be removed
    amartinhuertas committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    534bc69 View commit details
    Browse the repository at this point in the history
  2. Modified ZeroMeanFESpace such that it no longer depends on FESpaceWit…

    …hLastDofRemoved,
    
    but on FESpaceWithDofPotentiallyRemoved,
    amartinhuertas committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    a5e00a1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:gridap/Gridap.jl into fe_space_wi…

    …th_dof_potentially_removed
    amartinhuertas committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    e020506 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Merge branch 'master' of github.com:gridap/Gridap.jl into fe_space_wi…

    …th_dof_potentially_removed
    amartinhuertas committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e67c140 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Generalized _compute_new_fixedval such that it takes the dof which is

    fixed as an input argument (instead of being hard-coded to the last dof)
    amartinhuertas committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    4a9fa27 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    638fe89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b358318 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    faa32a3 View commit details
    Browse the repository at this point in the history
  2. Using Traits in order to control whether to fix or do not fix the

    constan in FESpaceWithConstantFixed
    amartinhuertas committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0da971d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01c1fa4 View commit details
    Browse the repository at this point in the history
  4. Update NEWS.md

    amartinhuertas authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e4c7b87 View commit details
    Browse the repository at this point in the history
  5. Update NEWS.md

    amartinhuertas authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9ea5851 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7f3bc6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'vector_with_entry_inserted_and_removed' into fe_space_w…

    …ith_dof_potentially_removed
    amartinhuertas committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4412327 View commit details
    Browse the repository at this point in the history
  8. Missing test files

    amartinhuertas committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    7cad067 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ac6e1e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df737b8 View commit details
    Browse the repository at this point in the history