Skip to content

Commit

Permalink
Aktualisieren von iks008_cooksMembrane.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t authored May 27, 2024
1 parent 61c1b2c commit 3444d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iks008_cooksMembrane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ int main(int argc, char** argv) {
fes.back().bind(ge);
}

auto parseAssembler = makeSparseFlatAssembler(fes, dirichletValues);
auto sparseAssembler = makeSparseFlatAssembler(fes, dirichletValues);
Eigen::VectorXd D_Glob = Eigen::VectorXd::Zero(basis.flat().size());
auto req = FEType::Requirement();
req.insertGlobalSolution(D_Glob)
Expand Down

0 comments on commit 3444d3a

Please sign in to comment.