Skip to content

Commit a0be41e

Browse files
committed
added license header in the demo src files
1 parent 64a8471 commit a0be41e

72 files changed

Lines changed: 1296 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

demo_src/C/2D/Ellipse/ellipse.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
#include <stdio.h>
220
#include <stdlib.h>
321
#include <math.h>

demo_src/C/2D/Ellipse/ellipse.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
/* grid resolution */
220
#define NMX 10
321
#define NMY 10

demo_src/C/2D/Ellipse/main_ellipse.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
#include <stdio.h>
220
#include <math.h>
321
#include <string.h>

demo_src/C/2D/Gaussian/gaussian.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
#include <stdio.h>
220
#include <stdlib.h>
321
#include <math.h>

demo_src/C/2D/Gaussian/gaussian.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
/* grid resolution */
220
#define NMX 10
321
#define NMY 10

demo_src/C/2D/Gaussian/main_gaussian.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
#include <stdio.h>
220
#include <math.h>
321
#include <string.h>

demo_src/C/2D/Rectangle/main_rectangle.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
#include <stdio.h>
220
#include <math.h>
321
#include <string.h>

demo_src/C/2D/Rectangle/rectangle.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
#include <stdio.h>
220
#include <stdlib.h>
321
#include <math.h>

demo_src/C/2D/Rectangle/rectangle.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
#define MAX(a,b) ((a) > (b) ? (a) : (b))
220

321
/* grid resolution */

demo_src/C/2D/Sine_line/main_sine_line.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/****************************************************************************
2+
* Copyright (C) 2015 by Simone Bnà(a), Sandro Manservisi(a), *
3+
* Ruben Scardovelli(a), Philip Yecko(b) and Stephane Zaleski(c,d) *
4+
* (a) DIN–Lab. di Montecuccolino, Università di Bologna, *
5+
* Via dei Colli 16, 40136 Bologna, Italy *
6+
* (b) Physics Department, Cooper Union, New York, NY, USA *
7+
* (c) Sorbonne Universités, UPMC Univ Paris 06, UMR 7190, *
8+
* Institut Jean Le Rond d’Alembert, F-75005, Paris, France *
9+
* (d) CNRS, UMR 7190, Institut Jean Le Rond d’Alembert, F-75005, *
10+
* Paris, France *
11+
* *
12+
* You should have received a copy of the CPC license along with Vofi. *
13+
* If not, see http://cpc.cs.qub.ac.uk/licence/licence.html. *
14+
* *
15+
* e-mail: ruben.scardovelli@unibo.it *
16+
* *
17+
****************************************************************************/
18+
119
#include <stdio.h>
220
#include <math.h>
321
#include <string.h>

0 commit comments

Comments
 (0)