-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the merge --------------------------------------------------------- Add in addition of the advection field in XY, an advection field in RP. Add a AdvectionFieldFinder class which computes advection field along XY and along RP. Modify BslAdvectionRP class to add an operator for the advection field on RP as input. Remove the VlasovPoissonSolver class. For the MR ------------------------------------------------------------ The advection operator will take the advection field in RP instead of XY. TO DO ----------------------------------------------------------------- - [x] Check documentations and formulas; - [x] Remove vlasovpoissonsolver.hpp and associated documentation; - [x] Add tests; - [x] Remove modifications made for the diocotron simulation, only use the advection field in XY; - [x] Add a case in the predictor-corrector operators? or these operators are made for the guiding-center case and better work with only advection field in XY; - Create a function set_initialization which return exact_rho.initialisation and exact_rho.equilibrium in diocotron simulation? - Check if the following had been done or has to be done: * geometry_PC -> foot finder * advect_feet -> foot finder * compute advection field -> PseudoCartesian() * remove AdvectionDomain and give PseudoCartesian mapping instead See merge request gysela-developpers/gyselalibxx!309 -------------------------------------------- Co-authored-by: Pauline Vidal <[email protected]> Co-authored-by: Emily Bourne <[email protected]> Co-authored-by: Thomas Padioleau <[email protected]> Co-authored-by: Baptiste LEGOUIX <[email protected]>
- Loading branch information
1 parent
a2aa7e5
commit dcdba00
Showing
27 changed files
with
2,060 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Mesh: | |
|
||
Time: | ||
delta_t: 0.1 | ||
final_T: 100.0 | ||
final_T: 70. | ||
|
||
Perturbation: | ||
charge_Q: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.