- Nov 11, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8982]]
-
- Nov 09, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8981]]
-
- Nov 06, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8974]]
-
Oliver Sander authored
[[Imported from SVN: r8972]]
-
- Sep 13, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8862]]
-
Oliver Sander authored
[[Imported from SVN: r8861]]
-
- May 30, 2012
-
-
Youett, Jonathan authored
[[Imported from SVN: r8687]]
-
- Apr 25, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8630]]
-
Oliver Sander authored
[[Imported from SVN: r8629]]
-
- Apr 24, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8627]]
-
Oliver Sander authored
There were two issues fixed by this patch: a) The bending energy only involves the third director. One must look at it as a function in S^2, not as a subset of coefficients of a function to SO(3). This means that we have to use a different projection in one place. b) A certain subset of the coefficients (see the code) must always be zero, because they are parts of 3-vectors which are known to be perpendicular to (0,0,1). For some strange reason they aren't. I now hardwire them to be 0 anyway. This makes my test pass. Maybe one day I'll find the true reason :-) [[Imported from SVN: r8626]]
-
Oliver Sander authored
of Neumann boundary forces. But I am not sure and I want to postpone the issue. Therefore this patch adds a cpp warning. [[Imported from SVN: r8625]]
-
- Apr 15, 2012
-
-
Oliver Sander authored
Don't use a loop with 4 iteration to clear an array, if the array has only length 3. Boy, this did take a while to find... [[Imported from SVN: r8593]]
-
- Apr 09, 2012
-
-
Oliver Sander authored
Another easy patch which makes the code a lot faster. Also, this patch removes the quasi-Newton code. So far that code hasn't helped at all. Quasi-Newton methods will need more work in the future. [[Imported from SVN: r8588]]
-
- Apr 05, 2012
-
-
Oliver Sander authored
the ones with i<=j. The rest follows from symmetry of the Hessian. Needless to say, this makes the Hessian assembly quite a bit faster. [[Imported from SVN: r8587]]
-
- Mar 15, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8572]]
-
Oliver Sander authored
[[Imported from SVN: r8571]]
-
Oliver Sander authored
[[Imported from SVN: r8570]]
-
Oliver Sander authored
[[Imported from SVN: r8569]]
-
Oliver Sander authored
Because trace(sym(A)) == trace(A) [[Imported from SVN: r8568]]
-
Oliver Sander authored
[[Imported from SVN: r8567]]
-
Oliver Sander authored
[[Imported from SVN: r8566]]
-
- Mar 09, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8565]]
-
- Mar 08, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8562]]
-
Oliver Sander authored
[[Imported from SVN: r8559]]
-
Oliver Sander authored
[[Imported from SVN: r8554]]
-
Oliver Sander authored
[[Imported from SVN: r8553]]
-
- Feb 25, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8543]]
-
- Feb 21, 2012
-
-
Youett, Jonathan authored
[[Imported from SVN: r8508]]
-
Youett, Jonathan authored
[[Imported from SVN: r8507]]
-
- Feb 15, 2012
-
-
Oliver Sander authored
This change makes the localgeodesicfefunction test fail again. So there must be a bug in the corresponding non-finite-difference code. Looking at simplex cases confirms me in this opinion. But I don't find the bug... [[Imported from SVN: r8463]]
-
Oliver Sander authored
[[Imported from SVN: r8462]]
-
- Feb 09, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8409]]
-
- Feb 08, 2012
-
-
Oliver Sander authored
implement the remaining curvature and bending terms for the energy gradient. These are not working yet, though. [[Imported from SVN: r8408]]
-
Oliver Sander authored
with respect to the quaternion coordinates. Or, in other words, the second derivative of the map from quaternions to orthogonal matrices. [[Imported from SVN: r8407]]
-
- Feb 07, 2012
-
-
Oliver Sander authored
So far, the long form of the quadratic bending energy has been implemented and tested, and it appears to do the right thing. This is a snapshot commit. The code remains out-commented until it is finished. [[Imported from SVN: r8403]]
-
- Jan 26, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8385]]
-
Oliver Sander authored
[[Imported from SVN: r8384]]
-
- Jan 12, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8376]]
-
Oliver Sander authored
New implementation properly handles the two sheets. Now the TargetSpace test passes again. Yay! [[Imported from SVN: r8375]]
-