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
6514dea2
Commit
6514dea2
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
Mark methods with missing implementation in doxygen
[[Imported from SVN: r4139]]
parent
dd8fbc63
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
disc/functions/p1function.hh
+4
-0
4 additions, 0 deletions
disc/functions/p1function.hh
with
4 additions
and
0 deletions
disc/functions/p1function.hh
+
4
−
0
View file @
6514dea2
...
...
@@ -557,6 +557,7 @@ namespace Dune
@param[in] comp number of component to be evaluated
@param[in] x position to be evaluated
\return value of the component
\todo Not implemented yet!
*/
virtual
RT
eval
(
int
comp
,
const
Dune
::
FieldVector
<
DT
,
n
>&
x
)
const
{
...
...
@@ -568,6 +569,7 @@ namespace Dune
/*! Evaluation function for all components at once.
@param[in] x position to be evaluated
@param[out] y result vector to be filled
\todo Not implemented yet!
*/
virtual
void
evalall
(
const
Dune
::
FieldVector
<
DT
,
n
>&
x
,
Dune
::
FieldVector
<
RT
,
m
>&
y
)
const
{
...
...
@@ -580,6 +582,7 @@ namespace Dune
@param[in] d vector giving order of derivative for each variable
@param[in] x position where derivative is to be evaluated
\return value of the derivative
\todo Not implemented yet!
*/
virtual
RT
derivative
(
int
comp
,
const
Dune
::
FieldVector
<
int
,
n
>&
d
,
const
Dune
::
FieldVector
<
DT
,
n
>&
x
)
const
{
...
...
@@ -698,6 +701,7 @@ namespace Dune
}
}
/** \todo Please doc me! */
void
interpolate
(
const
P0Function
<
G
,
RT
,
IS
,
m
>&
u
)
{
typedef
typename
IS
::
template
Codim
<
0
>
::
template
Partition
<
All_Partition
>
::
Iterator
Iterator
;
...
...
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