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
Wiki
Coding
Patterns
precision
Changes
Page history
New page
Templates
Clone repository
add HashTable "broken" entry (FAQ?)
authored
4 years ago
by
Mark OLESEN
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
coding/patterns/precision.md
+5
-2
5 additions, 2 deletions
coding/patterns/precision.md
with
5 additions
and
2 deletions
coding/patterns/precision.md
View page @
5264630e
...
...
@@ -5,8 +5,11 @@
***We are happy to incorporate content from volunteers!!***
## Coding Patterns
## Coding Patterns - Precision
[[
_TOC_
]]
## Precision
OpenFOAM supports compile-time selection of its usual integer elements
(
`label`
) and its usual floating-point elements (
`scalar`
).
...
...
@@ -96,6 +99,6 @@ there is no type ambiguity for the compiler.
----
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019
-2020
OpenCFD Ltd.
[
code-patterns
]:
/coding/patterns/patterns
This diff is collapsed.
Click to expand it.