On 03/21/2017 05:11 AM, hanks0...@gmail.com wrote:

At first, the reason why I would like to make vector G by myself (without
using VectorTools::interpolate_boundary_values) is that I would like to input
calculated values (not just function of position) on the boundary.

I would like to solve free boundary problem. So, the boundary condition would
be calculated from sources(current in coils) and line integral of green
function and so on....

Especially, the calculation of boundary values includes the line integral,
that is why I want to use an assembly step.

So, do you think it is hard to apply boundary condition without using
VectorTools::interpolate_boundary_values...?

No. But I would advise to take a look at the implementation of that function (in include/deal.II/numerics/vector_tools.template.h IIRC).

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to