Skip to content
Snippets Groups Projects
Commit 2bcb14e8 authored by graeser's avatar graeser Committed by graeser@PCPOOL.MI.FU-BERLIN.DE
Browse files

Make dune-disc optional

[[Imported from SVN: r3021]]
parent 782cb136
No related branches found
No related tags found
No related merge requests found
#ifndef LEAFP1FUNCTIONTRANSFER_HH #ifndef LEAFP1FUNCTIONTRANSFER_HH
#define LEAFP1FUNCTIONTRANSFER_HH #define LEAFP1FUNCTIONTRANSFER_HH
#if HAVE_DUNE_DISC
#include <vector> #include <vector>
#include <dune/common/bitsetvector.hh> #include <dune/common/bitsetvector.hh>
...@@ -123,5 +125,9 @@ class LeafP1FunctionTransfer ...@@ -123,5 +125,9 @@ class LeafP1FunctionTransfer
}; };
#else
#warning leafp1functiontransfer.hh was included but dune-disc is not present !
#endif // end of #if HAVE_DUNE_DISC
#endif #endif
#ifndef NEUMANN_ASSEMBLER_HH #ifndef NEUMANN_ASSEMBLER_HH
#define NEUMANN_ASSEMBLER_HH #define NEUMANN_ASSEMBLER_HH
#if HAVE_DUNE_DISC
/** \file /** \file
\brief Contains a method which assembles the right hand side term for Neumann boundary data. \brief Contains a method which assembles the right hand side term for Neumann boundary data.
*/ */
...@@ -96,4 +98,8 @@ void assembleAndAddNeumannTerm(const BoundaryPatchBase<GridView>& neumannBoundar ...@@ -96,4 +98,8 @@ void assembleAndAddNeumannTerm(const BoundaryPatchBase<GridView>& neumannBoundar
} }
#else
#warning neumannassembler.hh was included but dune-disc is not present !
#endif // end of #if HAVE_DUNE_DISC
#endif #endif
#ifndef SURFACE_MASSMATRIX_HH #ifndef SURFACE_MASSMATRIX_HH
#define SURFACE_MASSMATRIX_HH #define SURFACE_MASSMATRIX_HH
#if HAVE_DUNE_DISC
/** \file /** \file
\brief Contains a method which assembles the FE mass matrix of a boundary patch of a grid. \brief Contains a method which assembles the FE mass matrix of a boundary patch of a grid.
*/ */
...@@ -133,4 +135,8 @@ void assembleSurfaceMassMatrix(const BoundaryPatchBase<GridView>& boundary, ...@@ -133,4 +135,8 @@ void assembleSurfaceMassMatrix(const BoundaryPatchBase<GridView>& boundary,
} }
#else
#warning surfmassmatrix.hh was included but dune-disc is not present !
#endif // end of #if HAVE_DUNE_DISC
#endif #endif
Module: ag-common Module: ag-common
Depends: dune-common dune-grid dune-istl dune-disc dune-localfunctions Depends: dune-common dune-grid dune-istl dune-localfunctions
Suggests: dune-disc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment