Re: [deal.II] GMesh 1D mesh input error

2020-06-26 Thread Victoria W.
This fixed my problem in 2d, but I'm still having issues in 3d. Any other suggestions for getting a .msh file read in when it's a 2d mesh in 3d space? Posting the mesh I want to use here, with the type 15 elements removed. I've also tried other software and file formats, running into the

Re: [deal.II] GMesh 1D mesh input error

2020-06-24 Thread Victoria W.
AM UTC-4, Wolfgang Bangerth wrote: > > On 6/24/20 6:53 AM, Victoria W. wrote: > > > > Thank you for getting back to me. I've tried with a .inp mesh produced > by > > both gmsh and freeCAD, but I get the same error with my .inp gmsh export > and > > when I

Re: [deal.II] GMesh 1D mesh input error

2020-06-24 Thread Victoria W.
temporary > workaround, would it be possible for you to convert your mesh to a .inp? > That reader seems to work correctly for the dim = 1 spacedim = 2 > combination. > > Best, > David > > On Thu, Jun 18, 2020 at 10:17 AM Victoria W. > wrote: > >> Hi Davi

[deal.II] Particle Class Implementation

2020-06-09 Thread Victoria W.
Hello, I'm a new deal.ii and C++ user, so this question might be a bit basic, but I was wondering how my implementation of the built-in deal.ii particle class should look. Ultimately I'm looking to track a particle in laminar flow. So far I've tried creating a simple particle at the origin