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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Core Modules
dune-common
Commits
05ee0cd3
Commit
05ee0cd3
authored
20 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
replaced \file __FILE__ by \file
[[Imported from SVN: r1134]]
parent
a2b4ce60
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
common/fvector.hh
+6
-6
6 additions, 6 deletions
common/fvector.hh
with
6 additions
and
6 deletions
common/fvector.hh
+
6
−
6
View file @
05ee0cd3
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef
__
DUNE_FVECTOR_HH
__
#define
__
DUNE_FVECTOR_HH
__
#ifndef DUNE_FVECTOR_HH
#define DUNE_FVECTOR_HH
#include
<math.h>
#include
<complex>
#include
"exceptions.hh"
/*! \file __FILE__
This file implements a vector constructed from a given type
/*! \file
* \brief This file implements a vector constructed from a given type
representing a field and a compile-time given size.
*/
...
...
@@ -306,7 +305,8 @@ namespace Dune {
}
};
/**! Construct a vector space out of a tensor product of fields.
/** \brief Construct a vector space out of a tensor product of fields.
K is the field type (use float, double, complex, etc) and n
is the number of components.
...
...
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