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 a69ed26 commit a6df69eCopy full SHA for a6df69e
cpp/dolfinx/fem/assemble_matrix_impl.h
@@ -599,8 +599,6 @@ void assemble_matrix(
599
std::vector<scalar_value_t<T>> cdofs_b(2 * 3 * x_dofmap.extent(1));
600
std::size_t dmap0_size = dofmap0->map().extent(1);
601
std::size_t dmap1_size = dofmap1->map().extent(1);
602
- // std::size_t num_rows = bs0 * 2 * dmap0_size;
603
- // std::size_t num_cols = bs1 * 2 * dmap1_size;
604
std::vector<std::int32_t> dmap_b((2 * dmap0_size) + (2 * dmap1_size));
605
606
auto element0 = a.function_spaces().at(0)->elements(cell_type_idx);
0 commit comments