-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
still need to implement the trefftz cd kernel rip avx2
- Loading branch information
1 parent
0713929
commit 655d7e7
Showing
13 changed files
with
184 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
1 | ||
3 9 1 | ||
0.0000000000000000 0.50000000000000000 1.0000000000000000 0.0000000000000000 | ||
0.50000000000000000 1.0000000000000000 0.0000000000000000 0.50000000000000000 | ||
1.0000000000000000 0.0000000000000000 0.50000000000000000 1.0000000000000000 | ||
0.0000000000000000 0.50000000000000000 1.0000000000000000 0.0000000000000000 | ||
0.50000000000000000 1.0000000000000000 0.0000000000000000 0.50000000000000000 | ||
1.0000000000000000 0.0000000000000000 0.50000000000000000 1.0000000000000000 | ||
0.0000000000000000 0.50000000000000000 1.0000000000000000 | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 3750.0000000000000 | ||
3750.0000000000005 3750.0000000000000 7500.0000000000000 7500.0000000000009 | ||
7500.0000000000000 11250.000000000000 11250.000000000000 11250.000000000000 | ||
15000.000000000000 15000.000000000002 15000.000000000000 18750.000000000000 | ||
18750.000000000000 18750.000000000000 17500.000000000000 17500.000000000000 | ||
17500.000000000000 13750.000000000000 13750.000000000000 13750.000000000000 | ||
10000.000000000000 10000.000000000000 10000.000000000000 | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ void kernel_influence( | |
f32 normalx[], f32 normaly[], f32 normalz[], | ||
u32 ia, u32 lidx, f32 sigma_p4 | ||
); | ||
} | ||
} | ||
|
Oops, something went wrong.