<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Simon.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
You basically summarized everything I was thinking of.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="appendonsend"></div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
<span style="color: rgb(243, 144, 29);">1: Geometries based on higher order grid functions.</span></div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
the idea was to extend and hopefully merge what you had already been looking at. The 'higher order grid function' is a bit missleading that should be 'higher order discrete functions and general grid functions'  I guess - would be nice to be able to use anything
 'localizable' as geometry. Higher order derivatives is then a part of that as well.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(243, 144, 29);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(243, 144, 29);">
2. Reimplementing the 'generic lfe'</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Basix would be nice as well - I was focusing more on the Python side for the definition of the FE triple and then using code generation to get the actual C++ implementation. From the point of view of a GSOC project that seems like a nice closed project.</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(243, 144, 29);">
3. twists...</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Could be combined with (2) and then the direction to go determined by what the background of the student is.</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(243, 144, 29);">
4. higher order vtk</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
If that is all available then that is probably not a project anymore</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(243, 144, 29);">
5. python paraview reader</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Pickling is Python's serialization module. So with the dune bindings this can be used for backup/restore for example but also to write out data in a binary and loss-less format. If an imported class DF supports the pickling protocol (two methods 'set/get state'
 are made available to Python then one can write dune.pickle.dump("file.dbf", [df1,df2] ) for example to write the instances df1,df2 of the class DF to disk. The dune pickling extension also makes sure that the source code needed to generate the bindings is
 also added to the file so that a simple [df1,df2] = dune.pickle.load("file.dbf") can be used to recover the files.</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
In addition I have started on writing a reader for Paraview which can be used to read these 'dbf' files and visualize the results. This generates the required vtk data structures on the fly so one can use the dune-geometry subsampling to virtually increase
 the grid refinement or switch to a higher order representation. The whole thing is still very much proof of concept. So it would be nice to have the virtualized refinement done for example based on some indicator to reduce the size of the virtually refined
 grid. Overall the speed is not that great of course since the vtk structures are generated on the fly so combining this with pvpython is also a good option.</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Best</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Andreas</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<hr style="display: inline-block; width: 98%;">
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><b>From:</b> Simon Praetorius<br>
<b>Sent:</b> Tuesday, February 11, 2025 15:42<br>
<b>To:</b> Dedner, Andreas<br>
<b>Cc:</b> dune-devel@lists.dune-project.org<br>
<b>Subject:</b> Re: [Dune-devel] Google summer of code 2025 announced </span>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-size: 11pt;">Hi Andreas,<br>
<br>
<br>
just out of curiosity, could you elaborate a little bit on your ideas,<br>
because sometimes I am confused with the terminology. Maybe then I can<br>
extend some of the project ideas with some more information, or redirect<br>
to an existing implementation.<br>
<br>
<br>
> 1: Geometries based on higher order grid functions.<br>
<br>
What do you mean by "higher order grid function"? Do you mean: functions<br>
representing a non-linear mapping? or functions parametrized by<br>
higher-order basis functions, e.g. Lagrange basis functions? Or grid<br>
functions with higher order differentiability, e.g., providing Hessians<br>
in the geometry?<br>
<br>
My first two suggestions are implemented in Dune::MappedGeometry and<br>
Dune::LocalFiniteElementGeometry, respectively. The higher-order<br>
derivatives are also something very interesting and a reference<br>
implementation is in a MR in dune-geometry.<br>
<br>
<br>
> 2: Reimplementing the 'generic lfe' - I was thinking about combining<br>
> that with some code generation so that the local degrees of freedom<br>
> are prescribed in some python script (perhaps using sympy or UFL) and<br>
> then the corresponding LFE is generated similar to what is done now on<br>
> the C++ side. Also <a href="https://github.com/mscroggs/symfem" target="_blank" id="OWAb31918eb-1d7a-d05c-cab6-7073b7b0e778" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">
https://github.com/mscroggs/symfem</a> could be a<br>
> starting point.<br>
Would be very nice to have. But also a better connection to other LFE<br>
libraries like basix would be nice.<br>
><br>
> 3: the whole 'twist' thing is I believe still open (that is verbatim<br>
> from the 2022 list)...<br>
This came also up again when I implemented the basix finite elements.<br>
They have introduced an integer encoding all the edge and face<br>
flips/twists. But it is not so straightforward to implement and their<br>
encoding is not so well documented. But there were several ideas in this<br>
direction on the last pdesoft, so maybe this could be collected and<br>
(first of all) properly documented and mathematically written down.<br>
><br>
> 4: there has been some new work on using vtk to visualize higher order<br>
> elements. Would be nice to have something like that - I think that is<br>
> not really in dune-vtk but I might be wrong.<br>
If there is something newer than higher-order Lagrange parametrized<br>
geometries in VTK, I would be interested. Otherwise, dune-vtk can<br>
represent quadratic elements (a special case) and Lagrange parametrized<br>
elements of high order for the visualization.<br>
><br>
> 5: the paraview reader for python pickled dune grid functions also<br>
> with higher order functions and adaptive subsampling (in h and p)<br>
> according to some criteria.<br>
<br>
I am sorry, but this sentence is hard to understand for me. (ok, I do<br>
not know what "pickling" mean, except in the context of conserving<br>
cucumbers :-))<br>
<br>
<br>
Best,<br>
Simon<br>
<br>
<br>
><br>
> Best<br>
> Andreas<br>
><br>
> ------------------------------------------------------------------------<br>
> *From:* Dune-devel <dune-devel-bounces@lists.dune-project.org> on<br>
> behalf of Peter Bastian <peter.bastian@iwr.uni-heidelberg.de><br>
> *Sent:* 23 January 2025 15:34<br>
> *To:* dune-devel@lists.dune-project.org<br>
> <dune-devel@lists.dune-project.org><br>
> *Cc:* Nils Friess <nils.friess@iwr.uni-heidelberg.de><br>
> *Subject:* Re: [Dune-devel] Google summer of code 2025 announced<br>
> Dear all,<br>
><br>
> thanks for your plans to apply to Google summer of code!<br>
><br>
> We would be interested (and willing to mentor) a project on rewritting<br>
> the ParallelIndexSet (in dune-common) infrastructure with the following<br>
> improvements:<br>
><br>
> - use containers/algorithms from standard library for implementation<br>
> - asynchronous communication allowing to do something while communicating<br>
> - data handles expose source/destination rank in scatter/gather<br>
> - allow send/receive to the same container<br>
><br>
> Any interest in that?<br>
><br>
> Best,<br>
><br>
> Peter<br>
><br>
><br>
> Am 23.01.25 um 10:56 schrieb Oliver Sander:<br>
> > Hi,<br>
> ><br>
> > several project ideas come to my mind right away, for example the<br>
> > dune-uggrid classics:<br>
> ><br>
> > * distributed grid setup<br>
> > * grid hierarchy load/store<br>
> > * allow dim != dimworld<br>
> ><br>
> > I hesitate to volunteer as a mentor, though, because my time is always<br>
> > limited.<br>
> ><br>
> > In any case, thanks for your effort!<br>
> ><br>
> > Best,<br>
> > Oliver<br>
> ><br>
> > On 23.01.25 10:49, Markus Blatt wrote:<br>
> >> Hi,<br>
> >><br>
> >> Am Sun, Jan 19, 2025 at 10:36:01PM +0100 schrieb Christoph Grüninger:<br>
> >>> Dear Dune devs!<br>
> >>><br>
> >>> Google announced their Google summer of code 2025 [1]. Org<br>
> >>> applications are upen until February 11th [2].<br>
> >>><br>
> >>> As Markus already wrote, I am willing to serve as org admin and<br>
> >>> prepare our application. Further, I can serve as co-mentor.<br>
> >>> Please share GSoC ideas and volunteer for mentoring!<br>
> >><br>
> >> It is fine to say no. (Actually, that is better to than staying<br>
> silent).<br>
> >><br>
> >> I think currently it would be best to know whether there are other<br>
> >> people besides us willing to invest time (for finding ideas and<br>
> >> mentoring).<br>
> >> There is no need for mentors to be DUNE core developer or whatever we<br>
> >> call<br>
> >> us these days. You can learn more about what mentoring means in the<br>
> >> guide [3].<br>
> >><br>
> >> If we can find 2-3 more people more then I think we could apply. At<br>
> >> that time we<br>
> >> can start preparing the application and gathering ideas.<br>
> >><br>
> >> Maybe it helps to know some more details:<br>
> >><br>
> >> Mentor orgs application period: Jan 27 - Feb 11<br>
> >> Announcement of orgs February 27<br>
> >> Deadline student applications March 24<br>
> >> Deadline mentor applications April 8<br>
> >> Announcemnt of students May 8<br>
> >> Work period June 2 - Aug 25<br>
> >> Possible extension for students Sept 1 - Nov 9<br>
> >><br>
> >> Full timeline is at [4]<br>
> >><br>
> >> There seem to be 3 possible project sizes:<br>
> >> Small: about 90 work hours<br>
> >> Medium: about 175 work hours<br>
> >> large: about 350 work hours<br>
> >><br>
> >> So please ask around in your teams whether somebody is willing to help<br>
> >> with preparing appropriate project ideas or mentoring. This is highly<br>
> >> appreciated.<br>
> >><br>
> >> HTH and Best,<br>
> >><br>
> >> Markus<br>
> >><br>
> >>><br>
> >>> Once I see some positive feedback, I am starting to prepare the<br>
> >>> texts for our appliation.<br>
> >>><br>
> >>> [1]<br>
> >>><br>
> <a href="https://opensource.googleblog.com/2025/01/google-summer-of-code-2025-is-here.html" target="_blank" id="OWA7ce13d56-bb2a-35a1-50c9-7709c5fe98a6" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopensource.googleblog.com%2F2025%2F01%2Fgoogle-summer-of-code-2025-is-here.html&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202388863%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=yJ0bK30Al4Pp%2Fo33hGiAis7O7dpz3%2F8B7x1tf%2FjL36I%3D&reserved=0</a><br>
> <<a href="https://opensource.googleblog.com/2025/01/google-summer-of-code-2025-is-here.html" target="_blank" id="OWA07a018a9-2213-3357-35b5-3a7af080a10a" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">https://opensource.googleblog.com/2025/01/google-summer-of-code-2025-is-here.html</a>><br>
> >>> [2]<br>
> <a href="https://summerofcode.withgoogle.com/programs/2025-ao" target="_blank" id="OWA3d5f97a2-d6c5-6d68-02e5-fe27605af81f" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsummerofcode.withgoogle.com%2Fprograms%2F2025-ao&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202420620%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=3hRHfuzVJ5F0xOD9kV%2BAPRF0XDuolYc0GN1kH6pcOXc%3D&reserved=0</a><br>
> <<a href="https://summerofcode.withgoogle.com/programs/2025-ao" target="_blank" id="OWAd3f4c012-5bfb-7562-ef2b-892a6e603459" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">https://summerofcode.withgoogle.com/programs/2025-ao</a>><br>
> >><br>
> >> [3]<br>
> <a href="https://google.github.io/gsocguides/mentor/" target="_blank" id="OWA7a03a1a1-95e7-bdfc-4386-f8141cb7cb63" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgoogle.github.io%2Fgsocguides%2Fmentor%2F&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202438580%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=SIL2WpMDqN3Y8Fb5%2FZm%2FcF0KnxuPrg7kBSaScoTNnc0%3D&reserved=0</a><br>
> <<a href="https://google.github.io/gsocguides/mentor/" target="_blank" id="OWA543a5095-4496-3ba7-fb19-6a5368bee81a" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">https://google.github.io/gsocguides/mentor/</a>><br>
> >> [4]<br>
> <a href="https://developers.google.com/open-source/gsoc/timeline" target="_blank" id="OWAc11cc71c-9e11-0c10-d99b-1ebe0bac44a7" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdevelopers.google.com%2Fopen-source%2Fgsoc%2Ftimeline&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202457074%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=8L%2BKZd1EkuMdbsfrLunlGsO38fpQFVzZQCCgcSz6RjA%3D&reserved=0</a><br>
> <<a href="https://developers.google.com/open-source/gsoc/timeline" target="_blank" id="OWA02244393-70f3-08fe-3488-28a2586db302" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">https://developers.google.com/open-source/gsoc/timeline</a>><br>
> >>><br>
> >>><br>
> >>> Kind regards,<br>
> >>> Christoph<br>
> >>><br>
> >>> --<br>
> >>> Most customers will not accept source code with compile errors in it.<br>
> >>>                 Dan Saks, CppCon 2016<br>
> (https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fyoutu.be%2FD7Sd8A6_fYU&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202477528%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=Vp0qZsudaouC2WHMbP4m2DhLQ9%2BLexeTCFhtuirUspg%3D&reserved=0<br>
> <<a href="https://youtu.be/D7Sd8A6_fYU" target="_blank" id="OWA1a53bda9-bcd2-1731-456b-1f3834a5c65d" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">https://youtu.be/D7Sd8A6_fYU</a>>)<br>
> >>><br>
> >>> Am 13.12.24 um 09:29 schrieb Flemisch, Bernd:<br>
> >>>> Hi Markus,<br>
> >>>><br>
> >>>><br>
> >>>> Thank you for the initiative! I think that it is a good idea and<br>
> >>>> forwarded to our developers list. I hope that we will get some<br>
> >>>> volunteers in and report back to you.<br>
> >>>><br>
> >>>><br>
> >>>> Kind regards<br>
> >>>><br>
> >>>> Bernd<br>
> >>>><br>
> >>>><br>
> >>>><br>
> ------------------------------------------------------------------------<br>
> >>>><br>
> >>>> *Von:* Dune-devel <dune-devel-bounces@lists.dune-project.org> im<br>
> >>>> Auftrag von Markus Blatt <markus@dr-blatt.de><br>
> >>>> *Gesendet:* Freitag, 13. Dezember 2024 09:07:08<br>
> >>>> *An:* dune-devel@lists.dune-project.org<br>
> >>>> *Betreff:* [Dune-devel] DUNE at google summer of code 2025<br>
> >>>> Dear fellow developers,<br>
> >>>><br>
> >>>> in recent years I always felt a bit sad, that I did not contribute<br>
> >>>> to Christoph's effort of applying to<br>
> >>>> Google Summer Code. This time I do not want to be in that position<br>
> >>>> and take the chance to contribute back<br>
> >>>> to DUNE by helping with the application and the mentoring.<br>
> >>>><br>
> >>>> Currently, three people from me are willing to serve as mentors and<br>
> >>>> Christoph will be investing time as an<br>
> >>>> admin. Hence I think we would be already good to go for an<br>
> >>>> application if others are at least willing to help<br>
> >>>> with technical questions. proposing suitable projects, etc.<br>
> >>>><br>
> >>>> So what do you think? Should we apply once the program is<br>
> >>>> announced? That should happen soon, I hope.<br>
> >>>><br>
> >>>> Are there other people from DUNE that might be willing to mentor.<br>
> >>>> Just be aware that this can be a time consuming<br>
> >>>> job between 1 and 8 hours per week. Of course we will try to have<br>
> >>>> two mentors per project sharing the load.<br>
> >>>><br>
> >>>> We also think that it might make sense to not limit projects to<br>
> >>>> DUNE but be an umbrella of DUNE. DUMUX and OPM. We<br>
> >>>> would need mentors from the DUMUX community for that and would<br>
> >>>> approach those once you guys tell us that this is<br>
> >>>> a good idea.<br>
> >>>><br>
> >>>> Next steps would probably be:<br>
> >>>><br>
> >>>> - Review old applications (do we have them somewhere) and the<br>
> >>>> website [2] (seems a bit broken)<br>
> >>>> - Approach at least he DUNE community about it. We need a yes,<br>
> >>>> projects and mentors.<br>
> >>>> - Think about involving others using DUNE (OPM, DUMUX). At least<br>
> >>>> for DUMUX we would need additional<br>
> >>>>    mentors with expertise.<br>
> >>>> - Get inspiration form the projects in 2024 [3]<br>
> >>>> - Prepare application, project list and website.<br>
> >>>><br>
> >>>> I am looking forward to your opinions.<br>
> >>>><br>
> >>>> Best,<br>
> >>>><br>
> >>>> Markus<br>
> >>>><br>
> >>>> [1]<br>
> <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsummerofcode.withgoogle.com%2F&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202495292%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=1CH3BiiAneB4AVR6KwDxwMjfwUfwi49MIom7GM3A33E%3D&reserved=0<br>
> <https://<br>
> >>>> summerofcode.withgoogle.com>><br>
> >>>> [2]<br>
> <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.dune-project.org%2Fdev%2Fgsoc%2F&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202510725%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=QNLO82jg1y5zztB73o%2FJRLpJTNL7NaGTeSmeh0EX2lU%3D&reserved=0<br>
> <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.dune-%2F&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202525070%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=eZrHqZFoBElgGFt%2ByAXN77lW1cpDa7KRkxWwojZJXOo%3D&reserved=0<br>
><br>
> >>>> project.org/dev/gsoc/>><br>
> >>>> [3]<br>
> <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsummerofcode.withgoogle.com%2Fprograms%2F2024%2Fprojects&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202541004%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=ha73sN3MFggdzxOb93rEHb6kh8YhBNhTNuwrSIar8yk%3D&reserved=0<br>
><br>
> >>>><br>
> <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsummerofcode.withgoogle.com%2Fprograms%2F2024%2Fprojects&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202558724%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=dj8bA41wLbdwA28kWqHdnuhkui3LwzhdNlv5NadJW9E%3D&reserved=0<br>
> <<a href="https://summerofcode.withgoogle.com/programs/2024/projects" target="_blank" id="OWA2177356f-1eef-33f2-1e0a-f6082bce2121" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">https://summerofcode.withgoogle.com/programs/2024/projects</a>>>><br>
> >>><br>
> >>> _______________________________________________<br>
> >>> Dune-devel mailing list<br>
> >>> Dune-devel@lists.dune-project.org<br>
> >>><br>
> <a href="https://lists.dune-project.org/mailman/listinfo/dune-devel" target="_blank" id="OWAf09380cd-2b02-2a39-3198-f91aad7b1d9a" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.dune-project.org%2Fmailman%2Flistinfo%2Fdune-devel&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202575045%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=9dI1PXNKTbBIM81GPPZL%2Bu8mVrQCO7dgpFgAijxbPVQ%3D&reserved=0</a><br>
> <<a href="https://lists.dune-project.org/mailman/listinfo/dune-devel" target="_blank" id="OWA4caff5ea-7ea3-cb1a-354e-6374614f934e" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">https://lists.dune-project.org/mailman/listinfo/dune-devel</a>><br>
> >><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > Dune-devel mailing list<br>
> > Dune-devel@lists.dune-project.org<br>
> ><br>
> <a href="https://lists.dune-project.org/mailman/listinfo/dune-devel" target="_blank" id="OWA2ee250fb-5669-82b7-b5d6-be41c65aac0c" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.dune-project.org%2Fmailman%2Flistinfo%2Fdune-devel&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202588810%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=sTiCaX8dUwUYy2KqYYVyIldVTYV8LNGG4tEEsYwDUVk%3D&reserved=0</a><br>
> <<a href="https://lists.dune-project.org/mailman/listinfo/dune-devel" target="_blank" id="OWA77692252-5bbd-be4d-0c4f-8667e5828bb7" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">https://lists.dune-project.org/mailman/listinfo/dune-devel</a>><br>
><br>
> _______________________________________________<br>
> Dune-devel mailing list<br>
> Dune-devel@lists.dune-project.org<br>
> <a href="https://lists.dune-project.org/mailman/listinfo/dune-devel" target="_blank" id="OWA2dad7ace-7883-5f05-24ed-a9cd3d659f70" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.dune-project.org%2Fmailman%2Flistinfo%2Fdune-devel&data=05%7C02%7Ca.s.dedner%40warwick.ac.uk%7Cbab034ae5a6749d294c608dd3bc36bc2%7C09bacfbd47ef446592653546f2eaf6bc%7C0%7C0%7C638732434202605038%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C60000%7C%7C%7C&sdata=gUbUneZGAgCLj%2BvP%2BzQYRix4K6Z2FIPAFVbyjTGOJ6s%3D&reserved=0</a><br>
> <<a href="https://lists.dune-project.org/mailman/listinfo/dune-devel" target="_blank" id="OWA6c04f4ba-5877-06f2-b50f-b7645144b5ad" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">https://lists.dune-project.org/mailman/listinfo/dune-devel</a>><br>
><br>
> _______________________________________________<br>
> Dune-devel mailing list<br>
> Dune-devel@lists.dune-project.org<br>
> <a href="https://lists.dune-project.org/mailman/listinfo/dune-devel" target="_blank" id="OWA4be2c56a-9df3-2e8b-8020-0ffb44f078a8" class="OWAAutoLink" rel="noopener noreferrer" data-auth="NotApplicable">
https://lists.dune-project.org/mailman/listinfo/dune-devel</a><br>
<br>
--<br>
Dr. Simon Praetorius<br>
Technische Universität Dresden<br>
Fakultät Mathematik<br>
Institut für Wissenschaftliches Rechnen<br>
Tel: TUD-34432<br>
Web: tu-dresden.de/Members/simon.praetorius<br>
<br>
</div>
</body>
</html>