> Well, actually that was my question - how to initialize this matrix, > i.e. how to set it up for appropriate size? From you message I've > understood that probably I have to declare QuadratureHistory not as > a struct but as a class with appropriate constructor?
Yes. That would be the C++ way to do it. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
