-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDOC_mainpage.dox
More file actions
executable file
·43 lines (21 loc) · 1.17 KB
/
DOC_mainpage.dox
File metadata and controls
executable file
·43 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*!\mainpage
\section intro_sec Introduction
LATField2, the second version of the LATfield library is a simple C++ framework for lattice based simulation on massively parallel computer.
Version 1.2
Bug fix:
FFT complex to complex fixed
Save HDF5 dataset name fixed
Version 1.1:
- Output server completly rebuilt.
- A particles handler for colisionless particles
Version 1.0:
- the parallelization has been rebuilt to distribute 2 of the lattice dimensions into a 2-dimensional MPI process grid.
- A FFT wrapper for 3d cubic lattices.
- HDF5 I/O (serial and parallel).
- An I/O server has been implemented to improve I/O from compute nodes. (Beta)
\section install_sec Downloads
The library git repository is on gitHub: https://github.com/daverio/LATfield2.git. To clone it:
git clone https://github.com/daverio/LATfield2.git
\section getstart_sec Getting Started
The best way to start with LATfield is to jump into the examples starting with the "getting started" example. The FFT example will explain the usage of the PlanFFT class and the IOserver example the IO server. There is a fourth example which show how to build a Poisson solver, but is currently not documented.
*/