Commit 6ae4572
Adding test cases for reading of fourier coefficient file (#427)
* fix read io bug and add test for fft
* add python script for fft compute
* updated .vtu file for test
* minor comments
* added header file for test_ftt unit test
* added copyright
* addresses minor comments and changes description
* improved .fcs precision and removed files where not needed
* updated README for fcs
* added utilities directory that contains python script for fcs generation
* minor edit to README
---------
Co-authored-by: Aaron Brown <[email protected]>1 parent 045220a commit 6ae4572
File tree
26 files changed
+632
-113
lines changed- Code/Source/solver
- tests
- cases/fluid
- pipe_RCR_3d_fourier_coeff
- mesh
- mesh-surfaces
- pipe_RCR_3d_petsc
- pipe_RCR_3d_trilinos_bj
- pipe_RCR_3d_trilinos_ilut
- pipe_RCR_3d
- pipe_RCR_weak_dir_3d
- unitTests/math_tests
- utilities
- fourier_coefficients
26 files changed
+632
-113
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1935 | 1935 | | |
1936 | 1936 | | |
1937 | 1937 | | |
1938 | | - | |
1939 | | - | |
1940 | | - | |
1941 | | - | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
1942 | 1941 | | |
1943 | 1942 | | |
1944 | 1943 | | |
| |||
2004 | 2003 | | |
2005 | 2004 | | |
2006 | 2005 | | |
2007 | | - | |
2008 | | - | |
2009 | | - | |
2010 | | - | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
2011 | 2009 | | |
2012 | 2010 | | |
2013 | 2011 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments