Skip to content
Snippets Groups Projects
Commit 59603290 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Correct the dimension of the rotation and the deformation in the...

Correct the dimension of the rotation and the deformation in the compositeBasis, it needs to be 3, independent of dim
parent 082b0f15
No related branches found
No related tags found
2 merge requests!118Correct the dimension of the rotation and the deformation in the...,!110Experiments with the sphere
......@@ -199,11 +199,11 @@ int main (int argc, char *argv[]) try
using namespace Dune::Functions::BasisFactory;
const int dimRotation = Rotation<double,dim>::embeddedDim;
const int dimRotation = Rotation<double,3>::embeddedDim;
auto compositeBasis = makeBasis(
gridView,
composite(
power<dim>(
power<3>(
lagrange<displacementOrder>()
),
power<dimRotation>(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment