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
31fbc603
Commit
31fbc603
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
GeometryType is now line instead of cube
[[Imported from SVN: r2371]]
parent
ea2d2db5
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/onedgrid/onedgridgeometry.hh
+1
-25
1 addition, 25 deletions
grid/onedgrid/onedgridgeometry.hh
with
1 addition
and
25 deletions
grid/onedgrid/onedgridgeometry.hh
+
1
−
25
View file @
31fbc603
...
...
@@ -67,30 +67,6 @@ namespace Dune {
return
target_
->
pos_
;
}
#if 0
/*! return reference element corresponding to this element. If this is
a reference element then self is returned.
*/
OneDGridGeometry<0,0>& refelem ();
//! maps a local coordinate within reference element to
//! global coordinate in element
FieldVector<OneDCType, 1> global (const FieldVector<OneDCType, 1>& local);
//! Maps a global coordinate within the element to a
//! local coordinate in its reference element
FieldVector<OneDCType, 1> local (const FieldVector<OneDCType, 2>& global);
//! Returns true if the point is in the current element
bool checkInside(const FieldVector<OneDCType, 2> &global) const;
// A(l)
OneDCType integration_element (const FieldVector<OneDCType, 1>& local);
//! can only be called for dim=dimworld!
const Mat<1,1>& Jacobian_inverse (const FieldVector<OneDCType, 1>& local);
#endif
//private:
OneDEntityImp
<
0
>*
target_
;
...
...
@@ -129,7 +105,7 @@ namespace Dune {
*
* OneDGrid obviously supports only lines
*/
GeometryType
type
()
const
{
return
lin
e
;}
GeometryType
type
()
const
{
return
cub
e
;}
//! return the number of corners of this element. Corners are numbered 0...n-1
int
corners
()
const
{
return
2
;}
...
...
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