Skip to content
Snippets Groups Projects
Commit 70c4320a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

help should mention that iView and ExternalView have to be of the same
type (scalar, vector or tensor)
parent 92fd839d
No related branches found
No related tags found
No related merge requests found
// $Id: Evaluate.cpp,v 1.15 2005-01-09 04:47:58 geuzaine Exp $ // $Id: Evaluate.cpp,v 1.16 2005-01-12 19:38:01 geuzaine Exp $
// //
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
// //
...@@ -93,9 +93,11 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright, ...@@ -93,9 +93,11 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright,
"\n" "\n"
"- the symbol w, to retrieve the `Component'-th\n" "- the symbol w, to retrieve the `Component'-th\n"
"component of the field in `ExternalView' at the\n" "component of the field in `ExternalView' at the\n"
"`ExternalTimeStep'-th time step. If `ExternalView'\n" "`ExternalTimeStep'-th time step. `ExternalView' and\n"
"and `iView' are not based on the same spatial\n" "`iView' must be of the same type (scalar, vector\n"
"grid, `ExternalView' is interpolated onto `iView';\n" "or tensor); if `ExternalView' and `iView' are not\n"
"based on the same spatial grid, `ExternalView' is\n"
"interpolated onto `iView';\n"
"\n" "\n"
"- the symbols w0, w1, w2, ..., w8, to retrieve each\n" "- the symbols w0, w1, w2, ..., w8, to retrieve each\n"
"component of the field in `ExternalView' at the\n" "component of the field in `ExternalView' at the\n"
......
...@@ -334,9 +334,11 @@ component of the field in `iView' at the ...@@ -334,9 +334,11 @@ component of the field in `iView' at the
- the symbol w, to retrieve the `Component'-th - the symbol w, to retrieve the `Component'-th
component of the field in `ExternalView' at the component of the field in `ExternalView' at the
`ExternalTimeStep'-th time step. If `ExternalView' `ExternalTimeStep'-th time step. `ExternalView' and
and `iView' are not based on the same spatial `iView' must be of the same type (scalar, vector
grid, `ExternalView' is interpolated onto `iView'; or tensor); if `ExternalView' and `iView' are not
based on the same spatial grid, `ExternalView' is
interpolated onto `iView';
- the symbols w0, w1, w2, ..., w8, to retrieve each - the symbols w0, w1, w2, ..., w8, to retrieve each
component of the field in `ExternalView' at the component of the field in `ExternalView' at the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment