Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-fem-dg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dune-fem
dune-fem-dg
Commits
96c4817d
Commit
96c4817d
authored
11 years ago
by
Robert Kloefkorn
Browse files
Options
Downloads
Patches
Plain Diff
remove tabs and added sources.
parent
4cf553f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fem-dg/test/advdiff/Makefile.am
+16
-12
16 additions, 12 deletions
dune/fem-dg/test/advdiff/Makefile.am
with
16 additions
and
12 deletions
dune/fem-dg/test/advdiff/Makefile.am
+
16
−
12
View file @
96c4817d
...
...
@@ -6,10 +6,6 @@ LDADD = $(ALL_PKG_LDFLAGS) $(ALL_PKG_LIBS) $(LOCAL_LIBS) $(DUNEMPILDFLAGS) $(DUN
BASEDIR
=
../../main
advdiff_SOURCES
=
$(
BASEDIR
)
/main.cc
$(
BASEDIR
)
/main_1.cc
$(
BASEDIR
)
/main_2.cc
\
$(
BASEDIR
)
/main_0.cc
$(
BASEDIR
)
/main_3.cc
advdiffonep_SOURCES
=
$(
BASEDIR
)
/main.cc
$(
BASEDIR
)
/main_pol.cc
#GRIDTYPE = ALUGRID_SIMPLEX
#GRIDTYPE = YASPGRID
#GRIDTYPE=PARALLELGRID_ALUGRID_SIMPLEX
...
...
@@ -23,19 +19,27 @@ FLUX = 1 # LLF 1, HLL 2
#USE_OMP=-fopenmp
# INFO SPACE OPERATOR:
#
1. define PRIMALDG for IP, BR2, CDG, CDG2
#
2. define DUALDG for LDG
#
1. define PRIMALDG for IP, BR2, CDG, CDG2
#
2. define DUALDG for LDG
# INFO TRACK LIFTING:
#
1. define LOCALDEBUG to calculate \sum_e\int_Omega(r_e*l_e) and
#
\sum_e\int_Omega(r_e*l_e). They will be output to std::cout from the Stepper
#
1. define LOCALDEBUG to calculate \sum_e\int_Omega(r_e*l_e) and
#
\sum_e\int_Omega(r_e*l_e). They will be output to std::cout from the Stepper
# INFO TESTOPERATOR:
#
1. define TESTOPERATOR for linear advdiff equation to output various
#
information on space operator
#
1. define TESTOPERATOR for linear advdiff equation to output various
#
information on space operator
check_PROGRAMS
=
advdiff advdiffonep pulseonep pulse
# quasiadvdiff quasiadvdiff12 plaplace plaplace12
advdiff_SOURCES
=
$(
BASEDIR
)
/main.cc
$(
BASEDIR
)
/main_1.cc
$(
BASEDIR
)
/main_2.cc
\
$(
BASEDIR
)
/main_0.cc
$(
BASEDIR
)
/main_3.cc
advdiffonep_SOURCES
=
$(
BASEDIR
)
/main.cc
$(
BASEDIR
)
/main_pol.cc
pulse_SOURCES
=
$(
BASEDIR
)
/main.cc
$(
BASEDIR
)
/main_1.cc
$(
BASEDIR
)
/main_2.cc
\
$(
BASEDIR
)
/main_0.cc
$(
BASEDIR
)
/main_3.cc
pulseonep_SOURCES
=
$(
BASEDIR
)
/main.cc
$(
BASEDIR
)
/main_pol.cc
AM_CPPFLAGS
=
$(
USE_OMP
)
-I
../../problems/advdiff
$(
ALL_PKG_CPPFLAGS
)
-DGRIDDIM
=
$(
GRIDDIM
)
\
-D
$(
GRIDTYPE
)
$(
DUNEMPICPPFLAGS
)
\
-DDIMRANGE
=
$(
DIMRANGE
)
-DFLUX
=
$(
FLUX
)
-DPRIMALDG
-DUSE_ASSERT_THROW
-D
$(
GRIDTYPE
)
$(
DUNEMPICPPFLAGS
)
\
-DDIMRANGE
=
$(
DIMRANGE
)
-DFLUX
=
$(
FLUX
)
-DPRIMALDG
-DUSE_ASSERT_THROW
AM_LDFLAGS
=
$(
ALL_PKG_LDFLAGS
)
$(
LAPACK_LDFLAGS
)
$(
USE_OMP
)
advdiff_CPPFLAGS
=
$(
AM_CPPFLAGS
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment