On 12/02/2016 07:01 AM, Bruno Turcksin wrote:

    2 - Are there facilities of some kind that can help in generating the
    assembly code? In Fenics I just specified the weak formulations.

You need to write the code in C++ and loop over cells, quadrature points, and
basis functions yourself. So this will be more verbose than what you do in 
Fenics.

True, but not very much more so. For example, the bilinear form for Stokes is here:
 https://github.com/dealii/dealii/blob/master/examples/step-22/step-22.cc#L649

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to