DAMASK_EICMD/src/mesh
Martin Diehl df5487e1a9 Re-written YAML types
Strict typing for YAML

New access pattern requires to specify the expected type, i.e. 'scalar', 'list', or 'dict'. This ensures that the node offers the expected functionality instead of polluting 'tNode' with dummy functions which throw error messages if not overwritten.

The restructuring of the code allows to hierarchically construct methods without much code duplication.

Some aspects of the error messaging system have been improved.
2022-10-25 16:09:36 +00:00
..
DAMASK_mesh.f90 Re-written YAML types 2022-10-25 16:09:36 +00:00
FEM_quadrature.f90 [skip sc] enforce interfaces (quick fix: declare as external) 2022-06-21 22:59:01 +02:00
FEM_utilities.f90 Re-written YAML types 2022-10-25 16:09:36 +00:00
discretization_mesh.f90 Re-written YAML types 2022-10-25 16:09:36 +00:00
mesh_mech_FEM.f90 Re-written YAML types 2022-10-25 16:09:36 +00:00