a small text file to remember ideas for code improvement

This commit is contained in:
Philip Eisenlohr 2008-11-10 08:41:32 +00:00
parent 3ec8ec6b15
commit db245e8935
1 changed files with 5 additions and 0 deletions

5
trunk/todo Normal file
View File

@ -0,0 +1,5 @@
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
# constitutive law to be used is indicated within [material]. constitutive.f90 then assumes a wrapper functionality for the four functions "dor_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