forked from goma/goma.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 962 Bytes
/
index.html
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
---
layout: default
title: "Goma 6.0 Finite Element Program"
---
<div class="col-md-6">
<h1>Goma</h1>
<p>A Full-Newton Finite Element Program for Free and Moving Boundary Problems with Coupled Fluid/Solid Momentum, Energy, Mass, and Chemical Species Transport</p>
<p><a href="/about.html">Read more about Goma</a></p>
<p>
<div class="image">
<img src="/files/goma-anim.gif" />
</div>
</p>
</div>
<iframe class="col-md-6" width="560" height="315" src="//www.youtube.com/embed/9Gd3LaEd2rg" frameborder="0" allowfullscreen></iframe>
<div class="col-md-12">
<h2 id="source">Source Code</h2>
<p>
Goma source code is available on github at: <a href="https://github.com/goma/goma">github.com/goma/goma</a>
</p>
<h2 id="manual">Goma 6.0 Manual</h2>
<p>
<a href="/files/goma-manual.pdf">Goma Manual (PDF)</a>
</p>
<h2 id="build">Notes on building Goma</h2>
<p>
<a href="/build.html">Build notes</a>
<p>
</div>