Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Timo Koch
dune-common
Commits
81416714
Commit
81416714
authored
20 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
new fixedvector type and conflicts removed.
[[Imported from SVN: r882]]
parent
d647487f
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
grid/bsgrid/bsinclude.hh
+8
-5
8 additions, 5 deletions
grid/bsgrid/bsinclude.hh
with
8 additions
and
5 deletions
grid/bsgrid/bsinclude.hh
+
8
−
5
View file @
81416714
...
...
@@ -8,13 +8,13 @@
// includes for bsgrid_src
#include
"systemincludes.hh"
// all methods and classes of the sbgrid are defined in the namespace
// BernhardSchuppGrid
#define BSSPACE BernhardSchuppGrid ::
//#define BSSPACE
#define _BSGRID_USE_INDEX_
// define parameter type for normal method
#define BSGridVecType Dune::FieldVector<double, 3>
// if this is defined in bsgrid some methods are added which we only need
// for the Dune interface
#define _DUNE_USES_BSGRID_
#include
<dune/grid/common/indexstack.hh>
...
...
@@ -24,6 +24,9 @@ namespace BernhardSchuppGrid {
enum
{
lengthOfFiniteStack
=
10000
};
typedef
Dune
::
IndexStack
<
int
,
lengthOfFiniteStack
>
IndexManagerType
;
// type for outer normal of intersection iterator
typedef
Dune
::
Vec
<
double
,
3
>
BSGridVecType
;
typedef
enum
{
hexa
,
tetra
}
grid_t
;
// bsgrid original sources
...
...
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