Pratheek Shanthraj
5e61ed0382
removed some no longer used tests for the basic spectral solver
2015-03-27 07:46:51 +00:00
Pratheek Shanthraj
e9a1ffd82e
switched from binary to h5 for fem output. improved post processing script to identify results by the variable name instead of offset number
2015-03-27 07:31:58 +00:00
Pratheek Shanthraj
c8554a5641
corrected alignment of restart output byte offset. restart test working now
2015-03-27 07:17:24 +00:00
Pratheek Shanthraj
1ee81e74ea
more patches to get the tests running again:
...
- fixed increment counting in postResults to current output scheme
- corrected node coordinates calculation
- some work on restart (restart test still not running)
2015-03-26 21:19:28 +00:00
Martin Diehl
69b8e02a3a
removed unwanted ASCII table data rewind causing problem for STDIN
2015-03-26 21:15:59 +00:00
Pratheek Shanthraj
86283359f1
PetscFinalize should be the last call before exiting
2015-03-26 13:43:18 +00:00
Pratheek Shanthraj
a9cf8e8051
some patches to compile damask core module without fftw-mpi
2015-03-26 13:41:19 +00:00
Martin Diehl
643f7fe934
some comments
2015-03-26 05:04:12 +00:00
Pratheek Shanthraj
bf108ee09f
updated to current petsc directories in the FEM makefiles
2015-03-25 16:23:37 +00:00
Pratheek Shanthraj
6e6f96f926
updated spectral example to show current way of starting a parallel simulation
2015-03-25 16:16:01 +00:00
Pratheek Shanthraj
fe4373a9f9
updated post processing script for MPI IO spectralOut file
2015-03-25 16:09:56 +00:00
Pratheek Shanthraj
2417877bdb
dropped non petsc basic spectral solver
2015-03-25 16:08:41 +00:00
Pratheek Shanthraj
d44fce4a76
Spectral solver now fully parallel (parallel IO, domain decomposition, FFTs and restart). Working but not extensively tested so please report bugs to me
2015-03-25 16:06:19 +00:00
Pratheek Shanthraj
37a7364a3e
multi physics output now working for all solvers
2015-03-25 16:02:30 +00:00
Test User
8b09d78ed1
Added report of SUCCESSFUL test for Revision 4012
2015-03-25 02:19:36 +00:00
Martin Diehl
1a3bfc7d1f
updated according to new convention for ip and nodes
2015-03-24 13:52:40 +00:00
Test User
df566f6466
Added report of SUCCESSFUL test for Revision 4010
2015-03-24 02:27:00 +00:00
Martin Diehl
d03aef882b
adjusted to new location
2015-03-20 15:55:08 +00:00
Pratheek Shanthraj
2d4e7fb8e7
calculate dFi/dS (9x9 matrix inverse) for the analytic jacobian only when needed. should improve performance
2015-03-20 07:41:11 +00:00
Pratheek Shanthraj
2e44a846af
need to keep track of temperature again since we can no longer get this from F_T
2015-03-18 18:03:18 +00:00
Pratheek Shanthraj
c5a8543f17
updated petsc
2015-03-18 17:18:43 +00:00
Test User
8b04854c23
Added report of SUCCESSFUL test for Revision 4005
2015-03-17 04:32:27 +00:00
Haiming Zhang
226381586c
compact the code of Yld2004-18p and Karafillis-Boyce, use array instead of components to calculate the partial derivative.
2015-03-16 16:42:26 +00:00
Martin Diehl
4a0c1c1717
comments
2015-03-15 15:30:14 +00:00
Martin Diehl
12cb5e56fe
fixed interpretation 'spectralOut' header. Seem to have been buggy all the time, but manifested itself only after keyword change. Also added ':' after keywords to be more robust
2015-03-15 15:29:38 +00:00
Martin Diehl
dd5055dc19
improved warning in case the core module is not found, corrected '/echo/' handling (had problems with key 'c/a'
2015-03-15 15:24:45 +00:00
Martin Diehl
df2ee87a7c
corrected help
2015-03-13 14:47:22 +00:00
Martin Diehl
c4f639dbfb
prevent crash in option parsing
2015-03-13 14:46:40 +00:00
Martin Diehl
89fa31b070
avoid troubles with /echo/ tag by considering it as a comment
2015-03-13 14:46:11 +00:00
Martin Diehl
ac3d82493e
changed output keywords form resolution to grid and from dimension to size
2015-03-13 14:45:33 +00:00
Martin Diehl
8ac309f0e9
two times the same file with different names, this one was name wrong
2015-03-13 14:05:06 +00:00
Martin Diehl
e4d70e971d
cp is commercially pure ;)
2015-03-13 13:49:09 +00:00
Martin Diehl
cdf5a46940
corrected ignore list
2015-03-13 13:48:32 +00:00
Haiming Zhang
a048b2ec15
1. Implement bbc2005 yield criterion (the residum and Jacobian); 2. bbc2005 works
2015-03-13 10:07:23 +00:00
Haiming Zhang
56cf1b53eb
add Fourier interplation, anisotropic Vegter yield criterion is okay
2015-03-13 08:50:47 +00:00
Franz Roters
4b19b74d11
number of intervals is limit/delta not limit/delta -1
2015-03-13 08:39:55 +00:00
Martin Diehl
d8debc3396
updated reference geom files (used old names), updated numerics.config to reflect use of analytic jaco
2015-03-13 06:47:26 +00:00
Martin Diehl
aa125bac5b
aliases for grid and size not supported any more
2015-03-12 22:30:24 +00:00
Martin Diehl
00cba25a44
improved update of ip coordinates for spectral solver.
...
do not need to create a new fftw plan all the time, using data already defined for the convolution
2015-03-12 22:28:33 +00:00
Martin Diehl
263f997cf2
seems to be an old output
2015-03-12 08:51:56 +00:00
Martin Diehl
e6fe010449
ipcoordinates do not exist
2015-03-12 08:49:50 +00:00
Martin Diehl
def6d6b878
re-introduced determination of elem column
2015-03-12 06:20:40 +00:00
Bret Dunlap
3f340ffac9
fixed bug for table data without labels in header
2015-03-11 20:39:14 +00:00
Haiming Zhang
de29524189
add Vegter criteria, planar isotropy works
2015-03-11 17:42:46 +00:00
Martin Diehl
72efc7b30c
renamed resolution -> grid, dimension -> size
2015-03-11 08:55:48 +00:00
Martin Diehl
0dde6539ed
renamed from 1_ip to 1_ipinitialcoord
2015-03-11 07:22:11 +00:00
Martin Diehl
eb1561b528
changed postprocessing to use 1_ip instead of ip.x etc, plus corrected test files headers
2015-03-10 21:15:05 +00:00
Martin Diehl
b338f1aeb8
added some outputs
2015-03-09 23:10:36 +00:00
Martin Diehl
85f14e2674
fixed reference values for addOrientation, values changed with 3963
2015-03-09 23:08:47 +00:00
Martin Diehl
5c1a382c3c
fixed bugs (false negative) for addMapped and addEuclideanDistance
2015-03-09 23:05:49 +00:00