Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
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
Analyze
Contributor 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
Development
openfoam
Commits
5838649e
Commit
5838649e
authored
14 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Releasenotes-dev: updated functions
parent
20b1d49a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ReleaseNotes-dev
+2
-2
2 additions, 2 deletions
ReleaseNotes-dev
doc/changes/dynamicCode.org
+2
-2
2 additions, 2 deletions
doc/changes/dynamicCode.org
with
4 additions
and
4 deletions
ReleaseNotes-dev
+
2
−
2
View file @
5838649e
...
@@ -281,7 +281,7 @@
...
@@ -281,7 +281,7 @@
to provide an in-line functionObject. E.g.
to provide an in-line functionObject. E.g.
#+BEGIN_SRC c++
#+BEGIN_SRC c++
functions
functions
(
{
pAverage
pAverage
{
{
functionObjectLibs ("libutilityFunctionObjects.so");
functionObjectLibs ("libutilityFunctionObjects.so");
...
@@ -293,7 +293,7 @@
...
@@ -293,7 +293,7 @@
Info<<"p avg:" << average(p) << endl;
Info<<"p avg:" << average(p) << endl;
#};
#};
}
}
);
}
#+END_SRC
#+END_SRC
See also [[./doc/changes/dynamicCode.org]]
See also [[./doc/changes/dynamicCode.org]]
...
...
This diff is collapsed.
Click to expand it.
doc/changes/dynamicCode.org
+
2
−
2
View file @
5838649e
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
=functionObject=.
=functionObject=.
#+BEGIN_SRC c++
#+BEGIN_SRC c++
functions
functions
(
{
pAverage
pAverage
{
{
functionObjectLibs ("libutilityFunctionObjects.so");
functionObjectLibs ("libutilityFunctionObjects.so");
...
@@ -117,7 +117,7 @@
...
@@ -117,7 +117,7 @@
Info<<"p avg:" << average(p) << endl;
Info<<"p avg:" << average(p) << endl;
#};
#};
}
}
);
}
#+END_SRC
#+END_SRC
This dynamic code framework uses the following entries
This dynamic code framework uses the following entries
+ =codeData=: declaration (in .H file) of local (null-constructable) data
+ =codeData=: declaration (in .H file) of local (null-constructable) data
...
...
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