Skip to content

Commit

Permalink
Aktualisieren von iks004_kirchhoffPlate.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t authored May 27, 2024
1 parent 0f8dc82 commit 3524734
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/iks004_kirchhoffPlate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ int main(int argc, char** argv) {
auto req = AutoDiffFE::Requirement();
req.insertGlobalSolution( w)
.insertParameter( totalLoad);
denseAssembler.bind(req);
denseAssembler.bind(Ikarus::AffordanceCollections::elastoStatics);
denseAssembler.bind(req,Ikarus::AffordanceCollections::elastoStatics);

const auto& K = denseAssembler.matrix();
const auto& R = denseAssembler.vector();
Expand Down

0 comments on commit 3524734

Please sign in to comment.