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

2017-05-15 Thread Roy Stogner
On Mon, 15 May 2017, Ata ollah Mesgarnejad wrote: > Attempted to utilize a checkpoint file on 20 processors but it was written > using 0!! > [1] ../../src/mesh/checkpoint_io.C, line 561, compiled Dec 5 2016 at > 14:23:30 > > Is there something I'm doing wrong here? Question asked. > PS: I'm us

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

2017-05-15 Thread gmail
Hi, > On May 15, 2017, at 3:46 PM, Cody Permann wrote: > > > > On Mon, May 15, 2017 at 1:21 PM Ata ollah Mesgarnejad > mailto:a.mesgarne...@gmail.com>> wrote: > Hello again, > > I just got around working back on the application that needs big meshes. I > tried to split my mesh using splitter

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

2017-05-15 Thread Cody Permann
On Mon, May 15, 2017 at 1:21 PM Ata ollah Mesgarnejad < a.mesgarne...@gmail.com> wrote: > Hello again, > > I just got around working back on the application that needs big meshes. I > tried to split my mesh using splitter on my work computer and use it in a > big job. Unfortunately the mesh.read f

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

2017-05-15 Thread Ata ollah Mesgarnejad
Hello again, I just got around working back on the application that needs big meshes. I tried to split my mesh using splitter on my work computer and use it in a big job. Unfortunately the mesh.read fails on the cluster for example on 20 cpus with: Attempted to utilize a checkpoint file on 20 pro

Re: [Libmesh-users] Plotting the boundary id's

2017-05-15 Thread John Peterson
On Fri, May 12, 2017 at 1:17 PM, Salazar De Troya, Miguel < salazardet...@llnl.gov> wrote: > Hi > > I want to visualize the boundary id’s on paraview to make sure I am > marking them correctly. I want to see the face of a certain element with a > color that corresponds to its boundary id. Is there

Re: [Libmesh-users] Plotting the boundary id's

2017-05-15 Thread Andy Bauer
In ParaView there is currently no way to color the side of an element. Only point/nodal data or cell/element data can be plotted. The normal way to get around this is to do something like the ExodusII file format does which has separate "cells" for boundaries (e.g. 2D boundary cells for 3D domains)