Dataset Viewer
Auto-converted to Parquet Duplicate
org
stringclasses
1 value
repo
stringclasses
1 value
number
int64
1
1.09k
state
stringclasses
1 value
title
stringlengths
36
99
body
stringlengths
96
159
base
dict
resolved_issues
listlengths
0
0
fix_patch
stringlengths
271
354k
test_patch
stringclasses
60 values
tag
stringclasses
1 value
number_interval
stringclasses
1 value
lang
stringclasses
1 value
einsteintoolkit
Cactus
1
open
Add missing uniform_charge.c in CactusExamples/Poisson
This PR adds the missing source file uniform_charge.c to complete the CactusExamples/Poisson thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/Poisson/src/uniform_charge.c b/arrangements/CactusExamples/Poisson/src/uniform_charge.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/Poisson/src/uniform_charge.c @@ -0,0 +1,183 @@ +#include <assert.h> +#include <math.h> +#include <s...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +charge_tatelliptic_petsc
cpp
einsteintoolkit
Cactus
2
open
Add missing make.code.defn in CactusExamples/Poisson
This PR adds the missing source file make.code.defn to complete the CactusExamples/Poisson thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/Poisson/src/make.code.defn b/arrangements/CactusExamples/Poisson/src/make.code.defn new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/Poisson/src/make.code.defn @@ -0,0 +1,8 @@ +# Main make.code.defn file for thorn Poisson + +# Source fi...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +charge_tatelliptic_petsc
cpp
einsteintoolkit
Cactus
3
open
Add missing Register.c in CactusExamples/SampleBoundary
This PR adds the missing source file Register.c to complete the CactusExamples/SampleBoundary thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/SampleBoundary/src/Register.c b/arrangements/CactusExamples/SampleBoundary/src/Register.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/SampleBoundary/src/Register.c @@ -0,0 +1,88 @@ + /*@@ + @file Register.c + @date 6 ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoyc
cpp
einsteintoolkit
Cactus
4
open
Add missing SampleBnd.h in CactusExamples/SampleBoundary
This PR adds the missing source file SampleBnd.h to complete the CactusExamples/SampleBoundary thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/SampleBoundary/src/SampleBnd.h b/arrangements/CactusExamples/SampleBoundary/src/SampleBnd.h new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/SampleBoundary/src/SampleBnd.h @@ -0,0 +1,35 @@ + /*@@ + @file SampleBnd.h + @date ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoyc
cpp
einsteintoolkit
Cactus
5
open
Add missing LinearExtrapBnd.c in CactusExamples/SampleBoundary
This PR adds the missing source file LinearExtrapBnd.c to complete the CactusExamples/SampleBoundary thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/SampleBoundary/src/LinearExtrapBnd.c b/arrangements/CactusExamples/SampleBoundary/src/LinearExtrapBnd.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/SampleBoundary/src/LinearExtrapBnd.c @@ -0,0 +1,246 @@ + /*@@ + @file Linear...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoyc
cpp
einsteintoolkit
Cactus
6
open
Add missing make.code.defn in CactusExamples/SampleBoundary
This PR adds the missing source file make.code.defn to complete the CactusExamples/SampleBoundary thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/SampleBoundary/src/make.code.defn b/arrangements/CactusExamples/SampleBoundary/src/make.code.defn new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/SampleBoundary/src/make.code.defn @@ -0,0 +1,8 @@ +# Main make.code.defn file for thorn S...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoyc
cpp
einsteintoolkit
Cactus
7
open
Add missing LinearExtrapBnd.F in CactusExamples/SampleBoundary
This PR adds the missing source file LinearExtrapBnd.F to complete the CactusExamples/SampleBoundary thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/SampleBoundary/src/LinearExtrapBnd.F b/arrangements/CactusExamples/SampleBoundary/src/LinearExtrapBnd.F new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/SampleBoundary/src/LinearExtrapBnd.F @@ -0,0 +1,141 @@ +c This subroutine linearly ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoyc
cpp
einsteintoolkit
Cactus
8
open
Add missing WaveMoLRegister.c in CactusExamples/WaveMoL
This PR adds the missing source file WaveMoLRegister.c to complete the CactusExamples/WaveMoL thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveMoL/src/WaveMoLRegister.c b/arrangements/CactusExamples/WaveMoL/src/WaveMoLRegister.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveMoL/src/WaveMoLRegister.c @@ -0,0 +1,93 @@ + /*@@ + @file WaveMoLRegister.c + @date ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +gaussian
cpp
einsteintoolkit
Cactus
9
open
Add missing WaveMoL.c in CactusExamples/WaveMoL
This PR adds the missing source file WaveMoL.c to complete the CactusExamples/WaveMoL thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveMoL/src/WaveMoL.c b/arrangements/CactusExamples/WaveMoL/src/WaveMoL.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveMoL/src/WaveMoL.c @@ -0,0 +1,220 @@ + /*@@ + @file WaveMoL.c + @date Fri Nov 9 13:33:25 2001 +...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +gaussian
cpp
einsteintoolkit
Cactus
10
open
Add missing make.code.defn in CactusExamples/WaveMoL
This PR adds the missing source file make.code.defn to complete the CactusExamples/WaveMoL thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveMoL/src/make.code.defn b/arrangements/CactusExamples/WaveMoL/src/make.code.defn new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveMoL/src/make.code.defn @@ -0,0 +1,9 @@ +# Main make.code.defn file for thorn WaveMoL +# $Header$ + ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +gaussian
cpp
einsteintoolkit
Cactus
11
open
Add missing InitSymBound.c in CactusExamples/WaveMoL
This PR adds the missing source file InitSymBound.c to complete the CactusExamples/WaveMoL thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveMoL/src/InitSymBound.c b/arrangements/CactusExamples/WaveMoL/src/InitSymBound.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveMoL/src/InitSymBound.c @@ -0,0 +1,65 @@ + /*@@ + @file InitSymBound.c + @date Fri Nov...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +gaussian
cpp
einsteintoolkit
Cactus
12
open
Add missing Startup.c in CactusExamples/WaveMoL
This PR adds the missing source file Startup.c to complete the CactusExamples/WaveMoL thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveMoL/src/Startup.c b/arrangements/CactusExamples/WaveMoL/src/Startup.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveMoL/src/Startup.c @@ -0,0 +1,42 @@ + /*@@ + @file Startup.c + @date Fri Nov 9 13:27:48 2001 + ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +gaussian
cpp
einsteintoolkit
Cactus
13
open
Add missing Evolve.F77 in CactusExamples/WaveToy1DF77
This PR adds the missing source file Evolve.F77 to complete the CactusExamples/WaveToy1DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy1DF77/src/Evolve.F77 b/arrangements/CactusExamples/WaveToy1DF77/src/Evolve.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy1DF77/src/Evolve.F77 @@ -0,0 +1,62 @@ + /*@@ + @file Evolve.F77 + @date June 13 ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoy1df77
cpp
einsteintoolkit
Cactus
14
open
Add missing Startup.F77 in CactusExamples/WaveToy1DF77
This PR adds the missing source file Startup.F77 to complete the CactusExamples/WaveToy1DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy1DF77/src/Startup.F77 b/arrangements/CactusExamples/WaveToy1DF77/src/Startup.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy1DF77/src/Startup.F77 @@ -0,0 +1,24 @@ + /*@@ + @file Startup.F77 + @date June...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoy1df77
cpp
einsteintoolkit
Cactus
15
open
Add missing Initial.F77 in CactusExamples/WaveToy1DF77
This PR adds the missing source file Initial.F77 to complete the CactusExamples/WaveToy1DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy1DF77/src/Initial.F77 b/arrangements/CactusExamples/WaveToy1DF77/src/Initial.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy1DF77/src/Initial.F77 @@ -0,0 +1,75 @@ + /*@@ + @file Initial.F77 + @date June...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoy1df77
cpp
einsteintoolkit
Cactus
16
open
Add missing Coord.F77 in CactusExamples/WaveToy1DF77
This PR adds the missing source file Coord.F77 to complete the CactusExamples/WaveToy1DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy1DF77/src/Coord.F77 b/arrangements/CactusExamples/WaveToy1DF77/src/Coord.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy1DF77/src/Coord.F77 @@ -0,0 +1,171 @@ + /*@@ + @file Coord.F77 + @date June 13 200...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoy1df77
cpp
einsteintoolkit
Cactus
17
open
Add missing make.code.defn in CactusExamples/WaveToy1DF77
This PR adds the missing source file make.code.defn to complete the CactusExamples/WaveToy1DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy1DF77/src/make.code.defn b/arrangements/CactusExamples/WaveToy1DF77/src/make.code.defn new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy1DF77/src/make.code.defn @@ -0,0 +1,13 @@ +# Main make.code.defn file for thorn WaveTo...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoy1df77
cpp
einsteintoolkit
Cactus
18
open
Add missing Boundary.F77 in CactusExamples/WaveToy1DF77
This PR adds the missing source file Boundary.F77 to complete the CactusExamples/WaveToy1DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy1DF77/src/Boundary.F77 b/arrangements/CactusExamples/WaveToy1DF77/src/Boundary.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy1DF77/src/Boundary.F77 @@ -0,0 +1,43 @@ + /*@@ + @file Boundary.F77 + @date ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +wavetoy1df77
cpp
einsteintoolkit
Cactus
19
open
Add missing Evolve.F77 in CactusExamples/WaveToy2DF77
This PR adds the missing source file Evolve.F77 to complete the CactusExamples/WaveToy2DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy2DF77/src/Evolve.F77 b/arrangements/CactusExamples/WaveToy2DF77/src/Evolve.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy2DF77/src/Evolve.F77 @@ -0,0 +1,64 @@ + /*@@ + @file Evolve.F77 + @date July 2 2...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +test_WaveToy2D
cpp
einsteintoolkit
Cactus
20
open
Add missing Startup.F77 in CactusExamples/WaveToy2DF77
This PR adds the missing source file Startup.F77 to complete the CactusExamples/WaveToy2DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy2DF77/src/Startup.F77 b/arrangements/CactusExamples/WaveToy2DF77/src/Startup.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy2DF77/src/Startup.F77 @@ -0,0 +1,24 @@ + /*@@ + @file Startup.F77 + @date July...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +test_WaveToy2D
cpp
einsteintoolkit
Cactus
21
open
Add missing Initial.F77 in CactusExamples/WaveToy2DF77
This PR adds the missing source file Initial.F77 to complete the CactusExamples/WaveToy2DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy2DF77/src/Initial.F77 b/arrangements/CactusExamples/WaveToy2DF77/src/Initial.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy2DF77/src/Initial.F77 @@ -0,0 +1,89 @@ + /*@@ + @file Initial.F77 + @date June...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +test_WaveToy2D
cpp
einsteintoolkit
Cactus
22
open
Add missing Coord.F77 in CactusExamples/WaveToy2DF77
This PR adds the missing source file Coord.F77 to complete the CactusExamples/WaveToy2DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy2DF77/src/Coord.F77 b/arrangements/CactusExamples/WaveToy2DF77/src/Coord.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy2DF77/src/Coord.F77 @@ -0,0 +1,237 @@ + /*@@ + @file Coord.F77 + @date July 2 2000...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +test_WaveToy2D
cpp
einsteintoolkit
Cactus
23
open
Add missing make.code.defn in CactusExamples/WaveToy2DF77
This PR adds the missing source file make.code.defn to complete the CactusExamples/WaveToy2DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy2DF77/src/make.code.defn b/arrangements/CactusExamples/WaveToy2DF77/src/make.code.defn new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy2DF77/src/make.code.defn @@ -0,0 +1,13 @@ +# Main make.code.defn file for thorn WaveTo...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +test_WaveToy2D
cpp
einsteintoolkit
Cactus
24
open
Add missing Boundary.F77 in CactusExamples/WaveToy2DF77
This PR adds the missing source file Boundary.F77 to complete the CactusExamples/WaveToy2DF77 thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusExamples/WaveToy2DF77/src/Boundary.F77 b/arrangements/CactusExamples/WaveToy2DF77/src/Boundary.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusExamples/WaveToy2DF77/src/Boundary.F77 @@ -0,0 +1,28 @@ +#include "cctk.h" +#include "cctk_Arguments.h" +#...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,1 @@ +test_WaveToy2D
cpp
einsteintoolkit
Cactus
25
open
Add missing SymInterp.c in CactusNumerical/Cartoon2D
This PR adds the missing source file SymInterp.c to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/SymInterp.c b/arrangements/CactusNumerical/Cartoon2D/src/SymInterp.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/SymInterp.c @@ -0,0 +1,995 @@ +/* $Header$ */ + +#include <assert.h> +#include <math.h> ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
26
open
Add missing Cartoon2D.h in CactusNumerical/Cartoon2D
This PR adds the missing source file Cartoon2D.h to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/Cartoon2D.h b/arrangements/CactusNumerical/Cartoon2D/src/Cartoon2D.h new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/Cartoon2D.h @@ -0,0 +1,30 @@ +/* $Header$ */ + +#include "cctk.h" + +/* Function prototy...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
27
open
Add missing interpolate.c in CactusNumerical/Cartoon2D
This PR adds the missing source file interpolate.c to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/interpolate.c b/arrangements/CactusNumerical/Cartoon2D/src/interpolate.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/interpolate.c @@ -0,0 +1,445 @@ +/* interpolate.c -- interpolation functions */ +/* ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
28
open
Add missing Cartoon2DBC.c in CactusNumerical/Cartoon2D
This PR adds the missing source file Cartoon2DBC.c to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/Cartoon2DBC.c b/arrangements/CactusNumerical/Cartoon2D/src/Cartoon2DBC.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/Cartoon2DBC.c @@ -0,0 +1,657 @@ +/*@@ + @file Cartoon2DBC.c + @date Th...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
29
open
Add missing SetGrid.c in CactusNumerical/Cartoon2D
This PR adds the missing source file SetGrid.c to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/SetGrid.c b/arrangements/CactusNumerical/Cartoon2D/src/SetGrid.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/SetGrid.c @@ -0,0 +1,269 @@ +/*@@ + @file SetGrid.c + @date April 2002 + @au...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
30
open
Add missing make.code.defn in CactusNumerical/Cartoon2D
This PR adds the missing source file make.code.defn to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/make.code.defn b/arrangements/CactusNumerical/Cartoon2D/src/make.code.defn new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/make.code.defn @@ -0,0 +1,8 @@ +# Main make.code.defn file for thorn Cartoon2D +# ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
31
open
Add missing CheckParameters.c in CactusNumerical/Cartoon2D
This PR adds the missing source file CheckParameters.c to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/CheckParameters.c b/arrangements/CactusNumerical/Cartoon2D/src/CheckParameters.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/CheckParameters.c @@ -0,0 +1,71 @@ +/*@@ + @file CheckParameters.c + ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
32
open
Add missing ApplyCartoon.c in CactusNumerical/Cartoon2D
This PR adds the missing source file ApplyCartoon.c to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/ApplyCartoon.c b/arrangements/CactusNumerical/Cartoon2D/src/ApplyCartoon.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/ApplyCartoon.c @@ -0,0 +1,272 @@ +/*@@ + @file ApplyCartoon.c + @date ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
33
open
Add missing Cartoon2D_tensors.h in CactusNumerical/Cartoon2D
This PR adds the missing source file Cartoon2D_tensors.h to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/Cartoon2D_tensors.h b/arrangements/CactusNumerical/Cartoon2D/src/Cartoon2D_tensors.h new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/Cartoon2D_tensors.h @@ -0,0 +1,12 @@ +/* Number of tensor types defined ...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
34
open
Add missing RegisterSym.c in CactusNumerical/Cartoon2D
This PR adds the missing source file RegisterSym.c to complete the CactusNumerical/Cartoon2D thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Cartoon2D/src/RegisterSym.c b/arrangements/CactusNumerical/Cartoon2D/src/RegisterSym.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Cartoon2D/src/RegisterSym.c @@ -0,0 +1,69 @@ +/*@@ + @file RegisterSym.c + @date Feb...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +carpet +test_cartoon_3
cpp
einsteintoolkit
Cactus
35
open
Add missing paramcheck.c in CactusNumerical/Dissipation
This PR adds the missing source file paramcheck.c to complete the CactusNumerical/Dissipation thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Dissipation/src/paramcheck.c b/arrangements/CactusNumerical/Dissipation/src/paramcheck.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Dissipation/src/paramcheck.c @@ -0,0 +1,33 @@ +/* $Header$ */ + +#include "cctk.h" +#include "cc...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +test_ah +test_ob
cpp
einsteintoolkit
Cactus
36
open
Add missing basegrid.c in CactusNumerical/Dissipation
This PR adds the missing source file basegrid.c to complete the CactusNumerical/Dissipation thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Dissipation/src/basegrid.c b/arrangements/CactusNumerical/Dissipation/src/basegrid.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Dissipation/src/basegrid.c @@ -0,0 +1,26 @@ +/* $Header$ */ + +#include "cctk.h" +#include "cctk_Arg...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +test_ah +test_ob
cpp
einsteintoolkit
Cactus
37
open
Add missing apply_dissipation.F77 in CactusNumerical/Dissipation
This PR adds the missing source file apply_dissipation.F77 to complete the CactusNumerical/Dissipation thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Dissipation/src/apply_dissipation.F77 b/arrangements/CactusNumerical/Dissipation/src/apply_dissipation.F77 new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Dissipation/src/apply_dissipation.F77 @@ -0,0 +1,105 @@ +c $Header$ + +#in...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +test_ah +test_ob
cpp
einsteintoolkit
Cactus
38
open
Add missing make.code.defn in CactusNumerical/Dissipation
This PR adds the missing source file make.code.defn to complete the CactusNumerical/Dissipation thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Dissipation/src/make.code.defn b/arrangements/CactusNumerical/Dissipation/src/make.code.defn new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Dissipation/src/make.code.defn @@ -0,0 +1,8 @@ +# Main make.code.defn file for thorn Dissipa...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +test_ah +test_ob
cpp
einsteintoolkit
Cactus
39
open
Add missing dissipation.c in CactusNumerical/Dissipation
This PR adds the missing source file dissipation.c to complete the CactusNumerical/Dissipation thorn implementation.
{ "label": "einsteintoolkit:main", "ref": "main", "sha": "HEAD" }
[]
diff --git a/arrangements/CactusNumerical/Dissipation/src/dissipation.c b/arrangements/CactusNumerical/Dissipation/src/dissipation.c new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/arrangements/CactusNumerical/Dissipation/src/dissipation.c @@ -0,0 +1,108 @@ +/* $Header$ */ + +#include <assert.h> +#inclu...
diff --git a/all_tests.txt b/all_tests.txt new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/all_tests.txt @@ -0,0 +1,2 @@ +test_ah +test_ob
cpp
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
6