Closed abaikin closed 2 years ago
Thanks for reporting this. Could you try https://github.com/FreeFem/FreeFem-sources/commit/c7b2f62a5eb9d431798a15eb23f51cce4cda721a and let me know if this solves your problem? Again, you really shouldn't use these low-level functions anymore, best to use createMat
, buildDmesh
, and co.
@prj- Thank you. It solves the problem.
Yes, I tried the new interface. And it is really convinient and common.
Could you please also add buildDmesh
, createMat
and createPartition
with split parameter? For huge problems it helps to save computational resources during the mesh creation.
Also, just a feature request: in some cases for a debug purpose it would be useful to access intersection array generated in createMat
or createPartition
.
Dear Pierre @prj- , in early versions of macro_ddm.idp script there was a good feature that enabled to split mesh during partitioning.
In ver. 4.11 build script generates an error for s > 1. See below
Console output
Is there a way to fix it?