Re: [deal.II] Finite Volume Method - Matrix/RHS assembly

2024-06-20 Thread Wolfgang Bangerth
Since the equations I'm trying to solve are conservations laws, I would like to use a finite volume type of implementation. I know that deal.ii is a finite element library. However, since I would like to use a fully implicit approach and later hopefully octree refined grids, I think deal.ii o

[deal.II] deal.II Newsletter #288

2024-06-20 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #288. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #17150: Minor cleanup in AffineConstraints::make_consistent_in_parallel

[deal.II] Re: Finite Volume Method - Matrix/RHS assembly

2024-06-20 Thread Abbas Ballout
Nick, You can look at step 74. It has EXACTLY what you need. On Wednesday, June 19, 2024 at 10:33:18 PM UTC+2 nikl...@stanford.edu wrote: > Dear all, > > I'm new to deal.ii and I would like to use it to gradually build a > simulator for charge/mass transport inside batteries. > > Since the eq