From: Roy S. <roy...@ic...> - 2018-03-26 22:12:33
|
On Thu, 22 Mar 2018, Salazar De Troya, Miguel wrote: > I've got the mesh in cpr right before calling > make_node_proc_ids_parallel_consistent(), do you have a preferred > way to share it to you? Could you put it up in cpa (compressed if need be) format? In the most heinous cases I find myself staring at mesh files in an editor... > It's 123 MB. I think my email system will bounce that, so if you could put it up for HTTP/FTP somewhere I'd appreciate it. If not let me know and I'll set you up with a temporary account for an FTP upload. > None of those cases applies to me. I am using a regular 3D mesh > generated with 3 cubes using MeshTools::Generation::build_cube() and > stitching them together. I am going to make sure there is not a > misalignment when stitching those meshes together. The elements are > simply linear lagrange. I can send you the code that generates the > mesh as well. The mesh is dying after some kind of a posteriori adaptivity, isn't it? In which case I'd need the whole simulation code to hit the same error? In that case just getting the generated initial mesh wouldn't be helpful. If I've misunderstood you and the very first mesh is throwing an assert for you, though, then it would be very helpful to have the mesh generation code! --- Roy |