lp:~fluidity-core/fluidity/firedrake-mixed

Created by Florian Rathgeber and last modified
Get this branch:
bzr branch lp:~fluidity-core/fluidity/firedrake-mixed
Members of Fluidity Core Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Fluidity Core Team
Project:
Fluidity
Status:
Development

Recent revisions

4313. By Florian Rathgeber

core_types: Add common base class FunctionSpaceBase

Serves as the base class for all types of FunctionSpaces and takes a
mesh and an element as constructor arguments.

4312. By Florian Rathgeber

Add firedrake exceptions module

* FiredrakeException: common base class for firedrake exceptions
* MeshTypeError: Invalid type for mesh
* MeshValueError: Illegal value for mesh
* ElementTypeError: Invalid type for UFL element

4311. By Florian Rathgeber

Add serve target to sphinx Makefile to preview documentation locally

4310. By Florian Rathgeber

Minor documentation updates

4309. By Lawrence Mitchell

Try and fix parallel mesh generation

MPI_Comm_spawn returns immediately, so previously there was a race
condition in parallel mesh generation where the spawned process would
be trying to write the serial mesh file but the parent was already
continuing to try and decompose it. To fix this, sit and spin on the
output file, waiting for it to both exist, and stop increasing in size
(i.e. Gmsh has finished writing), before continuing on and decomposing
the generated mesh.

4308. By Lawrence Mitchell

Fix caching tests for difference in 2D and 3D

In 2D we get a .edge file, whereas in 3D it's a .face.

4307. By Kaho Sato <email address hidden>

Fix parallel mesh generation for 2d case

4306. By Florian Rathgeber

Merge lp:~fluidity-core/fluidity/firedrake-explicit-wave-test

Adds a Firedrake Helmholtz and explicit wave equation test case.

4305. By Florian Rathgeber

Clean up firedrake tests and remove mesh files no longer needed

4304. By Florian Rathgeber

Mesh files created along the creation of a mesh instance are now cached.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:fluidity
This branch contains Public information 
Everyone can see this information.