[Dune] [Dune-Commit] dune-grid-howto r374 - trunk

Markus Blatt markus at dr-blatt.de
Sat Mar 24 15:28:29 CET 2012


Hi,

I do not consider this a proper fix, as you just deactivate the
compilation of a program that is part of the howto and referenced in
the pdf.

The proper fix would be to replace the istl matrix and vector with
something that is available or a simple implementations. (A
replacement could even be DynamicVector/-Matrix, that
are part of dune-common.)

Cheers,

Markus
On Sat, Mar 24, 2012 at 11:59:52AM +0100, gruenich at dune-project.org wrote:
> Author: gruenich
> Date: 2012-03-24 11:59:51 +0100 (Sat, 24 Mar 2012)
> New Revision: 374
> 
> Modified:
>    trunk/Makefile.am
>    trunk/dune.module
> Log:
> dune-istl is now suggested, not a dependency. Fixes FS#924.
> 
> 
> Modified: trunk/Makefile.am
> ===================================================================
> --- trunk/Makefile.am	2012-03-17 16:20:29 UTC (rev 373)
> +++ trunk/Makefile.am	2012-03-24 10:59:51 UTC (rev 374)
> @@ -15,9 +15,13 @@
>  	unitcube.hh parevolve.hh basicunitcube.hh \
>  	shapefunctions.hh
>  
> +if HAVE_DUNE_ISTL
> +ISTLPROGRAMS = finiteelements
> +endif
> +	
>  examples_PROGRAMS = gettingstarted traversal integration othergrids\
>  	adaptiveintegration finitevolume adaptivefinitevolume parfinitevolume\
> -	visualization finiteelements
> +	visualization $(ISTLPROGRAMS)
>  
>  examples_DATA = gettingstarted.cc traversal.cc integration.cc othergrids.cc \
>  	adaptiveintegration.cc finitevolume.cc adaptivefinitevolume.cc \
> 
> Modified: trunk/dune.module
> ===================================================================
> --- trunk/dune.module	2012-03-17 16:20:29 UTC (rev 373)
> +++ trunk/dune.module	2012-03-24 10:59:51 UTC (rev 374)
> @@ -2,4 +2,6 @@
>  Module: dune-grid-howto
>  Maintainer: dune at dune-project.org
>  Version: 2.2-svn
> -Depends: dune-common (>= 2.2) dune-geometry (>= 2.2) dune-grid (>= 2.2) dune-istl (>= 2.2)
> +Depends: dune-grid (>= 2.2)
> +# Needed for finiteelements.cc
> +Suggests: dune-istl (>= 2.2)
> 
> 
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit
> 

-- 
Do you need more support with DUNE or HPC in general? 

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany
Tel.: +49 (0) 160 97590858  Fax: +49 (0)322 1108991658 




More information about the Dune mailing list