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

Implement GetVe #613

Open
nicolasaunai opened this issue Nov 11, 2021 · 2 comments
Open

Implement GetVe #613

nicolasaunai opened this issue Nov 11, 2021 · 2 comments
Assignees
Projects
Milestone

Comments

@nicolasaunai
Copy link
Member

Ve = Vi-J/ne
We can generalize compute_hier_from to compute a hierarchy from several quantities/hierarchies. Like we compute J from compute_hier_from(B, _compute_current) we could do

J = compute_hier_from(B, _compute_current)
Ve =  compute_hier_from((J,Ni), _computeVe)
return self._get(Ve....)
@nicolasaunai nicolasaunai added this to the PHARE 1.0 milestone Nov 11, 2021
@nicolasaunai nicolasaunai added this to Q4 Oct-Dec in roadmap Nov 11, 2021
@nicolasaunai nicolasaunai moved this from Q4 Oct-Dec to Q1 Jan-Mar 2022 in roadmap Mar 7, 2022
@nicolasaunai nicolasaunai moved this from Q1 Jan-Mar 2022 to Q2 Mar-Jun in roadmap Mar 7, 2022
@nicolasaunai
Copy link
Member Author

  • have compute_hier_from taking multiple hierarchies
  • GetVe

@nicolasaunai
Copy link
Member Author

depends on #753

@nicolasaunai nicolasaunai modified the milestones: 1.1, 1.2 Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Do me  👋
roadmap
Q2 Apr-Jun
Development

No branches or pull requests

2 participants