kinnala / adaptmesh

Mesh generation by the adaptive process
Other
35 stars 4 forks source link

hi #7

Closed TanHuad closed 11 months ago

TanHuad commented 11 months ago

Hello, I ran into a lot of bugs when I ran your code, can you help me solve it?please

kinnala commented 11 months ago

If you encounter an issue you can report it here in GitHub issue tracker. Try to provide a snippet of code which fails and include also the version of the library you are using.

TanHuad commented 11 months ago

process.py for itr in range(max_refloops): estimators = solve(mesh, params) elements = mark(mesh, estimators, params) mesh = refine(mesh, elements, **params) python version is 3.11.5 error:Cannot call object of type 'None'

TanHuad commented 11 months ago

and have other error in delaunary.py and base.py can you give me your new code to me please?and your Operating environment very thank you

kinnala commented 9 months ago

I am unable to reproduce this issue. What steps have you followed to reach this error?