Skip to content

Commit

Permalink
[...dunegdt.ipdg] add NIPDG, IIPDG, SIPDG and SWIPDG discretizer
Browse files Browse the repository at this point in the history
  • Loading branch information
ftschindler committed Sep 9, 2021
1 parent ac08054 commit d400ebc
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pymor/discretizers/dunegdt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file is part of the pyMOR project (http://www.pymor.org).
# Copyright 2013-2020 pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)

from pymor.discretizers.dunegdt.cg import discretize_stationary_cg
from pymor.discretizers.dunegdt.ipdg import discretize_stationary_ipdg
Loading

0 comments on commit d400ebc

Please sign in to comment.