some tasks for Denny

This commit is contained in:
Philip Eisenlohr 2009-03-04 11:50:36 +00:00
parent 9351508ae1
commit 46de79d1f9
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
Things to be implemented into the code Things to be implemented into the code
# parsing of texture data from mattex file to be done by separate "texture.f90", thus freeing constitutive.f90 from this global task # adopt CPFEM_GIA8.f90 to new scheme, use "select case" to switch between homogenization schemes in CPFEM.f90
this should go along with new scheme for multi material definition
# constitutive law to be used is indicated within [material]. constitutive.f90 then assumes a wrapper functionality for the four functions "dot_microstructure", "Lpanditstangent", "postresults" and "microstructure". Within those, a switch case checks for the true constitutive law (a string) and passes control on to the respective subroutine-clone of this law. Technically, the compilation relies on "IFDEF" to include the necessary constitutive laws plus the corresponding entries in each switch case.
# change state variable meaning to (i) homogenization, (ii) microstructure
# adopt CPFEM_GIA8.f90 to new scheme, rename to CPFEM_RGC.f90
# make OpenMP parallelization work again # make OpenMP parallelization work again