Kenneth E. Jansen

Results 142 comments of Kenneth E. Jansen

Full code hack as per cws request: ``` 227 bool checkFlagConsistency(Adapt* a, int dimension, int flag) 228 { 229 Mesh* m = a->mesh; 230 apf::Sharing* sh = apf::getSharing(m); 231 PCU_Comm_Begin();...

code markdown fail ``` bool checkFlagConsistency(Adapt* a, int dimension, int flag) { Mesh* m = a->mesh; apf::Sharing* sh = apf::getSharing(m); PCU_Comm_Begin(); Entity* e; Iterator* it = m->begin(dimension); while ((e =...

yes it is in 32768 parts. Cameron, regarding your request for tag, I maybe confused. Is the tag you are asking for different or the same from what is in...

I looked into this a bit more. The function you pointed to expects t to be a MeshTag. I am not sure how to get that. Guessed a few things...

I added the writing of flag after "badflag" and this is what I get. ``` MeshAdapt: version 2.0 ! MeshAdapt: iteration 0 rank 5589 badflag 4 xyz -0.002586218218 0.009651897791 0.0008164286753...

I have created a small Simmetrix case to infer what Simmetrix does regarding matching in hopes that, since PUMI is able to convert Simmetrix serial matched mesh to MDS, we...

Riccardo confirms that he is numbering elements in z first so, for the smallest case we gave you to debug, which has 50x50x50 elements, using my formula on the other...

multphase inputs simply means 5 flow variables plus 2 scalars. What is perhaps more of an issue is that the fields are on a matched mesh with periodicity (that is...

That was my hope. Sadness for not doing this when you first asked for such a case to protect against this sort of breakage. The case is quite small. 28k...

Thank you Seegyoung. I will pull a fresh version of core down and rebuild to see if I can stop using my hacked code that bypassed verify (and also getInterfaceBlocks...