Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] sibson_gradient_fitting_nn_2 failing in with Exact_predicates_inexact_constructions_kernel

Subject: CGAL users discussion list

List archive

[cgal-discuss] sibson_gradient_fitting_nn_2 failing in with Exact_predicates_inexact_constructions_kernel


Chronological Thread 
  • From: tallan <>
  • To:
  • Subject: [cgal-discuss] sibson_gradient_fitting_nn_2 failing in with Exact_predicates_inexact_constructions_kernel
  • Date: Thu, 20 Jul 2017 11:56:29 -0700 (PDT)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:kAgIxxZET6tQUeBPuFUem9r/LSx+4OfEezUN459isYplN5qZoMuybnLW6fgltlLVR4KTs6sC0LuG9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQtFiT6+bL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjul86pmRh7lhSMeOzIk7G3cl8h8gaxHrB69ohByxZPfboOIO/pkZq7Tc9MUS3RCUMhMWCNOHoyyYpATD+cDJ+tUs5Xxq0cQoRa4GAKiBPnvyjhNhnLuwa01yeAhEQXc0wwmAtkDt2jUo8/zNKgMTOC11q7IzSnDb/5NxDfy9JXHfQo/ofGNRrJ8a9TexlQyFw7ciFibtILrPzSQ1usXsmib6fJtVeS1hGE8sA5xpiagyt0whYnOg4IYzE3P+yZhwIstONG1SVB3bcS6HJZQuSyWLZZ6T80sTm1ytys3xKUKtYO6cSQU0pgr2R7SZvKdf4SV7B/uWvydLDd6iX9jZbmxnQy98VK6xe35TsS00EhFri5CktTUs3AM2RvT6tKESvdn+Eeuwy2A2BvX6u5aO0w7ia3bK5s5zr4xkJocr1jDEzfrlEj3kqOabFso9+im5uj9f7nrqJGRO5V7hwzwKqgun9awAeU8MggARWib/uG82aX//ULjRrVFkOA2krPesJDGJcQWvbO5DBNI3Yk59Ra/Diym3M4GknYaMVJJYAiHgJTxO1HSPPD4Cu+yjEijkDhxw/DKJ6DuApTWLnffjbfhZq195lVHyAszyNBf/4hbBqsAIPL1QE/xtcbXAgU3MwyukK7bD4B22YoaHG6OGaSEK7j6sFmS5+tpLfPfSpUSvWPhIvwh7vim2WMwn1IAZ6613bMKY3yxAPV9ZUiVfCy/0Z86DW4Ws19nH6TRg1qYXGsIPy6/

Hi guys,
I am having an issue trying to use Sibsons C^1 interpolation on my data. If
I use Exact_predicates_inexact_constructions_kernel, then
sibson_gradient_fitting_nn_2 fails with the error:

terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: ! CGAL_NTS is_zero(den)
File: /usr/include/CGAL/constructions/kernel_ftC2.h
Line: 62

If I use Simple_cartesian<long double>, then the process hasn't crashed, but
did not finish after over 24 hours. This is with an unstructured mesh with
~2.7 M triangles after triangulation.

I suppose this is a numerical error. Is than any known workaround to this
problem?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/sibson-gradient-fitting-nn-2-failing-in-with-Exact-predicates-inexact-constructions-kernel-tp4662850.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page