Martin Diehl
|
dfe65e406d
|
restart for commercial FE solvers untested
better no code than unreliable code. If functionality is needed,
implement it without the use of publicly writeable variables
|
2019-10-23 22:13:31 +02:00 |
Martin Diehl
|
be0d961954
|
cleaning
|
2019-09-19 13:40:03 -07:00 |
Martin Diehl
|
f22fcc7271
|
further removal of mesh
|
2019-06-07 10:20:56 +02:00 |
Martin Diehl
|
87bc95e6fb
|
IPvolume is only needed for nonlocal
|
2019-06-06 23:17:02 +02:00 |
Martin Diehl
|
f0adcc665c
|
discretization contains now all information to substitute mesh
only plastic_nonlocal needs extra information
|
2019-06-06 20:54:19 +02:00 |
Martin Diehl
|
b127dcf44e
|
separating mesh and nonlocal related geometry
|
2019-06-06 08:19:29 +02:00 |
Martin Diehl
|
346c7c4a7f
|
one implicit none is enough
|
2019-05-14 23:12:32 +02:00 |
Martin Diehl
|
51e19048f7
|
pInt not needed anymore
|
2019-05-14 22:52:33 +02:00 |
Martin Diehl
|
b8c8c4ade6
|
follow numpy naming convention
|
2019-05-10 15:19:00 +02:00 |
Martin Diehl
|
811fc5c30c
|
don't put implementation details in function name
|
2019-05-10 15:03:54 +02:00 |
Martin Diehl
|
c8f426a875
|
use variables from mesh object
|
2019-03-10 12:05:52 +01:00 |
Martin Diehl
|
363a95d5b7
|
not needed
|
2019-03-08 19:07:19 +01:00 |
Martin Diehl
|
77d60be127
|
avoid superfluous reporting
|
2019-02-16 11:30:56 +01:00 |
Martin Diehl
|
a57aa7985a
|
wrong name
|
2019-02-03 18:11:16 +01:00 |
Martin Diehl
|
2aba6faf40
|
cleaning and making dependencies clear
|
2019-02-03 14:22:06 +01:00 |
Martin Diehl
|
b9f93d5460
|
is now a subfunction
|
2019-02-03 11:22:23 +01:00 |
Martin Diehl
|
1eb30f3ae7
|
re-ordered according to calling sequence
|
2019-02-02 20:49:15 +01:00 |
Martin Diehl
|
819ec40b44
|
clearer order:
1) parse file
2) set up element
3) set up mesh
|
2019-02-02 17:24:18 +01:00 |
Martin Diehl
|
07cca77fce
|
left over jump marks
|
2019-02-02 17:19:12 +01:00 |
Martin Diehl
|
4f2a3d7f55
|
unused variables
|
2019-02-02 12:23:53 +01:00 |
Martin Diehl
|
94a24e45ee
|
bugfixes:
theMesh%Nelems need to be set (using an intermediate function until a
routine does that)
spectral.geom file can have "N+n to N" (backwards counting)
|
2019-02-02 11:46:38 +01:00 |
Martin Diehl
|
9975048f29
|
better avoid jump marks: Abaqus, Part 2
|
2019-02-02 09:56:11 +01:00 |
Martin Diehl
|
5810dce618
|
better avoid jump marks
|
2019-02-02 09:29:58 +01:00 |
Martin Diehl
|
614a8d694c
|
re-implement mesh reporting later on in mesh_base
|
2019-02-01 12:28:18 +01:00 |
Martin Diehl
|
5f8b110f63
|
initialize mesh and element
|
2019-02-01 12:24:23 +01:00 |
Martin Diehl
|
b87a09a466
|
not needed
|
2019-02-01 11:22:06 +01:00 |
Martin Diehl
|
b9c834f86a
|
missing use from IO
|
2019-01-31 17:01:26 +01:00 |
Martin Diehl
|
bcd9908a88
|
all variables/functions were not used
|
2019-01-31 12:23:23 +01:00 |
Martin Diehl
|
beb0ca01eb
|
define functions where needed
only use solver specific element names
|
2019-01-31 11:29:56 +01:00 |
navyanthkusam
|
09dc1041a5
|
variable attributes adjusted
compiles now
|
2019-01-28 14:36:44 +01:00 |
navyanthkusam
|
5101a3796f
|
tMesh_abaqus object extends tMesh
Functionality seperated for mesh_abaqus
|
2019-01-28 13:59:54 +01:00 |
Martin Diehl
|
612fa31188
|
preparing solver-specific mesh functionality
|
2019-01-24 09:52:18 +01:00 |