Martin Diehl
|
ebb2e3ca85
|
avoid hardcoding (requires/ensures systematic naming)
|
2023-12-30 16:02:00 +01:00 |
Martin Diehl
|
98fe38a505
|
avoid issues with long lines
line length <= 132 is already enforced in pre-receive hook
|
2023-08-08 07:20:45 +02:00 |
Martin Diehl
|
e1630e4057
|
consistent naming with Python module
|
2023-07-15 23:10:29 +02:00 |
Martin Diehl
|
2147ac3a12
|
base framework for unit testing in Fortran
|
2023-02-24 22:27:56 +01:00 |
Martin Diehl
|
3a643d04c4
|
only valid/needed for GNU
|
2022-12-17 16:13:35 +01:00 |
Martin Diehl
|
8937967067
|
length of macro seems to depend on PETSc location
|
2022-10-13 13:08:13 +02:00 |
Martin Diehl
|
0ca4d42678
|
PETSc 3.18.0 compatibility
CHKERR macros are now longer, should be replaced with PetscCall in the
future
|
2022-10-02 12:48:54 +02:00 |
Martin Diehl
|
e29a732d9f
|
improved naming
|
2022-04-29 14:58:12 +02:00 |
Martin Diehl
|
7a4097d52b
|
Marc code belongs to Marc subfolder
|
2022-04-24 19:03:22 +02:00 |
Martin Diehl
|
d41d03015a
|
better matching name
|
2022-04-24 17:38:59 +02:00 |
Martin Diehl
|
2e340d3489
|
forgotten rename
|
2021-10-15 22:19:58 +02:00 |
Martin Diehl
|
519bb857d7
|
save list of files used for compilation
helpful for debugging and creating automated documentation
|
2021-10-15 22:15:08 +02:00 |
Martin Diehl
|
c628c028dc
|
SYNTAXONLY for mesh, avoid code duplication
|
2021-10-15 22:14:37 +02:00 |
Martin Diehl
|
49ccbf3eb8
|
still not perfect:
https://stackoverflow.com/questions/32411963
|
2021-08-18 22:20:30 +02:00 |
Martin Diehl
|
67352d9ec7
|
location depends on PETSC_ARCH (if set)
|
2021-05-19 19:22:06 +02:00 |
Martin Diehl
|
cb0d407ce4
|
not used
|
2021-03-26 12:40:01 +01:00 |
Martin Diehl
|
7ec1ae977e
|
new names
spectral => grid
FEM => mesh
because there are FEM solvers for both discretizations. old names will
be available for a certain time
|
2020-04-25 09:56:51 +02:00 |
Martin Diehl
|
0bb7fea782
|
sort into folders ...
and avoid names like mesh_mesh
|
2020-03-16 21:03:54 +01:00 |
Martin Diehl
|
13107abd39
|
not working and significat efforts needed to test it
|
2020-01-26 07:44:22 +01:00 |
Martin Diehl
|
39e6cedfb4
|
more direct and readable
|
2019-04-29 11:15:23 +02:00 |
Martin Diehl
|
b4a21e8d40
|
fix for older cmake
looks ok
|
2019-04-26 18:07:43 +02:00 |
Martin Diehl
|
b63a6c7034
|
cleaner code that also works with older cmake
|
2019-04-26 17:39:21 +02:00 |
Martin Diehl
|
7104bc9934
|
allow standard CMAKE way of setting install directory
- DAMASK_BIN in config has no effect anymore
|
2019-04-25 07:08:32 +02:00 |
Martin Diehl
|
43bf51da67
|
copy and paste error in installation target of FEM
|
2019-04-03 20:23:46 +02:00 |
Martin Diehl
|
f4c507942a
|
let cmake do the work
|
2019-04-03 18:38:46 +02:00 |
Martin Diehl
|
453eb538f7
|
preparing for PGI compiler
|
2019-04-03 16:24:15 +00:00 |
Martin Diehl
|
4470ecfe4a
|
better have a separate module
|
2019-03-28 06:52:17 +01:00 |
Martin Diehl
|
798c5bb633
|
initial takeover from older branches
|
2019-03-23 06:21:18 +01:00 |
Martin Diehl
|
81cfa31b31
|
[skip ci] with DAMASK ASCII art
|
2019-03-13 06:16:31 +01:00 |
Martin Diehl
|
23043da98c
|
more sensible names
|
2019-03-11 23:10:40 +01:00 |
Martin Diehl
|
de330517eb
|
rank not supported by older compiler/older dialects
|
2019-03-08 07:42:13 +01:00 |
Martin Diehl
|
8224797e75
|
simplified
|
2019-03-07 22:31:54 +01:00 |
Martin Diehl
|
7903e2b65f
|
dependencies got mixed up
|
2019-02-23 11:31:53 +01:00 |
Martin Diehl
|
93ae5cbd07
|
Merge remote-tracking branch 'origin/development' into 10-consistent-orientation-conversions-3
|
2019-02-22 23:05:36 +01:00 |
Martin Diehl
|
407f94082f
|
no need for orientation class at the moment
implement only if we need symmetry aware operations
|
2019-02-01 16:52:42 +01:00 |
Martin Diehl
|
a260bd2d2b
|
Merge branch 'development' into 10-consistent-orientation-conversions
|
2019-02-01 07:33:52 +01:00 |
Martin Diehl
|
346561beed
|
fixed dependencies
|
2019-01-28 18:46:47 +01:00 |
Martin Diehl
|
42cc9b8d2b
|
dependency was missing
|
2019-01-25 00:15:46 +01:00 |
Martin Diehl
|
8f106ca8c4
|
base class for mesh
no functions defined yet, only common variables
|
2019-01-24 14:53:23 +01:00 |
Martin Diehl
|
badf9e9cca
|
object oriented element definitions
|
2019-01-24 10:24:10 +01:00 |
Martin Diehl
|
612fa31188
|
preparing solver-specific mesh functionality
|
2019-01-24 09:52:18 +01:00 |
Martin Diehl
|
558a610df1
|
underscore for separation
|
2019-01-24 09:49:21 +01:00 |
Martin Diehl
|
1192f16582
|
Merge remote-tracking branch 'origin/development' into 56-parallel-hdf5
|
2019-01-06 20:56:36 +01:00 |
Martin Diehl
|
13f321d992
|
cleaning almost done
|
2018-12-22 09:05:46 +01:00 |
Martin Diehl
|
5cdd603671
|
dummy orientations module
needs to be extendend to include symmetry
|
2018-12-08 11:40:27 +01:00 |
Martin Diehl
|
40d38ebf55
|
added rotation conversions
modified versions from 3Drotations code (available on GitHub) by Marc De Graef
|
2018-12-08 08:02:55 +01:00 |
Martin Diehl
|
fb5b1bfd8e
|
compile results module
|
2018-11-18 11:32:53 +01:00 |
Martin Diehl
|
35211a8468
|
compilation order should reflect dependency
|
2018-11-18 11:24:55 +01:00 |
Martin Diehl
|
366c63e273
|
CONFIG is a keyword for Cmake
|
2018-11-18 11:21:43 +01:00 |
Martin Diehl
|
4c057ba529
|
both solvers can share quit
|
2018-09-27 20:09:59 +02:00 |