Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
ef5ab5ea
Commit
ef5ab5ea
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
better docs
parent
68c67e65
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Plugin/Evaluate.cpp
+10
-8
10 additions, 8 deletions
Plugin/Evaluate.cpp
Plugin/Extract.cpp
+7
-5
7 additions, 5 deletions
Plugin/Extract.cpp
doc/VERSIONS
+3
-2
3 additions, 2 deletions
doc/VERSIONS
with
20 additions
and
15 deletions
Plugin/Evaluate.cpp
+
10
−
8
View file @
ef5ab5ea
// $Id: Evaluate.cpp,v 1.
3
2004-05-1
2 06:03:12
geuzaine Exp $
// $Id: Evaluate.cpp,v 1.
4
2004-05-1
3 15:09:45
geuzaine Exp $
//
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -66,14 +66,16 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright,
...
@@ -66,14 +66,16 @@ void GMSH_EvaluatePlugin::getInfos(char *author, char *copyright,
strcpy
(
author
,
"C. Geuzaine (geuz@geuz.org)"
);
strcpy
(
author
,
"C. Geuzaine (geuz@geuz.org)"
);
strcpy
(
copyright
,
"DGR (www.multiphysics.com)"
);
strcpy
(
copyright
,
"DGR (www.multiphysics.com)"
);
strcpy
(
help_text
,
strcpy
(
help_text
,
"Plugin(Evaluate) sets the values associated with
\n
"
"Plugin(Evaluate) sets the values associated
\n
"
"the `TimeStep'-th time step in the view `iView'
\n
"
"with the `TimeStep'-th time step in the view
\n
"
"to the expression `Expression'. In addition to
\n
"
"`iView' to the expression `Expression'. In
\n
"
"the usual mathematical functions, `Expression'
\n
"
"addition to the usual mathematical functions
\n
"
"can contain the symbols x, y, z and v, which
\n
"
"(Exp, Log, Sqrt, Sin, Cos, Fabs, etc.) and
\n
"
"operators (+, -, *, /, ^), `Expression' can
\n
"
"contain the symbols x, y, z and v, which
\n
"
"represent the three spatial coordinates and the
\n
"
"represent the three spatial coordinates and the
\n
"
"value of the field, respectively. If `iView' < 0,
the
\n
"
"value of the field, respectively. If `iView' < 0,
\n
"
"plugin is run on the current view.
\n
"
"
the
plugin is run on the current view.
\n
"
"
\n
"
"
\n
"
"Plugin(Evaluate) is executed in-place.
\n
"
);
"Plugin(Evaluate) is executed in-place.
\n
"
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Plugin/Extract.cpp
+
7
−
5
View file @
ef5ab5ea
// $Id: Extract.cpp,v 1.
8
2004-05-13
06:16:28
geuzaine Exp $
// $Id: Extract.cpp,v 1.
9
2004-05-13
15:09:45
geuzaine Exp $
//
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -66,10 +66,12 @@ void GMSH_ExtractPlugin::getInfos(char *author, char *copyright, char *help_text
...
@@ -66,10 +66,12 @@ void GMSH_ExtractPlugin::getInfos(char *author, char *copyright, char *help_text
"Plugin(Extract) extracts a combination of
\n
"
"Plugin(Extract) extracts a combination of
\n
"
"components from the view `iView', as specified
\n
"
"components from the view `iView', as specified
\n
"
"by `Expression'. In addition to the usual
\n
"
"by `Expression'. In addition to the usual
\n
"
"mathematical functions, `Expression' can contain
\n
"
"mathematical functions (Exp, Log, Sqrt, Sin,
\n
"
"the symbols v0, v1, v2, ..., vn, which represent
\n
"
"Cos, Fabs, etc.) and operators (+, -, *, /, ^),
\n
"
"the n components of the field. If `iView' < 0, the
\n
"
"`Expression' can contain the symbols v0, v1,
\n
"
"plugin is run on the current view.
\n
"
"v2, ..., vn, which represent the n components
\n
"
"of the field. If `iView' < 0, the plugin is
\n
"
"run on the current view.
\n
"
"
\n
"
"
\n
"
"Plugin(Extract) creates one new view.
\n
"
);
"Plugin(Extract) creates one new view.
\n
"
);
}
}
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS
+
3
−
2
View file @
ef5ab5ea
$Id: VERSIONS,v 1.20
3
2004-05-13
06:16:28
geuzaine Exp $
$Id: VERSIONS,v 1.20
4
2004-05-13
15:09:45
geuzaine Exp $
New since 1.52: various background mesh fixes and enhancements; new
New since 1.52: various background mesh fixes and enhancements; new
Plugin(Evaluate) to evaluate arbitrary expressions on scalar
Plugin(Evaluate) to evaluate arbitrary expressions on scalar
post-processing views; generalized Plugin(Extract) to handle any
post-processing views; generalized Plugin(Extract) to handle any
combination of components; generalized "Coherence" to handle
combination of components; generalized "Coherence" to handle
transfinite surface/volume attributes;
transfinite surface/volume attributes; plugin options can now be set
in the option file (like all other options);
New in 1.52: new raster ("bitmap") PostScript/EPS/PDF output formats;
New in 1.52: new raster ("bitmap") PostScript/EPS/PDF output formats;
new Plugin(Extract) to extract a given component from a
new Plugin(Extract) to extract a given component from a
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment