Martin Diehl
|
316c5f7d20
|
internal errors (do not depend on user input)
|
2020-09-13 12:20:44 +02:00 |
Martin Diehl
|
3c5b89ac78
|
not needed anymore
|
2020-09-13 11:28:48 +02:00 |
Martin Diehl
|
74b35f5612
|
short numpy name
|
2020-09-13 11:18:57 +02:00 |
Martin Diehl
|
b499578a95
|
prefix should be name of the module
poor substitute for namespace
|
2020-09-13 10:39:17 +02:00 |
Martin Diehl
|
da0e16520c
|
handling of MPI in 'parallelization'
|
2020-09-13 10:26:33 +02:00 |
Sharan Roongta
|
7754a1ea56
|
Restructuring for material.yaml
|
2020-08-15 16:08:46 +02:00 |
Sharan Roongta
|
48b42debe0
|
redundant
|
2020-07-03 20:55:05 +02:00 |
Martin Diehl
|
432609ec14
|
cleaning
|
2020-07-03 16:45:11 +02:00 |
Sharan Roongta
|
57e4d01a6b
|
Merge branch 'development' into YAML-compatible-debug
|
2020-07-01 13:40:56 +02:00 |
Sharan Roongta
|
0b2d62e98d
|
polishing
|
2020-06-29 17:05:11 +02:00 |
Martin Diehl
|
640bc7b190
|
[skip ci] polishing
|
2020-06-29 15:09:13 +02:00 |
Sharan Roongta
|
14a4dc5184
|
Merge branch 'YAML-compatible-numerics' into YAML-compatible-debug
|
2020-06-27 21:48:59 +02:00 |
Sharan Roongta
|
77e7e3d3c4
|
polishing
|
2020-06-26 20:12:05 +02:00 |
Sharan Roongta
|
be84561e2e
|
num structure replicated; polishing
|
2020-06-24 16:48:51 +02:00 |
Martin Diehl
|
e2a0e98267
|
small polishing
|
2020-06-23 11:06:41 +02:00 |
Sharan Roongta
|
7c4afe06c9
|
less generic variables
|
2020-06-19 03:56:16 +02:00 |
Sharan Roongta
|
0cf06a77d4
|
bugfix
|
2020-06-18 18:14:53 +02:00 |
Sharan Roongta
|
4942304ee8
|
extended for grid
|
2020-06-18 17:43:25 +02:00 |
Sharan Roongta
|
0fc482585b
|
used for both grid & mesh; polishing
|
2020-06-17 23:00:03 +02:00 |
Sharan Roongta
|
d3f9e9f115
|
polishing
|
2020-06-17 18:02:22 +02:00 |
Sharan Roongta
|
19c44d5e97
|
Read numerics.yaml once
|
2020-06-16 18:47:19 +02:00 |
Martin Diehl
|
08ad9d1d57
|
was mixed up
|
2020-03-29 19:18:06 +02:00 |
Martin Diehl
|
7aa47d8f5a
|
module name follows filename
|
2020-03-20 07:18:11 +01:00 |
Martin Diehl
|
e1bd49a12b
|
constants/parameters in capitals
|
2020-03-17 08:17:14 +01:00 |
Martin Diehl
|
105853004a
|
correct type conversions
|
2020-03-09 14:07:31 +01:00 |
Martin Diehl
|
a1f36b14d3
|
simplifying
still trying to figure out how to best use HDF5 for reference stiffness
|
2020-03-09 14:05:49 +01:00 |
Martin Diehl
|
605e976915
|
I don't like loops
use language features and helper functions for shorter code
|
2020-02-23 09:45:19 +01:00 |
Martin Diehl
|
3b8dd17e5b
|
avoiding hard-coded constants
|
2020-01-26 12:25:45 +01:00 |
Martin Diehl
|
9c7f6811a2
|
use default string length
|
2020-01-26 12:17:59 +01:00 |
Martin Diehl
|
bd6f2a6b5c
|
consistent string length
|
2020-01-04 19:01:36 +01:00 |
Martin Diehl
|
b0ce324213
|
Merge remote-tracking branch 'origin/development' into simple-int-formatting
|
2019-12-08 20:24:05 +01:00 |
Martin Diehl
|
4eacc1d16d
|
polishing
|
2019-12-07 15:45:37 +01:00 |
Martin Diehl
|
f5292019e5
|
use rotation class
|
2019-12-02 20:23:50 +01:00 |
Martin Diehl
|
8a9d3f8d6d
|
avoid code duplication
|
2019-12-02 20:09:27 +01:00 |
Martin Diehl
|
83453d10ef
|
use rotation class for consistent handling of rotations
|
2019-12-02 16:37:22 +01:00 |
Martin Diehl
|
368d4debda
|
calculate average nodal position directly
no need to average and have second memory access
|
2019-10-30 14:49:08 +01:00 |
Martin Diehl
|
40507846c9
|
cell displacement are between nodes which start at (0,0,0)
|
2019-10-30 14:47:42 +01:00 |
Martin Diehl
|
1d2d7d1ea3
|
remove public variables
they make code unreadable and unmaintainable
|
2019-10-29 23:24:12 +01:00 |
Martin Diehl
|
402e681cf5
|
initialization of arrays for fourier transform more reasonable
- padding entries in real data array need to be zero
- all values of the fourier data arrays are explicitly set
|
2019-10-29 16:18:58 +01:00 |
Martin Diehl
|
1ae33cf215
|
avoid one loop and use filtered frequencies
|
2019-10-29 09:15:35 +01:00 |
Martin Diehl
|
f451d19c1e
|
forall is obsolete
some calculation simplified
|
2019-10-28 21:27:57 +01:00 |
Martin Diehl
|
c47f516769
|
do not correct fluctuations
|
2019-10-28 21:16:43 +01:00 |
Martin Diehl
|
cf8b16c066
|
better have one function per task
but separating ageing and forward for the solver is not trivial due to
guessing
|
2019-10-25 07:31:09 +02:00 |
Martin Diehl
|
176f6028cd
|
CPFE2 writes current variables (like grid solvers)
|
2019-10-24 13:06:42 +02:00 |
Martin Diehl
|
67228b46a6
|
modularize
|
2019-10-23 22:50:01 +02:00 |
Martin Diehl
|
52190382ac
|
cleaning
|
2019-10-23 22:42:46 +02:00 |
Martin Diehl
|
ad75ebd973
|
polishing
|
2019-09-29 11:26:57 -07:00 |
Martin Diehl
|
56c0f30687
|
tried to send to much data
|
2019-09-29 10:34:55 -07:00 |
Martin Diehl
|
8e5fd7c5e8
|
nodal discplacements for MPI
needs improvement with respect to readability and placement of origin
|
2019-09-29 10:04:07 -07:00 |
Martin Diehl
|
e04b074f3c
|
easier to read
|
2019-09-28 18:32:17 -07:00 |
Martin Diehl
|
3206ee04bc
|
nodal displacements for grid solver
currently for non-MPI only
|
2019-09-27 20:38:02 -07:00 |
Martin Diehl
|
5ba6b6c244
|
name reflects planned functionality:
should update node and cell center coordinates
|
2019-09-27 15:02:36 -07:00 |
Martin Diehl
|
e311c913b8
|
avoid public variable without write protection
|
2019-09-27 14:44:28 -07:00 |
Martin Diehl
|
13c62b890b
|
module name should reflect file name
|
2019-09-27 14:34:34 -07:00 |
Martin Diehl
|
53283d5c01
|
using newer interface
|
2019-09-20 18:20:33 -07:00 |
Martin Diehl
|
a88baf93b2
|
avoid division (mod) by zero
|
2019-06-28 17:09:27 -07:00 |
Martin Diehl
|
9dfe71aa06
|
better readable
|
2019-06-10 09:42:23 +02:00 |
Martin Diehl
|
14da4f8e43
|
easier to store positions than displacement
|
2019-06-06 18:28:10 +02:00 |
Martin Diehl
|
d4392dc1bd
|
one implicit none is enough
|
2019-05-30 23:58:59 +02:00 |
Martin Diehl
|
7d5f5afe01
|
further cleaning
|
2019-05-12 13:11:30 +02:00 |
Martin Diehl
|
477478f66c
|
source code structure reflects build targets
|
2019-04-29 10:43:49 +02:00 |