Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
0ef167bb
Commit
0ef167bb
authored
Sep 25, 2020
by
Praetorius, Simon
Browse files
unify config.h includes
parent
77862e92
Changes
31
Hide whitespace changes
Inline
Side-by-side
examples/heat.cc
View file @
0ef167bb
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
<config.h>
#include
<iostream>
#include
<amdis/AMDiS.hpp>
...
...
examples/neumann.cc
View file @
0ef167bb
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
<config.h>
#include
<iostream>
#if HAVE_DUNE_SPGRID
...
...
examples/periodic.cc
View file @
0ef167bb
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
<config.h>
#include
<iostream>
#if HAVE_DUNE_SPGRID
...
...
examples/surface.cc
View file @
0ef167bb
#include
"config.h"
#include
<amdis/AMDiS.hpp>
#include
<amdis/Integrate.hpp>
#include
<amdis/LocalOperators.hpp>
...
...
examples/vecellipt.cc
View file @
0ef167bb
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#include
<config.h>
#include
<iostream>
...
...
test/AdaptiveGridTest.cpp
View file @
0ef167bb
#include
"config.h"
#include
<config.h>
#include
<dune/grid/yaspgrid.hh>
#include
<dune/grid/test/gridcheck.hh>
...
...
test/DOFVectorTest.cpp
View file @
0ef167bb
#include
"
config.h
"
#include
<
config.h
>
#include
<memory>
...
...
test/DataTransferTest.hpp
View file @
0ef167bb
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
<config.h>
#include
<array>
#include
<cmath>
...
...
test/ISTLCommTest.cpp
View file @
0ef167bb
#include
"
config.h
"
#include
<
config.h
>
#include
<array>
#include
<bitset>
...
...
test/OperatorsTest.cpp
View file @
0ef167bb
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#include
"config.h"
#include
<amdis/AMDiS.hpp>
#include
<amdis/ProblemStat.hpp>
#include
<amdis/LocalOperators.hpp>
...
...
test/TreeContainerTest.cpp
View file @
0ef167bb
#include
"config.h"
#include
<config.h>
#include
<dune/grid/yaspgrid.hh>
#include
<dune/functions/functionspacebases/compositebasis.hh>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment