On 8/26/21 10:14 AM, Praveen C wrote:

Embedded explicit methods:

--------------------------------------------------------
An error occurred in line <356> of file </Users/praveen/Applications/deal.II/9.3.1/include/deal.II/lac/vector.templates.h> in function     void dealii::Vector<double>::sadd(const Number, const Number, const Vector<Number> &) [number = double]
The violated condition was:
     size() == v.size()
Additional information:
     Dimension 1089 not equal to 0.

So that looks like there is a vector somewhere that hasn't been given the right size. You'll have to find out in the debugger why not.

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/482813f6-eefa-1600-94a9-e05d9d922657%40colostate.edu.

Reply via email to