Project

General

Profile

Heckle user guide » History » Version 2

Nicolas Aunai, 17/10/2015 05:07 PM

1 1 Nicolas Aunai
h1. Heckle user guide
2
3
4 2 Nicolas Aunai
h2. Installation guide
5 1 Nicolas Aunai
6 2 Nicolas Aunai
* [[install_libdep | Libraries dependancies]]
7
8
9
10
h2. 
11 1 Nicolas Aunai
12
13
h2. FAQ
14
15
h3. Domain decomposition
16
17
* [[userdecomposition | Can I choose the number of MPI rectangular partition along each directions ?]]
18
* [[dynamicbalancing | Does Heckle have dynamic load balancing?]]
19
20
21
h3. Memory usage
22
23
* [[memoryusage | How can I check the memory usage of Heckle ?]]
24
25
26
h3. Initial condition models
27
28
* [[initialmodellist | What are the available initial models for Heckle?]]
29
* [[ implementnewmodel | How do I implement a new initial condition model in Heckle? ]]
30
31
32
33
h3. Boundary conditions
34
35
36
h3. Species
37
38
39
h3. Diagnostics outputs
40
41
* [[fieldoutputs#freq | How do I choose the output frequency for the fields?]]
42
* [[fieldoutputs#grid | On which grid are the fields outputs defined?]]
43
44
45
46
47
---
48
49
50
h2. Tests
51
52
* [[PartComms_test | PartComms]] Test of the particle communication module
53
* [[restart_test | Test of the restart ]]
54
55
56
---
57
58
59
h2. Code design
60
61
Here are documented the different parts of the code, its architecture and the methods that are used.
62
63
* [[domaindecomposition | Domain Decomposition]]
64
65
66
---
67
68
69
h2. Git Flow
70
71
Solid line branches must be public, black branches are common to all developers and gray ones are user branches. Dashed lines (topic) may be private.
72
73
p=. !https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/1023/hecklegitflow.001.png!
74
75
76
77
78
---
79
80
h2. Idees en vrac
81
* [[restart | Restart module]]