Cameron Smith
Cameron Smith
Is this fixed now?
the phasta and phastaChef driver being used: ``` $ cat run_phastaChef.sh # on the phasta viz node mpirun -np 4 ~/phastaChef-develop/phastaChef-ThetaDamBreak/build/chefPhastaICLoop_sam_adapt_sz 4 samAdaptLoop_t7_p1.inp 2>&1 | tee phastaChef.log $ cat run_phasta.sh...
When I build and run the stack with GCC 4.4.5 on a Debian Squeeze SCOREC system (avatar) execution fails with an memory error in the call to `AsiGMR`. Note, all...
Thank you @KennethEJansen . For what it is worth, the SimModSuite documentation of `EN_matches(...)` describes the following in the API for getting a list of matched mesh entities to a...
The apfSim `getMatches(...)` call https://github.com/SCOREC/core/blob/51d8d1d1115dacc00573bab88421d5c0f32ebd10/apf_sim/apfSIM.cc#L909-L937 calls `EN_matches(...)` and removes 'ent', if it exists, from the returned list of matches. Note, 'ent' is assumed to be a pointer to a entity...
Attached is a 2d plate with the top and bottom edges matched, 16 quads, and split to two parts: [plate.tar.gz](https://github.com/SCOREC/core/files/2766050/plate.tar.gz) The per-part vertex numbering is shown below. Part 0 is...
The attached tarballs have headers added to the connectivity files for mesh dimension and topology. [Bump4elmZ.tar.gz](https://github.com/SCOREC/core/files/2770020/Bump4elmZ.tar.gz) [Bump1elmZ.tar.gz](https://github.com/SCOREC/core/files/2770021/Bump1elmZ.tar.gz) @rickybalin It looks like the `.match` files only encode one side of the...
Looks good. Thank you.
So far so good. The image below shows each mesh (left 1 elm, right 4 elms) created with four parts. 
> @cwsmith aside from mds and simmetrix do we wrap any other mesh types that I'll need to modify either in CORE or downstream in associated projects? @mortezah Do we...