Hello,
-
Is it possible to extend the
truncfunction with an array region as argument ? It could be useful to writetrunc(Th,region=listRegionortrunc(Th,region=[region1,region2]instead of writing the conditional testregion=region1||region=region2, specially when the list of regions is long and already computed. -
Why
extractfunction can’t directly use an explicit array as argument, something like:extract(Th,label=[1,2])?
Best regards.