61 lines
929 B
Groff
61 lines
929 B
Groff
.TH "src/PenningTrap.cpp" 3 "Mon Oct 2 2023" "Penning Trap Simulation" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
src/PenningTrap.cpp \- The implementation of the \fBPenningTrap\fP class\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include 'utils\&.hpp'\fP
|
|
.br
|
|
\fC#include 'PenningTrap\&.hpp'\fP
|
|
.br
|
|
\fC#include 'constants\&.hpp'\fP
|
|
.br
|
|
\fC#include <algorithm>\fP
|
|
.br
|
|
\fC#include <stdexcept>\fP
|
|
.br
|
|
\fC#include <omp\&.h>\fP
|
|
.br
|
|
|
|
.SH "Detailed Description"
|
|
.PP
|
|
The implementation of the \fBPenningTrap\fP class\&.
|
|
|
|
|
|
.PP
|
|
\fBAuthor\fP
|
|
.RS 4
|
|
Cory Alexander Balaton (coryab)
|
|
.PP
|
|
Janita Ovidie Sandtrøen Willumsen (janitaws)
|
|
.RE
|
|
.PP
|
|
\fBVersion\fP
|
|
.RS 4
|
|
0\&.1
|
|
.RE
|
|
.PP
|
|
.PP
|
|
\fBBug\fP
|
|
.RS 4
|
|
No known bugs
|
|
.RE
|
|
.PP
|
|
.PP
|
|
\fBTodo\fP
|
|
.RS 4
|
|
Implement evolve_RK4
|
|
.PP
|
|
Implement evolve_forward_euler
|
|
.RE
|
|
.PP
|
|
|
|
.PP
|
|
Definition in file \fBPenningTrap\&.cpp\fP\&.
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Penning Trap Simulation from the source code\&.
|