Dear All
I want to add some new element to support high order element like what gmsh
provided. So I want to add a new entry to the enum of ElemType. However, I
found after each line of elemtype, there is a index. Is that ok to insert a
new enum entry to indicate a new element? Like
TRI3, //3
TRI
On Mon, Aug 27, 2012 at 12:39 AM, Lei Shi wrote:
> Dear All
>
> I want to add some new element to support high order element like what
> gmsh provided. So I want to add a new entry to the enum of ElemType.
> However, I found after each line of elemtype, there is a index. Is that ok
> to insert a
Dear All,
I'm pretty new to this project. thanks for your fabulous job. I want to
implement a hp-adaptive dg solver based on libmesh. So I read that famous
paper, libMesh: A C++ Library for Parallel Adaptive Mesh
Refinement/Coarsening Simulations. However, it mentioned that the
p-adaptation will b