pulled from github

This commit is contained in:
2025-03-14 09:11:13 -04:00
26 changed files with 436331 additions and 31 deletions

View File

@@ -450,7 +450,7 @@ namespace polyMFEMUtils {
zeroSlopeDofs.push_back(tempZeroSlopeDofs);
}
}
void ZeroSlopeNewtonSolver::Mult(const mfem::Vector &b, mfem::Vector &x) const {
using namespace mfem;
using namespace std;
@@ -678,4 +678,4 @@ namespace polyMFEMUtils {
dofID++;
}
} // namespace polyMFEMUtils
} // namespace polyMFEMUtils