On Monday 03 August 2009, [email protected] wrote: > Could we have a "make_flux_sparsity_pattern" + "ConstraintMatrix"? > > That should be > > static void DoFTools::make_flux_sparsity_pattern > ( const DH & dof, > SparsityPattern & sparsity, > const ConstraintMatrix & constraints, > const Table< 2, Coupling > & int_mask, > const Table< 2, Coupling > & flux_mask > ) [inline, static]
It would probably be simple to add this function. Can I suggest you take a look at the implementation of the other make_(flux_)sparsity_pattern functions? You'll probably see right away how to do this, and if you implement such a function we'll be happy to include it into the library! Best W. -- ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
