Is it necessary to have VectorNormType as a parameter? Since the number of different norms is quite small I think it's much easier for a user to relate to one function for each. The parameter is just another thing to look up in the documentation somehow.
-- Martin 2008/4/25, DOLFIN <[EMAIL PROTECTED]>: > One or more new changesets pushed to the primary dolfin repository. > A short summary of the last three changesets is included below. > > changeset: 4095:6c5dc3674fecd64e9ff66da06c528ceecd90b5db > tag: tip > user: Kent-Andre Mardal <[EMAIL PROTECTED]> > date: Fri Apr 25 19:55:49 2008 +0200 > files: dolfin/la/EpetraVector.cpp dolfin/swig/dolfin_headers.i > sandbox/la/convection-diffusion/conv-diff.py sandbox/la/poisson/Krylov.py > site-packages/dolfin/__init__.py > description: > fix in EpetraVector.cpp > + added VectorNormType to the Python interface > > > changeset: 4094:8985925453d7c92c07d1c31a78664996300336af > user: "Anders Logg <[EMAIL PROTECTED]>" > date: Fri Apr 25 18:47:16 2008 +0200 > files: dolfin/la/EpetraMatrix.cpp dolfin/la/EpetraMatrix.h > dolfin/la/EpetraVector.h > description: > Consistency edits in Epetra classes, please check that I didn't break it. > (Don't have Trilinos installed.) > > > changeset: 4093:48dd4ce8bd3aaddc0c1d154a0d3471f812edf6e5 > user: "Anders Logg <[EMAIL PROTECTED]>" > date: Fri Apr 25 18:32:21 2008 +0200 > files: dolfin/la/EpetraMatrix.cpp dolfin/la/EpetraMatrix.h > dolfin/la/EpetraVector.h dolfin/la/GenericMatrix.h dolfin/la/GenericVector.h > dolfin/la/Matrix.h dolfin/la/PETScMatrix.h dolfin/la/PETScVector.h > dolfin/la/Vector.h dolfin/la/uBlasMatrix.h dolfin/la/uBlasVector.h > description: > Move operator/=, operator+=, and operator-= from convenience operators > and make pure virtual (implemented by all subclasses anyway). > > ---------------------------------------------------------------------- > For more details, visit http://www.fenics.org/hg/dolfin > _______________________________________________ > 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
