We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dc04d commit 31f6ed8Copy full SHA for 31f6ed8
Common/src/fem/fem_work_estimate_metis.cpp
@@ -43,7 +43,8 @@ passivedouble CFEMStandardBoundaryFace::WorkEstimateMetis(CConfig* config) {
43
return nIntegration + 0.05 * nDOFsFace;
44
}
45
46
-passivedouble CFEMStandardBoundaryFace::WorkEstimateMetisWallFunctions(CConfig* config, const unsigned short nPointsWF) {
+passivedouble CFEMStandardBoundaryFace::WorkEstimateMetisWallFunctions(CConfig* config,
47
+ const unsigned short nPointsWF) {
48
/* TEMPORARY IMPLEMENTATION. */
49
return 0.25 * nIntegration * nPointsWF;
50
0 commit comments