[Dune] [Dune-Commit] dune-localfunctions r816 - in trunk/dune/localfunctions: . mimetic

Carsten Gräser graeser at math.fu-berlin.de
Mon Feb 1 10:44:36 CET 2010


Am 01.02.2010 08:57, schrieb peter at dune-project.org:
> Author: peter
> Date: 2010-02-01 08:57:21 +0100 (Mon, 01 Feb 2010)
> New Revision: 816
> 
> Modified:
>    trunk/dune/localfunctions/mimetic.hh
>    trunk/dune/localfunctions/mimetic/mimeticall.hh
> Log:
> removed Barton-Nackman (schnief)
Please merge this bugfix to release branch.

Carsten

> 
> Modified: trunk/dune/localfunctions/mimetic/mimeticall.hh
> ===================================================================
> --- trunk/dune/localfunctions/mimetic/mimeticall.hh	2010-01-26 14:22:45 UTC (rev 815)
> +++ trunk/dune/localfunctions/mimetic/mimeticall.hh	2010-02-01 07:57:21 UTC (rev 816)
> @@ -14,16 +14,12 @@
>  namespace Dune 
>  {
>    template<class D, class R, int dim>
> -  class MimeticLocalBasis : 
> -	public Dune::C0LocalBasisInterface<
> -	Dune::LocalBasisTraits<D,dim,Dune::FieldVector<D,dim>,
> -							 R,1,Dune::FieldVector<R,1> >,
> -							   MimeticLocalBasis<D,R,dim> > 
> +  class MimeticLocalBasis 
>    {
>    public:
>  	typedef Dune::LocalBasisTraits<D,dim,Dune::FieldVector<D,dim>,
> -									 R,1,Dune::FieldVector<R,1>, Dune::FielMatrix<R,1,dim> > Traits;
> -  
> +									 R,1,Dune::FieldVector<R,1>, Dune::FieldMatrix<R,1,dim> > Traits;
> +
>  	MimeticLocalBasis (unsigned int variant_)
>  	  : variant(variant_)
>  	{
> @@ -63,8 +59,8 @@
>    };
>  
>    template<class LB>
> -  class MimeticLocalInterpolation : public Dune::
> -	LocalInterpolationInterface<MimeticLocalInterpolation<LB> > {
> +  class MimeticLocalInterpolation 
> +  {
>    public:
>  
>  	//! \brief Local interpolation of a function
> 
> Modified: trunk/dune/localfunctions/mimetic.hh
> ===================================================================
> --- trunk/dune/localfunctions/mimetic.hh	2010-01-26 14:22:45 UTC (rev 815)
> +++ trunk/dune/localfunctions/mimetic.hh	2010-02-01 07:57:21 UTC (rev 816)
> @@ -10,12 +10,7 @@
>  namespace Dune 
>  {
>    template<class D, class R, int dim>
> -  class MimeticLocalFiniteElement 
> -	: public Dune::LocalFiniteElementInterface< 
> -	Dune::LocalFiniteElementTraits<MimeticLocalBasis<D,R,dim>,
> -								   MimeticLocalCoefficients,
> -								   MimeticLocalInterpolation<MimeticLocalBasis<D,R,dim> > >, 
> -	MimeticLocalFiniteElement<D,R,dim> >
> +  class MimeticLocalFiniteElement
>    {
>  	Dune::GeometryType gt;
>  	MimeticLocalBasis<D,R,dim> basis;
> 
> 
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit
		

-- 
----------------------------------------------------------------------
Carsten Gräser           | phone: +49-30 / 838-75349
Freie Universität Berlin | fax  : +49-30 / 838-54977
Institut für Mathematik  | email: graeser at math.fu-berlin.de
Arnimallee 6             |
14195 Berlin, Germany    | URL  : http://page.mi.fu-berlin.de/graeser
----------------------------------------------------------------------




More information about the Dune mailing list