- Jan 17, 2016
-
-
Sander, Oliver authored
Introduce preprocessor variable PROJECTED_INTERPOLATION to switch between geodesic FE and projection-based FE This is a temporary solution; we need something smarter eventually.
-
- Dec 28, 2015
-
-
Sander, Oliver authored
Because these two classes are for the most part identical. Currently, this merged version involves some trickery, including some template specializations and multiple inheritances. I hope to get rid of that, eventually.
-
- Dec 27, 2015
-
-
Sander, Oliver authored
This is how the new dune-functions bases should be used. Also, it is yet another step towards merging CosseratEnergyLocalStiffness and MixedCosseratEnergy.
-
- Dec 19, 2015
-
-
Sander, Oliver authored
The DR variable (the derivative of the microrotation R wrt space) had dimensions 3x3x3. This is two big in a shell context, because there are actually only two space dimensions. Hence the correct size is 3x3xgridDim. The results without this patch were not wrong, though, only a bit wasteful.
-
Sander, Oliver authored
-
- Dec 03, 2015
-
-
Sander, Oliver authored
-
- Mar 19, 2015
-
-
Oliver Sander authored
Getting intersections from the element has been deprecated for a long time, because the precise intersection one gets does not only depend on the element, but also on the grid view. [[Imported from SVN: r10090]]
-
Oliver Sander authored
[[Imported from SVN: r10088]]
-
- Nov 04, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9949]]
-
- Oct 27, 2014
-
-
Oliver Sander authored
This form allows to set the shear correction factor kappa. It is still not ruled out that we need to twiddle with this factor in order to weaken the material a little bit. [[Imported from SVN: r9937]]
-
- Aug 28, 2014
-
-
Oliver Sander authored
This bug has now influence as long as mu_c is zero, but for non-zero mu_c there was one term missing. [[Imported from SVN: r9865]]
-
- Jun 17, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9785]]
-
- May 22, 2014
-
-
Oliver Sander authored
The CosseratStrain object is a 3x3 matrix, where the last column is (0,0,1)^T. This special structure allows to use specially tuned matrix methods (e.g., the determinant), which I intent to do in the future. [[Imported from SVN: r9752]]
-
- Mar 21, 2014
-
-
Oliver Sander authored
This move more than halfs the size of this file, and makes it *much* easier to understand. If we ever need the gradient code we can still recover it from the 2.3-2 branch. [[Imported from SVN: r9650]]
-
- Sep 30, 2013
-
-
Oliver Sander authored
It used to be a compile-term error, but now that we have ADOL-C support the missing gradient is not a problem anymore. [[Imported from SVN: r9516]]
-
- Sep 06, 2013
-
-
Oliver Sander authored
This patch brings it back. [[Imported from SVN: r9477]]
-
- Sep 03, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r9402]]
-
Oliver Sander authored
The only exception is the material parameters. ADOL-C (for which we are doing this), doesn't need to have them in a special type. [[Imported from SVN: r9401]]
-
Oliver Sander authored
Saves us one call to sqrt(). [[Imported from SVN: r9400]]
-
Oliver Sander authored
[[Imported from SVN: r9389]]
-
Oliver Sander authored
[[Imported from SVN: r9388]]
-
Oliver Sander authored
[[Imported from SVN: r9387]]
-
- Jul 12, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r9308]]
-
- Jul 03, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r9290]]
-
Oliver Sander authored
Very surprisingly, it appears to work... [[Imported from SVN: r9286]]
-
Oliver Sander authored
[[Imported from SVN: r9285]]
-
Oliver Sander authored
I still do not really understand it, but I believe it is correct nevertheless. [[Imported from SVN: r9282]]
-
- 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]]
-
- 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]]
-
- Feb 09, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8409]]
-