Skip to content

Commit

Permalink
Reorganize pdf docs to remove them from the source folder.
Browse files Browse the repository at this point in the history
See merge request gysela-developpers/gyselalibxx!419

--------------------------------------------
  • Loading branch information
EmilyBourne committed Mar 26, 2024
1 parent 6692e20 commit cd0ae13
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/geometryXVx/rhs/collisions_inter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* function of different species. It is solved using a explicit time
* integrator (RK2 for instance).
*
* The complete description of the operator can be found in [rhs docs](https://github.com/gyselax/gyselalibxx/blob/main/src/geometryXVx/rhs/doc/collisions_intra_inter.pdf).
* The complete description of the operator can be found in [rhs docs](https://github.com/gyselax/gyselalibxx/blob/main/doc/geometryXVx/collisions_intra_inter.pdf).
*/
class CollisionsInter : public IRightHandSide
{
Expand Down
2 changes: 1 addition & 1 deletion src/geometryXVx/rhs/collisions_intra.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* that needs to be resolved at each spatial position of the simulation box. Note that this linear
* system depends on the considered spatial position.
*
* The complete description of the operator can be found in [rhs docs](https://github.com/gyselax/gyselalibxx/blob/main/src/geometryXVx/rhs/doc/collisions_intra_inter.pdf).
* The complete description of the operator can be found in [rhs docs](https://github.com/gyselax/gyselalibxx/blob/main/doc/geometryXVx/collisions_intra_inter.pdf).
*/
class CollisionsIntra : public IRightHandSide
{
Expand Down
2 changes: 1 addition & 1 deletion src/geometryXVx/rhs/kinetic_source.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* and energy parameters are equal to one (usual case), the resulting velocity_shape
* is maxwellian.
*
* The complete description of the operator can be found in [rhs docs](https://github.com/gyselax/gyselalibxx/blob/main/src/geometryXVx/rhs/doc/kinetic_source.pdf).
* The complete description of the operator can be found in [rhs docs](https://github.com/gyselax/gyselalibxx/blob/main/doc/geometryXVx/kinetic_source.pdf).
*/
class KineticSource : public IRightHandSide
{
Expand Down
2 changes: 1 addition & 1 deletion src/geometryXVx/rhs/krook_source_adaptive.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* - amplitude(electrons, x, t) = m_amplitude (density_ions(x,t) - m_density) / (density_electrons(x,t) - m_density)
* so that the operator conserves locally the charge.
*
* The complete description of the operator can be found in [rhs docs](https://github.com/gyselax/gyselalibxx/blob/main/src/geometryXVx/rhs/doc/krook_source.pdf).
* The complete description of the operator can be found in [rhs docs](https://github.com/gyselax/gyselalibxx/blob/main/doc/geometryXVx/krook_source.pdf).
*/
class KrookSourceAdaptive : public IRightHandSide
{
Expand Down

0 comments on commit cd0ae13

Please sign in to comment.