-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (56 loc) · 3.47 KB
/
index.html
File metadata and controls
72 lines (56 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Fidelity Pointwise Glyph Script Exchange by Cadence Design Systems, Inc.</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img src="https://raw.github.com/pointwise/pointwise.github.com/master/fidelity_512x512.png" alt="Fidelity Pointwise" />
<h1>Fidelity Pointwise Glyph Script Exchange</h1>
<p>Macros and Templates for CFD Meshing</p>
<p class="view"><a href="https://github.com/pointwise">View My GitHub Profile</a></p>
</header>
<section>
<h2>Welcome to the Fidelity Pointwise Glyph Script Exchange</h2>
<p>Glyph, the Tcl-based scripting language in the Fidelity Pointwise mesh generation software for computational fluid dynamics (CFD), offers the ability to automate all or part of the CFD meshing process.</p>
<ul>
<li>Create macros that automate tedious tasks.</li>
<li>Write a template to produce geometry or generate an entire mesh.</li>
<li>Build libraries of custom tools.</li>
<li>Just have fun making the software do something it wasn't designed to do.</li>
</ul><h3>Available Glyph Scripts</h3>
<p>You can find all of the available Glyph scripts on our profile page,
<a href="http://www.github.com/pointwise">github.com/pointwise</a>.
If you are a GitHub user, subscribe to your favorite scripts to receive updates on development progress or new version information. Fork scripts and modify the code to create new projects. Who knows, we may merge your changes back into our master branch. Enjoy!</p>
<ul>
<li><a href="http://www.github.com/pointwise">Fidelity Pointwise's GitHub Profile Page</a> </li>
</ul>
</table><h3>Authors and Contributors</h3>
<p>We welcome new script authors and contributors! Either submit a new script or fork an existing project on GitHub. Please be sure to include sample files so we can experiment with the script before posting or merging your code. </p>
<p>If you don't have a GitHub account, that's alright. Just email your script to <a href="mailto:pw-glyph@cadence.com">pw-glyph@cadence.com</a> and include:</p>
<ul>
<li>Your name and where you work</li>
<li>Your email address</li>
<li>A description of the script's purpose</li>
<li>The script itself and any related files</li>
</ul>
<h3>Support or Contact</h3>
<p>Want to learn more about scripting? Be sure to visit our <a href="http://www.pointwise.com/">website</a> and keep an eye out for upcoming <a href="http://www.pointwise.com/webinar/">webinars</a>, <a href="http://www.pointwise.com/videos/">videos</a>, and <a href="http://www.pointwise.com/support/train.shtml">training</a>.</p>
<p>You can also visit the <a href="http://www.pointwise.com/glyph2/">Glyph manual pages</a> for a comprehensive list of all the Fidelity Pointwise functions available through Glyph. </p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>