[Libmesh-users] libpetsc.so: undefined reference to `nc_def_var_deflate'

2016-07-05 Thread gmail
Dear developers, (I appologize if you are getting multiple copies of this, I sent this email previously using my other email address that I don’t think is in the list.) I’m getting a NetCDF symbol error when I try to compile libMesh (commit a58bb96d07c20eb541b557b0053269e6d8c92f15) vs PETSc 3.7

[Libmesh-users] pre-partitioning a big mesh

2017-01-11 Thread gmail
Hi all, I am working with a relatively large 3D exodusII meshes 15-50 M elements that I create using Trelis (CUBIT). Right now I have crude procedure to pre-partition this mesh on a machine with a large memory basically by reading it in a small libMesh program and then writing it out as a nemes

Re: [Libmesh-users] pre-partitioning a big mesh

2017-01-11 Thread gmail
n 11, 2017 at 1:29 PM, gmail <mailto:a.mesgarne...@gmail.com>> wrote: > Hi all, > > I am working with a relatively large 3D exodusII meshes 15-50 M elements that > I create using Trelis (CUBIT). Right now I have crude procedure to > pre-partition this mesh on a machine w

Re: [Libmesh-users] pre-partitioning a big mesh

2017-01-11 Thread gmail
Perfect. I will give it a try. Ata > On Jan 11, 2017, at 4:14 PM, John Peterson wrote: > > > > On Wed, Jan 11, 2017 at 2:04 PM, gmail <mailto:a.mesgarne...@gmail.com>> wrote: > Hi John, > > This is the first time I see this. So I’m not sure what t

[Libmesh-users] project_solution from a ParsedFunction to a system with more than one variable

2017-03-24 Thread gmail
Dear all, I’m using project_solution from a ParsedFunction to set the initial values on an ImplicitSystem. This works wonderfully if the system has only a single variable but not surprisingly (sinc

Re: [Libmesh-users] project_solution from a ParsedFunction to a system with more than one variable

2017-03-24 Thread gmail
Beautiful. Thank you Roy. Ata > On Mar 24, 2017, at 9:56 AM, Roy Stogner wrote: > > > On Fri, 24 Mar 2017, gmail wrote: > >> I’m using project_solution >> <http://libmesh.github.io/doxygen/classlibMesh_1_1System.html#ad874c95a6f5310c7ccfbe344d718fe96> &g

Re: [Libmesh-users] pre-partitioning a big mesh

2017-05-15 Thread gmail
give it a list of n_procs > > you want it partition for and it will do all of them simultaneously. > > > > If you have one handy I highly recommend running splitter on a cluster > > that has a good parallel filesystem. > > > > BTW: I've used splitter to s

Re: [Libmesh-users] pre-partitioning a big mesh

2017-05-16 Thread gmail
Hey Roy, It took me a while to pull/recompile on both machines. Unfortunately the mesh.read still crashes with: Reading mesh /data/mesgarnejad/Crunch/Li-ion/NotchedSphere/mesh/55c1b7e69754d48aef2c03b2f6ead63309b4e3ba.cpr… Assertion `pid == old_node->processor_id()' failed. pid = 2 old_node

[Libmesh-users] new libmeshdm fails with newtonrsls

2018-04-30 Thread gmail
Hi, The new implementation of the libMeshDM unfortunately fails when using variational inequality solvers VINEWTONRSLS or VINEWTONSSLS (for example miscellaneous/ex7). This happens when PETSc tries to VecDuplicate the solution vector for lower bound in src/snes/impls/vi/vi.c: 383 ?! I pulled

[Libmesh-users] Hisotry variables

2018-09-14 Thread gmail
Hi, I’ve recently added plasticity with implicit integration to my code. This requires keeping track of so called “history variables” (i.e. internal parameters of plasticity such as back stresses, equivalent plastic strain,..) on each quadrature point. I have come up with a crude work around th

Re: [Libmesh-users] Hisotry variables

2018-09-14 Thread gmail
Thanks Roy. > On Sep 14, 2018, at 1:06 PM, Roy Stogner wrote: > > > On Fri, 14 Sep 2018, gmail wrote: > >> I’ve recently added plasticity with implicit integration to my code. >> This requires keeping track of so called “history variables” (i.e. >> internal

Re: [Libmesh-users] Hisotry variables

2018-09-14 Thread gmail
> On Sep 14, 2018, at 1:19 PM, gmail wrote: > > Thanks Roy. > >> On Sep 14, 2018, at 1:06 PM, Roy Stogner wrote: >> >> >> On Fri, 14 Sep 2018, gmail wrote: >> >>> I’ve recently added plasticity with implicit integration to my code. &g

[Libmesh-users] Clough-Tocher finite elements FECLOUGH

2019-10-08 Thread gmail
Hi, I was wondering what is the local numbering of the DOFs for Clough-Tocher FE on Tri6 elements? I’m looking for a way in each element to loop over the basis value (not the gradient) DOFs. Thanks, Ata ___ Libmesh-users mailing list Libmesh-users@l

[Libmesh-users] FEClough periodic BC

2019-11-06 Thread gmail
Hi, I noticed that periodic BC does not work for FEClough. I see the functions for it but I’m guessing it was never implemented. My question is wether periodic BCs do work for FEHermite or is there a reason why the current implementation would not work for C1 basses. Thanks as always, Ata ___

Re: [Libmesh-users] FEClough periodic BC

2019-11-06 Thread gmail
Hi, > On Nov 6, 2019, at 12:27 PM, Stogner, Roy H wrote: > > > On Wed, 6 Nov 2019, gmail wrote: > >> I noticed that periodic BC does not work for FEClough. I see the >> functions for it but I’m guessing it was never implemented. > > Could you

[Libmesh-users] new PetscDM implementation does not work with Dirichlet BCs

2020-01-24 Thread gmail
Hi, I pulled and built libMesh after a long time (~2 years) recently and noticed that the new implementation of PetscDM does not work with DirichletBoundary class anymore. Anytime I try to set the dirichlet BCs for the problem when running with petscdm (i.e. using SNES types vinewtonrsls or vin