Re: [deal.II] outer product of two vectors

2020-10-07 Thread Nikki Holtzer
Thank you! On Tuesday, October 6, 2020 at 8:31:47 PM UTC-4 Wolfgang Bangerth wrote: > On 10/6/20 5:50 PM, Nikki Holtzer wrote: > > > > I am trying to form a cross product/ outer product of two vectors of > type > > deallii:Vector. I have attempted to use some of the built in > functions > >

Re: [deal.II] outer product of two vectors

2020-10-07 Thread Marc Fehling
Please have a look at this particular test which showcases how an outer product can be achieved with deal.II! https://github.com/dealii/dealii/blob/master/tests/full_matrix/full_matrix_57.cc Hope this helps! Marc Wolfgang Bangerth schrieb am Dienstag, 6. Oktober 2020 um 18:31:47 UTC-6: > On

Re: [deal.II] outer product of two vectors

2020-10-06 Thread Wolfgang Bangerth
On 10/6/20 5:50 PM, Nikki Holtzer wrote: I am trying to form a cross product/ outer product of two vectors of type deallii:Vector. I have attempted to use some of the built in functions for the outer product from the Tensor Class but have had no luck. I can't seem to get anything other than

[deal.II] outer product of two vectors

2020-10-06 Thread Nikki Holtzer
Hello everyone, I am trying to form a cross product/ outer product of two vectors of type deallii:Vector. I have attempted to use some of the built in functions for the outer product from the Tensor Class but have had no luck. I can't seem to get anything other than error: no matching