lp:~wence/fluidity/fix-momcg-les-no-dynamic

Created by Lawrence Mitchell and last modified
Get this branch:
bzr branch lp:~wence/fluidity/fix-momcg-les-no-dynamic
Only Lawrence Mitchell can upload to this branch. If you are Lawrence Mitchell please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Lawrence Mitchell
Project:
Fluidity
Status:
Merged

Recent revisions

4017. By Lawrence Mitchell

Set tnu and leonard to dummy values when we have_les without dynamic_les

If have_les is true, but dynamic_les is false, then tnu and leonard
will be unassociated on entry into the assembly loop. Set them to
dummy vector and tensor quantities in this case.

4016. By Tim Greaves

Changes purely in example XMLs: changing length to 'long' in all tests to
  allow them to successfully run as 'longtests' in buildbot.

4015. By Gerard

bugfix: FCFLAGS was being clobbered with non-existent OLD_FCLAGS

4014. By Tim Greaves

Changes purely in tests reassigning tests from hhiester to new owners.

4013. By Lawrence Mitchell

Make petsc libs come before system libs in link line

When we discover a set of library flags in configure, we should
prepend, not append to LIBS. The linker looks at library paths in L2R
order on the command line, so the more specific the path we discover,
the closer to the front of the command line it should be.

4012. By Jon Hill

Fix bug in libspud's python interface. Same fix has been applied in libspud trunk also

4011. By Lawrence Mitchell

Add checks for solver convergence to most tests

Tests that run fluidity in a meaningful manner should always test for
convergence of the solvers. This merge attempts to do that for most
short and mediumtests.

4010. By Stephan Kramer

Fixing a few issues with cdisk_2d:
* the test advects a tracer under a prescribed velocity field. The velocity field however does not satisfy no-normal flow at the boundary, so boundary conditions for the tracer are needed.
* only testing for something that is also satisfied by the initial condition is never a good idea. Next to conservation, we now also test the tracer has moved by the right amount.
* adding a 'solvers converged' check pending a more general solution for this.

4009. By Stephan Kramer

Change assert for descending node order with 1d adaptivity, to a check that is also run without debugging and add a helpful error message.

The descending node order for 1d adaptivity is a bit silly, that could easily be fixed if somebody's up for it.

4008. By Simon Funke

Loosening the tolerance for the shallow_water_adjoint_default_controls_2d will hopefully make buildbot happy

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.