The source project of this merge request has been removed.
PARMG cleanup, write out deformationfunction to a file, Continue the trustregionsolver with a smaller trustregion radius in case of an exception
1 unresolved thread
Compare changes
- lisa_julia.nebel_at_tu-dresden.de authored
+ 20
− 14
@@ -42,7 +42,9 @@
@@ -42,7 +42,9 @@
@@ -418,21 +420,25 @@ int main (int argc, char *argv[]) try
@@ -418,21 +420,25 @@ int main (int argc, char *argv[]) try
vtkWriter.addVertexData(displacementFunction, VTK::FieldInfo("displacement", VTK::FieldInfo::Type::vector, dim));
auto finalDisplacementFunction = Dune::Functions::makeDiscreteGlobalBasisFunction<FieldVector<double,dim>>(feBasis, displacement);