lyc102 / ifem

iFEM is a MATLAB software package containing robust, efficient, and easy-following codes for the main building blocks of adaptive finite element methods on unstructured simplicial grids in both two and three dimensions.
https://lyc102.github.io/ifem/
GNU General Public License v3.0
185 stars 73 forks source link

3D VEM ? #7

Closed mengjian0710 closed 8 months ago

mengjian0710 commented 3 years ago

Is there 3D VEM code?

mengjian0710 commented 3 years ago

I have found the code.

scaomath commented 3 years ago

https://github.com/lyc102/ifem/blob/master/equation/interfacePoisson3VEM.m I don't know if you are referring to this one, it has all the routines for 3D VEM (conforming).