On 2013-12-25 06:44, Ben Thompson wrote:
Hello,

I just ran the auto-adaptive-poisson demo and received the following
output and error. Initially, I received a similar error that suggested
I set "allow_extrapolation" to true. I did this, and now receive this
error. I am running on FEnICS/DOLFIN 1.2.0 and python 2.7.


The error message indicates that you're using the development version of DOLFIN from the end of November (https://bitbucket.org/fenics-project/dolfin/commits/088697b95de1dd1d8df17618b0584abbab325b45). There have been a lot of fixes applied to the intersection detection code, so first try updating DOLFIN to the development tip and run again.

Garth

Any help
would be much appreciated.

Regards,
Ben 

Solving variational problem adaptively
Adaptive iteration 0
  Solving linear variational problem.
  Value of goal functional is 0.121629.
  Solving linear variational problem.
  26 cells out of 128 marked for refinement (20.3%).
  Number of cells increased from 128 to 162 (26.6% increase).
Adaptive iteration 1
  Solving linear variational problem.
  Value of goal functional is 0.125724.
  Solving linear variational problem.
  30 cells out of 162 marked for refinement (18.5%).
  Number of cells increased from 162 to 209 (29.0% increase).

Adaptive iteration 2
  Solving linear variational problem.
  Value of goal functional is 0.125833.
  Solving linear variational problem.
  38 cells out of 209 marked for refinement (18.2%).
  Number of cells increased from 209 to 267 (27.8% increase).
Adaptive iteration 3
  Solving linear variational problem.
  Value of goal functional is 0.126245.
  Solving linear variational problem.
  49 cells out of 267 marked for refinement (18.4%).
  Number of cells increased from 267 to 343 (28.5% increase).
  Building point search tree to accelerate distance queries.
  Computed bounding box tree with 533 nodes for 267 points.
Traceback (most recent call last):
  File "demo_auto-adaptive_poisson.py", line 58, in <module>
    solver.solve(tol)
  File
"/home/tbent/projects/viscosaur/source/.venv/local/lib/python2.7/site-packages/dolfin/fem/adaptivesolving.py",
line 80, in solve
    cpp.AdaptiveLinearVariationalSolver.solve(self, tol)
RuntimeError: 

***
-------------------------------------------------------------------------
*** DOLFIN encountered an error. If you are not able to resolve this
issue
*** using the information listed below, you can ask for help at
***
***     [email protected]
***
*** Remember to include the error message listed below and, if
possible,
*** include a *minimal* running example to reproduce the error.
***
***
-------------------------------------------------------------------------
*** Error:   Unable to evaluate function at point.
*** Reason:  No matching cell found.
*** Where:   This error was encountered inside Function.cpp.
*** Process: 0
*** 

*** DOLFIN version: 1.2.0+
*** Git changeset:  088697b95de1dd1d8df17618b0584abbab325b45
***
-------------------------------------------------------------------------


_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to