Skip to content
Snippets Groups Projects
Commit 7643a094 authored by Timo Koch's avatar Timo Koch
Browse files

[md][embedded][surface] Remove default to make users aware of circle resolution paramter

parent 45a8b427
No related branches found
No related tags found
1 merge request!2288Feature/1d3d coupling manager improvements
......@@ -174,7 +174,7 @@ public:
// get points on the cylinder surface at the integration point
////////////////////////////////////////////////////////////////
static const auto numIp = getParam<int>("MixedDimension.NumCircleSegments", 25);
static const auto numIp = getParam<int>("MixedDimension.NumCircleSegments");
const auto radius = lowDimProblem.spatialParams().radius(lowDimElementIdx);
const auto normal = lowDimGeometry.corner(1)-lowDimGeometry.corner(0);
const auto integrationElement = lowDimGeometry.integrationElement(qp.position())*2*M_PI*radius/Scalar(numIp);
......
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