Hi,

After being more than a year away from dealii, today start to use dealii
egain, so i'm not very familiar with code and maybe my bug report be silly
(apology in advance):

my version: stable 6.1.0

It seems that there is a logical bug in "KellyErrorEstimator" class, it
takes a vector field (each field can be multi-component itself), so it
should takes a vector boundary conditions (each one for each field), but it
just take one neumann bc object and so use same bc for all fields.

to see more about what happen refer to "error_estimator.cc":  line 1331 or
line 1344, you can see that the same boundary condition is taken into
account for all "n_solution_vectors"

am i miss something?


Cheers

RT


PS1: in this estimator for dirichlet faces, no action is considered, my
question: does this mean that this estimator may not work as well for
Dirichlet problems (in constrast to neumann ones)?

PS2: notice that example folder is missed from "deal.nodoc-6.1.0.tar" and
"deal.doc-6.1.0.tar", it's infeasible, so i suggest to fix it. Can someone
just post zipped example folder of 6.1.0 version, i do not like to download
a 60MB again!
_______________________________________________

Reply via email to