<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>lbm-d3q19, branch HEAD</title>
<subtitle>3D lattice-Boltzmann code to approximate Navier-Stokes incompressible flow
</subtitle>
<entry>
<id>c08420862c4116d69e86845986f024d248e9d40a</id>
<published>2020-01-02T09:24:58Z</published>
<updated>2020-01-02T09:24:58Z</updated>
<title type="text">Change to ISC license</title>
<link rel="alternate" href="commit/c08420862c4116d69e86845986f024d248e9d40a.gph" />
<author>
<name>Anders Damsgaard</name>
<email>[email protected]</email>
</author>
<content type="text">commit c08420862c4116d69e86845986f024d248e9d40a
parent bbd7958b3e9bca800e6af752613d2d2afe2e45e2
Author: Anders Damsgaard &lt;[email protected]&gt;
Date:   Thu,  2 Jan 2020 10:24:58 +0100

Change to ISC license

</content>
</entry>
<entry>
<id>bbd7958b3e9bca800e6af752613d2d2afe2e45e2</id>
<published>2019-09-07T04:51:40Z</published>
<updated>2019-09-07T04:51:40Z</updated>
<title type="text">Merge branch &#39;master&#39; of github.com:anders-dc/lbm-d3q19</title>
<link rel="alternate" href="commit/bbd7958b3e9bca800e6af752613d2d2afe2e45e2.gph" />
<author>
<name>Anders Damsgaard</name>
<email>[email protected]</email>
</author>
<content type="text">commit bbd7958b3e9bca800e6af752613d2d2afe2e45e2
parent 7686c38cd9015de88f6cf34e01451cfe5884d341
Author: Anders Damsgaard &lt;[email protected]&gt;
Date:   Sat,  7 Sep 2019 06:51:40 +0200

Merge branch &#39;master&#39; of github.com:anders-dc/lbm-d3q19

</content>
</entry>
<entry>
<id>7686c38cd9015de88f6cf34e01451cfe5884d341</id>
<published>2019-09-07T04:50:36Z</published>
<updated>2019-09-07T04:50:36Z</updated>
<title type="text">Update README and clean up Makefile</title>
<link rel="alternate" href="commit/7686c38cd9015de88f6cf34e01451cfe5884d341.gph" />
<author>
<name>Anders Damsgaard</name>
<email>[email protected]</email>
</author>
<content type="text">commit 7686c38cd9015de88f6cf34e01451cfe5884d341
parent c8db853c706d13e47fd0022b74df694f3008d803
Author: Anders Damsgaard &lt;[email protected]&gt;
Date:   Sat,  7 Sep 2019 06:50:36 +0200

Update README and clean up Makefile

</content>
</entry>
<entry>
<id>7861782d382f1c70c271058bec9b63cc0583113f</id>
<published>2018-04-17T02:10:31Z</published>
<updated>2018-04-17T02:10:31Z</updated>
<title type="text">Begin implementing a better OpenMP parallelization</title>
<link rel="alternate" href="commit/7861782d382f1c70c271058bec9b63cc0583113f.gph" />
<author>
<name>Anders Damsgaard</name>
<email>[email protected]</email>
</author>
<content type="text">commit 7861782d382f1c70c271058bec9b63cc0583113f
parent c8db853c706d13e47fd0022b74df694f3008d803
Author: Anders Damsgaard &lt;[email protected]&gt;
Date:   Mon, 16 Apr 2018 19:10:31 -0700

Begin implementing a better OpenMP parallelization

</content>
</entry>
<entry>
<id>c8db853c706d13e47fd0022b74df694f3008d803</id>
<published>2016-10-20T22:22:20Z</published>
<updated>2016-10-20T22:22:20Z</updated>
<title type="text">remove premature openmp optimization</title>
<link rel="alternate" href="commit/c8db853c706d13e47fd0022b74df694f3008d803.gph" />
<author>
<name>Anders Damsgaard Christensen</name>
<email>[email protected]</email>
</author>
<content type="text">commit c8db853c706d13e47fd0022b74df694f3008d803
parent fc71734e79e62bc8bb6d94c90a2dc9f8e28b892d
Author: Anders Damsgaard Christensen &lt;[email protected]&gt;
Date:   Thu, 20 Oct 2016 15:22:20 -0700

remove premature openmp optimization

</content>
</entry>
<entry>
<id>fc71734e79e62bc8bb6d94c90a2dc9f8e28b892d</id>
<published>2016-10-20T21:55:21Z</published>
<updated>2016-10-20T21:55:21Z</updated>
<title type="text">fix bounce-back BC issues during streaming</title>
<link rel="alternate" href="commit/fc71734e79e62bc8bb6d94c90a2dc9f8e28b892d.gph" />
<author>
<name>Anders Damsgaard Christensen</name>
<email>[email protected]</email>
</author>
<content type="text">commit fc71734e79e62bc8bb6d94c90a2dc9f8e28b892d
parent cf5511226d5583fc4d83435119d9f0f5c1915c52
Author: Anders Damsgaard Christensen &lt;[email protected]&gt;
Date:   Thu, 20 Oct 2016 14:55:21 -0700

fix bounce-back BC issues during streaming

</content>
</entry>
<entry>
<id>cf5511226d5583fc4d83435119d9f0f5c1915c52</id>
<published>2016-10-20T19:25:28Z</published>
<updated>2016-10-20T19:25:28Z</updated>
<title type="text">change terminal and fix fprintf calls</title>
<link rel="alternate" href="commit/cf5511226d5583fc4d83435119d9f0f5c1915c52.gph" />
<author>
<name>Anders Damsgaard Christensen</name>
<email>[email protected]</email>
</author>
<content type="text">commit cf5511226d5583fc4d83435119d9f0f5c1915c52
parent b76cc7f8ed01abbed03e020b96b72e66c6407ecc
Author: Anders Damsgaard Christensen &lt;[email protected]&gt;
Date:   Thu, 20 Oct 2016 12:25:28 -0700

change terminal and fix fprintf calls

</content>
</entry>
<entry>
<id>b76cc7f8ed01abbed03e020b96b72e66c6407ecc</id>
<published>2013-09-22T15:19:06Z</published>
<updated>2013-09-22T15:19:06Z</updated>
<title type="text">Made find_u operation OpenMP parallel</title>
<link rel="alternate" href="commit/b76cc7f8ed01abbed03e020b96b72e66c6407ecc.gph" />
<author>
<name>Anders Damsgaard</name>
<email>[email protected]</email>
</author>
<content type="text">commit b76cc7f8ed01abbed03e020b96b72e66c6407ecc
parent 1e0a6e6406bfb66a9c64fb94e8370ea2513ecea7
Author: Anders Damsgaard &lt;[email protected]&gt;
Date:   Sun, 22 Sep 2013 17:19:06 +0200

Made find_u operation OpenMP parallel

</content>
</entry>
<entry>
<id>1e0a6e6406bfb66a9c64fb94e8370ea2513ecea7</id>
<published>2013-06-25T10:33:55Z</published>
<updated>2013-06-25T10:33:55Z</updated>
<title type="text">Added Courant criteria for ensuring numerical stability</title>
<link rel="alternate" href="commit/1e0a6e6406bfb66a9c64fb94e8370ea2513ecea7.gph" />
<author>
<name>Anders Damsgaard</name>
<email>[email protected]</email>
</author>
<content type="text">commit 1e0a6e6406bfb66a9c64fb94e8370ea2513ecea7
parent 432185412169f2d169eaec398cfa9154642e4bd2
Author: Anders Damsgaard &lt;[email protected]&gt;
Date:   Tue, 25 Jun 2013 12:33:55 +0200

Added Courant criteria for ensuring numerical stability

</content>
</entry>
<entry>
<id>432185412169f2d169eaec398cfa9154642e4bd2</id>
<published>2013-06-23T11:46:43Z</published>
<updated>2013-06-23T11:46:43Z</updated>
<title type="text">Code working, although +x boundary shows some oscillations. Will try periodic boundaries and Courand criteria</title>
<link rel="alternate" href="commit/432185412169f2d169eaec398cfa9154642e4bd2.gph" />
<author>
<name>Anders Damsgaard</name>
<email>[email protected]</email>
</author>
<content type="text">commit 432185412169f2d169eaec398cfa9154642e4bd2
parent 020045d62a04c7a0c973925f16ad7575886ff7e9
Author: Anders Damsgaard &lt;[email protected]&gt;
Date:   Sun, 23 Jun 2013 13:46:43 +0200

Code working, although +x boundary shows some oscillations. Will try periodic boundaries and Courand criteria

</content>
</entry>
<entry>
<id>020045d62a04c7a0c973925f16ad7575886ff7e9</id>
<published>2013-05-20T19:47:05Z</published>
<updated>2013-05-20T19:47:05Z</updated>
<title type="text">Merge branch &#39;master&#39; of https://github.com/anders-dc/lbm-d3q19</title>
<link rel="alternate" href="commit/020045d62a04c7a0c973925f16ad7575886ff7e9.gph" />
<author>
<name>Anders Damsgaard Christensen</name>
<email>[email protected]</email>
</author>
<content type="text">commit 020045d62a04c7a0c973925f16ad7575886ff7e9
parent cf9d6d652d870a84c7e3b3961f48518573d3a7ab
Author: Anders Damsgaard Christensen &lt;[email protected]&gt;
Date:   Mon, 20 May 2013 21:47:05 +0200

Merge branch &#39;master&#39; of https://github.com/anders-dc/lbm-d3q19

</content>
</entry>
<entry>
<id>cf9d6d652d870a84c7e3b3961f48518573d3a7ab</id>
<published>2013-05-20T19:46:37Z</published>
<updated>2013-05-20T19:46:37Z</updated>
<title type="text">Changed simulation parameter values</title>
<link rel="alternate" href="commit/cf9d6d652d870a84c7e3b3961f48518573d3a7ab.gph" />
<author>
<name>Anders Damsgaard Christensen</name>
<email>[email protected]</email>
</author>
<content type="text">commit cf9d6d652d870a84c7e3b3961f48518573d3a7ab
parent c9c44e772c0500baf8132d28ffc37cd928902390
Author: Anders Damsgaard Christensen &lt;[email protected]&gt;
Date:   Mon, 20 May 2013 21:46:37 +0200

Changed simulation parameter values

</content>
</entry>
<entry>
<id>88eaec5b113102644f4f16ced379984573b65ee6</id>
<published>2013-05-20T11:01:53Z</published>
<updated>2013-05-20T11:01:53Z</updated>
<title type="text">Update README.rst</title>
<link rel="alternate" href="commit/88eaec5b113102644f4f16ced379984573b65ee6.gph" />
<author>
<name>Anders Damsgaard</name>
<email>[email protected]</email>
</author>
<content type="text">commit 88eaec5b113102644f4f16ced379984573b65ee6
parent a24b737d7f82ebc68aa8a0f86b7e901b2fbe2126
Author: Anders Damsgaard &lt;[email protected]&gt;
Date:   Mon, 20 May 2013 14:01:53 +0300

Update README.rst
</content>
</entry>
<entry>
<id>a24b737d7f82ebc68aa8a0f86b7e901b2fbe2126</id>
<published>2013-05-20T10:58:16Z</published>
<updated>2013-05-20T10:58:16Z</updated>
<title type="text">Update README.rst</title>
<link rel="alternate" href="commit/a24b737d7f82ebc68aa8a0f86b7e901b2fbe2126.gph" />
<author>
<name>Anders Damsgaard</name>
<email>[email protected]</email>
</author>
<content type="text">commit a24b737d7f82ebc68aa8a0f86b7e901b2fbe2126
parent c9c44e772c0500baf8132d28ffc37cd928902390
Author: Anders Damsgaard &lt;[email protected]&gt;
Date:   Mon, 20 May 2013 12:58:16 +0200

Update README.rst
</content>
</entry>
<entry>
<id>c9c44e772c0500baf8132d28ffc37cd928902390</id>
<published>2013-05-20T10:56:18Z</published>
<updated>2013-05-20T10:56:18Z</updated>
<title type="text">Initial commit</title>
<link rel="alternate" href="commit/c9c44e772c0500baf8132d28ffc37cd928902390.gph" />
<author>
<name>Anders Damsgaard Christensen</name>
<email>[email protected]</email>
</author>
<content type="text">commit c9c44e772c0500baf8132d28ffc37cd928902390
Author: Anders Damsgaard Christensen &lt;[email protected]&gt;
Date:   Mon, 20 May 2013 12:56:18 +0200

Initial commit

</content>
</entry>
</feed>