I generally do "from fenics import *" (note that both fenics and dolfin are the same module, since version 1.5). When I don't import * I just do "import fenics".
-- Anders lör 20 juni 2015 kl 04:28 skrev Yuri Teixeira <[email protected]>: > I'm a Fenics newbie using it for about six months now. Relevant issues > aside, what do you guys use as alias to import dolfin in python when you > don't import *? I'd like to settle on something close to a convention if > I can. > > This is an awesome project, by the way. I can't thank you enough for > freeing me from messing with Fortran. > > YT > > _______________________________________________ > fenics mailing list > [email protected] > http://fenicsproject.org/mailman/listinfo/fenics >
_______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
