Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
db7b17ef
Commit
db7b17ef
authored
Aug 04, 2016
by
Dave Moxey
Browse files
Add to tester, fix latex error
parent
dbd0eef9
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/user-guide/utilities/fieldconvert.tex
View file @
db7b17ef
...
...
@@ -188,7 +188,7 @@ to visualise the result either in Tecplot, Paraview or VisIt.
\subsection
{
Add composite ID:
\textit
{
addcompositeid
}
module
}
When dealing with a geometry that has many surfaces, we need to identify the
composites to assign boundary conditions. To assist in this,
\fc
has a
composites to assign boundary conditions. To assist in this,
FieldConvert
has a
\inltt
{
addcompositeid
}
module, which adds the composite ID of every element as a
new field. To use this we simply run
%
...
...
utilities/FieldConvert/CMakeLists.txt
View file @
db7b17ef
...
...
@@ -11,6 +11,7 @@ TARGET_LINK_LIBRARIES(FieldConvert FieldUtils)
ADD_NEKTAR_TEST
(
chan3D_tec_n10
)
ADD_NEKTAR_TEST
(
chan3D_interppointsplane
)
ADD_NEKTAR_TEST
(
chan3D_interppointsbox
)
ADD_NEKTAR_TEST
(
compositeid
)
ADD_NEKTAR_TEST
(
bfs_probe
)
ADD_NEKTAR_TEST
(
bfs_tec
)
ADD_NEKTAR_TEST
(
bfs_tec_rng
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment