Kenneth E. Jansen

Results 142 comments of Kenneth E. Jansen

Specifically, will the following line from phBC.cc work to load my "hand made" dmg? 133 if (gmi_has_ext(modelfile, "dmg")) 134 m = gmi_load(modelfile); in place of calling apf::makeMdsBox?

UPDATE. I just tried the above and it worked which probably does not surprise the more experienced folks. Moving on to making a branch of the code that can interpret...

That is our normal route but, when the meshes approach a billion elements that workflow breaks down on integer overflows (which you helped me resolve last year). In this particular...

I got it to compile by commenting out the line which will probably be ok for the cases I am running right now but obviously this is not the real...

I was able to make this go away by deleting those two model regions. However, I found a new error soon after that: ``` APF FAILED: apf::Verify: triangle with 1...

Thanks Seegyoung. I am curous though as to whether I should have expected to see any message from verify. Convert worked with now messages whatsoever after the above code change....

Looking over the code a bit, I am thinking of the following (but could use tips on the best functions to do the psuedo-code steps) 1) hijack ugrid.cc to read...

Alternative to step 3) above that might be simpler/faster to code iterate over elements and delete elements that don't have all verts inside of the clips iterate over faces and...

Am I correct in assuming that this is a separate repo from SCOREC/core, rather it is a personal repo. Can you provide some instructions for how best to check this...

Thanks. I have successfully built the code on the viz nodes and repeated the 175k test. I further tested the following larger cases | Parts | Mesh size | Time...