Re: [Libmesh-users] building sphere using tetrahedral elements

2020-01-16 Thread edgar
On Thu, Jan 16, 2020 at 1:21 AM Ramakrishnan Thirumalaisamy < thirumalaisamyr...@gmail.com> wrote: Dear libmesh users, I want to create sphere with tetrahedral elements. I came across this function MeshTools::Generation::build_square. But this function supports only HEX8/27 for 3D. Is there

Re: [Libmesh-users] building sphere using tetrahedral elements

2020-01-16 Thread Ramakrishnan Thirumalaisamy
Thank you. Sorry for the typo. It should be build_sphere instead of build_square. Yes. I already created sphere using gmsh and did my numerical experiment. But i do not want to keep the mesh files in the remote repository. So I was looking to circumvent this by creating sphere using libmesh. If I

Re: [Libmesh-users] building sphere using tetrahedral elements

2020-01-16 Thread John Peterson
On Thu, Jan 16, 2020 at 1:21 AM Ramakrishnan Thirumalaisamy < thirumalaisamyr...@gmail.com> wrote: > Dear libmesh users, > > I want to create sphere with tetrahedral elements. I came across this > function MeshTools::Generation::build_square. But this function supports > only HEX8/27 for 3D. Is t