luchete80 / EPSol

0 stars 0 forks source link

Verify arrrangement of L, Lt and dVdxy, Fvp and Fvp tilde #110

Open luchete80 opened 3 years ago

luchete80 commented 3 years ago

image

image

BUT according with derivative, F should be Fxx, FYX, FXY FYY in that order: image

luchete80 commented 3 years ago
                else:
                    #Fvp is [xx xy yx yy zz]
                    Fvpd[0]=Fvp[0]
                    Fvpd[1]=Fvp[2] #yx
                    Fvpd[2]=Fvp[1] #xy
                    Fvpd[3]=Fvp[3]  
                    Fvpd[4]=Fvp[4]