On Sun, Apr 26, 2015 at 8:10 PM, King Taylor <[email protected]> wrote: > I am trying my hands on some fenics tuorials. > I do not understand this part of the code; > > # Define function spaces and mixed (product) space > BDM = FunctionSpace(mesh, "BDM", 1) > DG = FunctionSpace(mesh, "DG", 0) > W = BDM * DG > > What is the meaning of BDM and DG?
http://fenicsproject.org/documentation/dolfin/1.5.0/python/programmers-reference/functions/functionspace/FunctionSpace.html Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
