Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
EXADUNE
dune-grid
Commits
2705ff95
Commit
2705ff95
authored
17 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
removed accidentally added method affine.
[[Imported from SVN: r4055]]
parent
2784b85a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grid/alugrid/3d/geometry.hh
+0
-6
0 additions, 6 deletions
grid/alugrid/3d/geometry.hh
with
0 additions
and
6 deletions
grid/alugrid/3d/geometry.hh
+
0
−
6
View file @
2705ff95
...
...
@@ -97,9 +97,6 @@ namespace Dune {
//! can only be called for dim=dimworld!
inline
const
FieldMatrix
<
alu3d_ctype
,
mydim
,
mydim
>&
jacobianInverseTransposed
(
const
FieldVector
<
alu3d_ctype
,
mydim
>&
local
)
const
;
//! returns true if mapping is affine
inline
bool
affine
()
const
;
//! returns volume of geometry
inline
alu3d_ctype
volume
()
const
;
//***********************************************************************
...
...
@@ -243,9 +240,6 @@ namespace Dune {
//! other specialization...)
const
FieldMatrix
<
alu3d_ctype
,
mydim
,
mydim
>&
jacobianInverseTransposed
(
const
FieldVector
<
alu3d_ctype
,
mydim
>&
local
)
const
;
//! returns true if mapping is affine
inline
bool
affine
()
const
;
//! returns volume of geometry
alu3d_ctype
volume
()
const
;
...
...
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