Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Julia Docampo Sanchez
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/user-guide/utilities/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=
b
ash]
\begin{lstlisting}
[style=
B
ash
InputStyle
]
# 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=
Xb
ash
\begin{lstlisting}
[style=
B
ash
InputStyle]
# 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