<div dir="ltr"><div>hello Markus sir,</div><div><span class="" style="white-space:pre">     </span>This is regarding "implement inserter for Dune's sparse matrix".</div><div>I have built dune and started reading and working on the source files inside dune-istl module.</div>
<div>I have also implemented an simple inserter for understanding of project and to see which data structure(DS) will  be most suitable for  inserter, you can check it from "<a href="https://github.com/shaileshpb/Spoj_solutions/blob/master/dune-inserter.cpp">https://github.com/shaileshpb/Spoj_solutions/blob/master/dune-inserter.cpp</a>" here. I have created new repo at github but while pushing, it was giving some error because i already have my another working repo so couldn't push it into new repo, but i will change it soon.</div>
<div>I have some confusion related to  DS we are going to use for inserter because as for now i only know that we have to store three things which are rows, columns and values, but i don't know what kind of operations we will be performing using inserters on matrix. I checked out some dune modules and found that fieldMatrix or BlockVector can be good DS for inserter because these provide most of the methods that we will need to perform operation on matrix.</div>
<div>Please correct me if i am wrong and guide me to start work on project.</div><div style>Thanks :-)</div><div><br></div></div>