Update docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.TH "src/main.cpp" 3 "Sun Oct 8 2023" "Penning Trap Simulation" \" -*- nroff -*-
|
||||
.TH "src/main.cpp" 3 "Sat Oct 14 2023" "Penning Trap Simulation" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
@@ -7,14 +7,22 @@ src/main.cpp \- The main program for this project\&.
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <cmath>\fP
|
||||
.br
|
||||
\fC#include <fstream>\fP
|
||||
.br
|
||||
\fC#include <omp\&.h>\fP
|
||||
.br
|
||||
\fC#include <string>\fP
|
||||
.br
|
||||
\fC#include <sys/stat\&.h>\fP
|
||||
.br
|
||||
\fC#include <vector>\fP
|
||||
.br
|
||||
\fC#include 'PenningTrap\&.hpp'\fP
|
||||
.br
|
||||
\fC#include 'utils\&.hpp'\fP
|
||||
.br
|
||||
|
||||
.SS "Macros"
|
||||
|
||||
@@ -36,12 +44,34 @@ src/main.cpp \- The main program for this project\&.
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBsimulate_single_particle\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBsimulate_two_particles\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBsimulate_single_particle_with_different_steps\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBsimulate_100_particles\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBsimulate_100_particles_with_time_potential\fP ()"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "int \fBmain\fP ()"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Variables"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBParticle\fP \fBp1\fP (CHARGE, MASS, \fBvec_3d\fP{20\&., 0\&., 20\&.}, \fBvec_3d\fP{0\&., 25\&., 0\&.})"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "\fBParticle\fP \fBp2\fP (CHARGE, MASS, \fBvec_3d\fP{25\&., 25\&., 0\&.}, \fBvec_3d\fP{0\&., 40\&., 5\&.})"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
The main program for this project\&.
|
||||
@@ -74,29 +104,45 @@ Definition in file \fBmain\&.cpp\fP\&.
|
||||
.SS "#define CHARGE 1\&."
|
||||
|
||||
.PP
|
||||
Definition at line \fB21\fP of file \fBmain\&.cpp\fP\&.
|
||||
Definition at line \fB25\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SS "#define MASS 40\&."
|
||||
|
||||
.PP
|
||||
Definition at line \fB22\fP of file \fBmain\&.cpp\fP\&.
|
||||
Definition at line \fB26\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SS "#define N 10000"
|
||||
|
||||
.PP
|
||||
Definition at line \fB20\fP of file \fBmain\&.cpp\fP\&.
|
||||
Definition at line \fB24\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SS "#define PARTICLES 100"
|
||||
|
||||
.PP
|
||||
Definition at line \fB19\fP of file \fBmain\&.cpp\fP\&.
|
||||
Definition at line \fB23\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SH "Function Documentation"
|
||||
.PP
|
||||
.SS "int main ()"
|
||||
|
||||
.PP
|
||||
Definition at line \fB77\fP of file \fBmain\&.cpp\fP\&.
|
||||
Definition at line \fB124\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SS "void simulate_100_particles ()"
|
||||
|
||||
.PP
|
||||
Definition at line \fB24\fP of file \fBmain\&.cpp\fP\&.
|
||||
Definition at line \fB77\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SS "void simulate_100_particles_with_time_potential ()"
|
||||
|
||||
.PP
|
||||
Definition at line \fB91\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SS "void simulate_single_particle ()"
|
||||
|
||||
.PP
|
||||
Definition at line \fB31\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SS "void simulate_single_particle_with_different_steps ()"
|
||||
|
||||
.PP
|
||||
Definition at line \fB55\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SS "void simulate_two_particles ()"
|
||||
|
||||
.PP
|
||||
Definition at line \fB42\fP of file \fBmain\&.cpp\fP\&.
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for Penning Trap Simulation from the source code\&.
|
||||
|
||||
Reference in New Issue
Block a user