Skip to content
Snippets Groups Projects
Commit fb0fb14c authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Include dune/fufem/adolc.hh

This is needed to build with a recent dune-common and dune-fufem
parent 6ebdee6e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,17 +8,10 @@
#include <adolc/drivers/drivers.h> // use of "Easy to Use" drivers
#include <adolc/taping.h>
#include <dune/fufem/adolc.hh>
#include <dune/fufem/utilities/adolcnamespaceinjections.hh>
#include <dune/common/typetraits.hh>
namespace Dune {
template <>
struct IsNumber<adouble>
{
constexpr static bool value = true;
};
}
#include <dune/common/bitsetvector.hh>
#include <dune/common/parametertree.hh>
#include <dune/common/parametertreeparser.hh>
......
......@@ -2,22 +2,15 @@
// vi: set et ts=4 sw=2 sts=2:
#include <config.h>
#include <array>
// Includes for the ADOL-C automatic differentiation library
// Need to come before (almost) all others.
#include <adolc/adouble.h>
#include <dune/fufem/adolc.hh>
#include <dune/fufem/utilities/adolcnamespaceinjections.hh>
#include <dune/common/typetraits.hh>
namespace Dune {
template <>
struct IsNumber<adouble>
{
constexpr static bool value = true;
};
}
#include <array>
#include <dune/common/bitsetvector.hh>
#include <dune/common/parametertree.hh>
#include <dune/common/parametertreeparser.hh>
......
#include <config.h>
#include <fenv.h>
#include <array>
// Includes for the ADOL-C automatic differentiation library
// Need to come before (almost) all others.
#include <adolc/adouble.h>
#include <dune/fufem/adolc.hh>
#include <dune/fufem/utilities/adolcnamespaceinjections.hh>
#include <dune/common/typetraits.hh>
namespace Dune {
template <>
struct IsNumber<adouble>
{
constexpr static bool value = true;
};
}
#include <array>
#include <dune/common/bitsetvector.hh>
#include <dune/common/parametertree.hh>
......
#include <config.h>
#include <fenv.h>
#include <array>
// Includes for the ADOL-C automatic differentiation library
// Need to come before (almost) all others.
......@@ -8,19 +9,11 @@
#include <adolc/drivers/drivers.h> // use of "Easy to Use" drivers
#include <adolc/taping.h>
#include <dune/fufem/adolc.hh>
#include <dune/fufem/utilities/adolcnamespaceinjections.hh>
#include <dune/common/typetraits.hh>
namespace Dune {
template <>
struct IsNumber<adouble>
{
constexpr static bool value = true;
};
}
#include <array>
#include <dune/common/bitsetvector.hh>
#include <dune/common/parametertree.hh>
#include <dune/common/parametertreeparser.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment