Project

General

Profile

Heckle user guide » History » Version 1

Nicolas Aunai, 17/10/2015 01:02 PM

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