From a8db780af43622f20bc0c300b4ef84cd6cf449b9 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Thu, 12 Mar 2009 07:06:55 +0000 Subject: [PATCH] remembered the Bal98 (MIT) PhD thesis which might contain an analytical way to get the Jacobian matrix -- as opposed to numerical perturbation... --- trunk/todo.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/trunk/todo.txt b/trunk/todo.txt index d7558e20c..ceec8baf9 100644 --- a/trunk/todo.txt +++ b/trunk/todo.txt @@ -3,3 +3,11 @@ Things to be implemented into the code # adopt CPFEM_GIA8.f90 to new scheme, use "select case" to switch between homogenization schemes in CPFEM.f90 # make OpenMP parallelization work again # adopt constitutive_dislo + +# check out +@phdthesis{Bal98, + Author = {Balasubramanian, Srihari}, + School = {Massachusetts Institute of Technology}, + Title = {Polycrystalline Plasticity: Application to Deformation Processing of Lightweight Metals}, + Year = {1998}} +for an analytical way to calculate the Jacobian matrix instead of the numerical perturbation technique currently employed.