Ola Skavhaug wrote: > Hi, > > I'm trying to assemble dolfin/FFC forms into a user given matrix format > CRSNew, which inherits GenericTensor as it should. However, the assemble.py in > src/python in dolfin does not allow this. >
assembly.py has rather limited functionality compared to dolfin::assemble. Does assembly into CRSNew using c++ work?. Garth > Is there any way around this? > > In c++, the assemble.cpp is overloaded in many different ways. > > Ola > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
