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
5a0c220e
Commit
5a0c220e
authored
20 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
cosmetic fixes
[[Imported from SVN: r1668]]
parent
e3cd9911
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
quadrature/common/quadrature.hh
+8
-10
8 additions, 10 deletions
quadrature/common/quadrature.hh
quadrature/fixedorder/quadlqh.hh
+2
-2
2 additions, 2 deletions
quadrature/fixedorder/quadlqh.hh
with
10 additions
and
12 deletions
quadrature/common/quadrature.hh
+
8
−
10
View file @
5a0c220e
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef
__
DUNE_QUADRATURE_HH
__
#define
__
DUNE_QUADRATURE_HH
__
#ifndef DUNE_QUADRATURE_HH
#define DUNE_QUADRATURE_HH
#include
<vector>
#include
"../../common/dynamictype.hh"
#include
<dune/common/dynamictype.hh>
// For GeometryType
#include
<dune/grid/common/grid.hh>
...
...
@@ -13,7 +11,7 @@
#include
<dune/common/exceptions.hh>
// For Quadrature::Iterator
#include
"../..
/common/genericiterator.hh
"
#include
<dune
/common/genericiterator.hh
>
namespace
Dune
{
...
...
@@ -22,8 +20,8 @@ namespace Dune {
//
// --QuadraturePoints
//
// Every specialization of this class implements a diffrent quadrature
// for diffrent elements and polynomial order. This implementation i
n
left
// Every specialization of this class implements a diff
e
rent quadrature
// for diff
e
rent elements and polynomial order. This implementation i
s
left
// to the user.
//
//************************************************************************
...
...
@@ -38,9 +36,9 @@ namespace Dune {
//***********************************************************************
//!
//! Note: The sum over all weig
t
hs for the quadrature is the volume of the
//! Note: The sum over all weigh
t
s for the quadrature is the volume of the
//! reference element, for example the sum over three quadrature point for
//! a triangle is 0.5 which is the volume o
n
reference triangle
//! a triangle is 0.5 which is the volume o
f the
reference triangle
//!
//***********************************************************************
template
<
class
Domain
,
class
RangeField
,
GeometryType
ElType
,
int
polOrd
>
...
...
This diff is collapsed.
Click to expand it.
quadrature/fixedorder/quadlqh.hh
+
2
−
2
View file @
5a0c220e
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef
__
DUNE_QUADLQH_HH
__
#define
__
DUNE_QUADLQH_HH
__
#ifndef DUNE_QUADLQH_HH
#define DUNE_QUADLQH_HH
#include
<dune/common/misc.hh>
#include
"gaussquadimp.hh"
...
...
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