Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/polysolve/linear/FEMSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ namespace polysolve::linear
const bool remove_zero_cols,
const bool skip_last_cols)
{
assert(!solver.is_dense());
// Let Γ be the set of Dirichlet dofs.
// To implement nonzero Dirichlet boundary conditions, we seek to replace
// the linear system Au = f with a new system Ãx = g, where
Expand Down Expand Up @@ -342,4 +341,4 @@ namespace polysolve::linear
f = g;
}

} // namespace polysolve::linear
} // namespace polysolve::linear
Loading