Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Nektar
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
45
Issues
45
List
Board
Labels
Milestones
Merge Requests
20
Merge Requests
20
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Nektar
Nektar
Commits
4402bb95
Commit
4402bb95
authored
Jul 11, 2017
by
Kilian Lackhove
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
csvIO: fix doc
parent
e7b627e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
fieldconvert.tex
docs/user-guide/utilities/fieldconvert.tex
+3
-3
No files found.
docs/user-guide/utilities/fieldconvert.tex
View file @
4402bb95
...
...
@@ -504,7 +504,7 @@ FieldConvert -m interppointdatatofld:frompts=file1.pts file1.xml file1.fld
\end{lstlisting}
or alternatively for csv data:
\begin{lstlisting}
[style=BashInputStyle]
FieldConvert -m interppointdatatofld
file1.xml file1.csv
file1.fld
FieldConvert -m interppointdatatofld
:frompts=file1.csv file1.xml
file1.fld
\end{lstlisting}
%
This command will interpolate the data from
\inltt
{
file1.pts
}
(
\inltt
{
file1.csv
}
) to the mesh
...
...
@@ -531,7 +531,7 @@ In case of $n$-dimensional data, the $n$ coordinates are specified in the first
columns accordingly.
%
An equivalant csv file is:
\begin{lstlisting}
[style=
bash
]
\begin{lstlisting}
[style=
BashInputStyle
]
# x, a, b, c
1.0000,-1.0000,1.0000,-0.7778
2.0000,-0.9798,0.9798,-0.7980
...
...
@@ -583,7 +583,7 @@ The format of the file \inltt{file2.pts} is of the same form as for the
\end{lstlisting}
Similar to the
\textit
{
interppointdatatofld
}
module, the
\inltt
{
.pts
}
file can
be interchanged with a
\inltt
{
.csv
}
file:
\begin{lstlisting}
[style=
Xbash
\begin{lstlisting}
[style=
BashInputStyle]
# x, y
0.0,0.0
0.5,0.0
...
...
Write
Preview
Markdown
is supported
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