Hello Alexander,

no, you have a Vector<double> as destination object. Thus, you have to save a scalar, not a vector.

Best Regards,
Markus



On 26.04.2012 08:59, Alexander Grayver wrote:
Hallo Markus,

Orientation vector is defined based on experiment you want to reproduce.
For instance, modeling any finite length dipole of specified power can be done as:

/*f*(*p*) = a * *n* * \delta (*p* - p_s);/
*n* = {n_x n_y n_z} -- orientation vector;
a = I * L; I -- current, L -- length

Same can be done for magnetic dipoles (antennas).
So this is quite convenient and many real sources can be well approximated by this vector function.

However, I'm not sure now that the dot product of orientation vector and shape function is correct representation. The dot product gives us scalar, whereas we need vector with each component assigned to individual field components of FE_Nedelec. Is this still correct?

Thanks.
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to