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
Compare changes
- lisa_julia.nebel_at_tu-dresden.de authored
+ 11
− 1
@@ -263,6 +263,11 @@ int main (int argc, char *argv[]) try
@@ -263,6 +263,11 @@ int main (int argc, char *argv[]) try
auto displacementFunction = Dune::Functions::makeDiscreteGlobalBasisFunction<FieldVector<double,dim>>(feBasis, displacement);
@@ -415,6 +420,9 @@ int main (int argc, char *argv[]) try
@@ -415,6 +420,9 @@ int main (int argc, char *argv[]) try
vtkWriter.addVertexData(displacementFunction, VTK::FieldInfo("displacement", VTK::FieldInfo::Type::vector, dim));
@@ -434,8 +442,10 @@ int main (int argc, char *argv[]) try
@@ -434,8 +442,10 @@ int main (int argc, char *argv[]) try
std::cout << "Not writing out the deformation to a file, this currently only works for sequential calculations" << std::endl;