Re: [petsc-users] Visualizing higher order finite element output in ParaView

2025-02-04 Thread Anna Dalklint via petsc-users
Thank you, that worked! Best, Anna From: Jed Brown Date: Friday, 31 January 2025 at 18:58 To: Anna Dalklint , Matthew Knepley Cc: petsc-users@mcs.anl.gov Subject: Re: [petsc-users] Visualizing higher order finite element output in ParaView Anna Dalklint writes: > I want to save e.g. the di

Re: [petsc-users] Visualizing higher order finite element output in ParaView

2025-01-31 Thread Anna Dalklint via petsc-users
lexible batch sizes (geometry and connectivity are stored only once within a batch of output frames). Anna Dalklint via petsc-users mailto:petsc-users@mcs.anl.gov>> writes: > Hello, > > We have created a finite element code in PETSc for unstructured meshes using > DMPlex.

Re: [petsc-users] Visualizing higher order finite element output in ParaView

2025-01-30 Thread Anna Dalklint via petsc-users
d-cgns). It can also monitor transient solves with flexible batch sizes (geometry and connectivity are stored only once within a batch of output frames). Anna Dalklint via petsc-users mailto:petsc-users@mcs.anl.gov>> writes: > Hello, > > We have created a finite element code in

[petsc-users] Visualizing higher order finite element output in ParaView

2025-01-28 Thread Anna Dalklint via petsc-users
Hello, We have created a finite element code in PETSc for unstructured meshes using DMPlex. The first order meshes are created in gmsh and loaded into PETSc. To introduce higher order elements, e.g. 10 node tetrahedral elements, we start from scratch using PetscSection and loop over the relevan

Re: [petsc-users] Face Set not appearing when loading GMSH mesh to DMPlex

2023-09-21 Thread Anna Dalklint via petsc-users
users@mcs.anl.gov Subject: Re: [petsc-users] Face Set not appearing when loading GMSH mesh to DMPlex Can you send me the geo or msh file, or instruction on how to build your example? I am not familiar with the gmsh API Blaise On Sep 20, 2023, at 8:16 AM, Anna Dalklint via petsc-users wrote: Ca

[petsc-users] Face Set not appearing when loading GMSH mesh to DMPlex

2023-09-20 Thread Anna Dalklint via petsc-users
Hello, I am trying to load a mesh, created via the gmsh api, into a DMPlex. The code is seen below: 6 gmsh::initialize(); 7 elsize0 = 1.0; 8 double a = 20.0; 9 double b = 20.0; 10 double c = 10.0; 11 double d = 30.0; 12 double e = 70.0; 13 14 gmsh::