From db245e8935fd379eea5532aaadae347a478a2a8d Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 10 Nov 2008 08:41:32 +0000 Subject: [PATCH] a small text file to remember ideas for code improvement --- trunk/todo | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 trunk/todo diff --git a/trunk/todo b/trunk/todo new file mode 100644 index 000000000..b412619f8 --- /dev/null +++ b/trunk/todo @@ -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