Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Do you have examples of doing unstructured grid finite element computations (FEM) with PETSc?

0
Posted

Do you have examples of doing unstructured grid finite element computations (FEM) with PETSc?

0

There are at least two ways to write a finite element code using PETSc 1) use the Sieve construct in PETSc, this is a high level approach that uses a small number of abstractions to help you manage distributing the grid data structures and computing the elements into the matrices. 2) manage the grid data structure yourself and use PETSc IS and VecScatter to communicate the required ghost point communication.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123