| 3 years | JulianGiordani | minor changes - adding some comments, and speeding up the error checking code |
| 3 years | JulianGiordani | merging |
| 3 years | JulianGiordani | decommissioning the FullTensor maths stuff. |
| 3 years | JulianGiordani | Enabled a 3D definition of the wedge surface adaptop, now a plane in 3D can to specified as the top surface. The new parameter is "gradientZ". |
| 3 years | julian | * Adding some documentation about the Mesh_SearchElements function |
| 3 years | Luke Hodkinson | Updating the ConfigRework branch to include some improved |
| 3 years | LukeHodkinson | Found a nasty problem with particle initialisation |
| 3 years | LukeHodkinson | Re-removing the SCons copy and replacing it |
| 3 years | LukeHodkinson | Have to recommit these flag changes. |
| 3 years | LukeHodkinson | ?? Had to merge something. Not sure what. Hope |
| 3 years | LukeHodkinson | Removed a type check which was causing mesh element |
| 3 years | JohnMansour | fix to make sure we do not attempted to reload materialSwarmVariables during visualOnly runs |
| 3 years | Julian Giordani | forgot to merge the head I created |
| 3 years | Julian Giordani | Backed out changeset a1814a5241a0 |
| 3 years | LukeHodkinson | Modifying a couple of flags. |
| 3 years | Julian Giordani | Adding ConfigRework branch |
| 3 years | LukeHodkinson | Modifying a couple of flags. |
| 3 years | Julian Giordani | merging kathleen's changes in |
| 3 years | kathleen | fixing up description in superellipsoid so that equation is |
| 3 years | JohnMansour | temporarily disabling hdf5 swarm checkpoint compression/chunking/checksum. for some reason this is grinding everything to a halt all of a sudden! |
| 3 years | Julian Giordani | merging |
| 3 years | Julian Giordani | removing useless continue |
| 3 years | John Mansour | bug fix: hdf function (H5Dcreate) arguments were wrong way around. tripped up checkpointing at APAC, though didn't seem to cause issues |
| 3 years | steve | fixed to be either valid dtd xmls and/or compliant to the stg meta dtd |
| 3 years | steve | merged with trunk |
| 3 years | steve | Ensured the license is lgpl v2.1 (not 3) |
| 3 years | steve | illegal/incorrect variable name |
| 3 years | steve | Made to be convertable to a valid meta xsd |
| 3 years | steve | Made compliant to parsing by XML DTD tester |
| 3 years | Julian Giordani | Minor change to stop valgrind complaining about uninitialise memory reads |
| 3 years | Julian Giordani | Adding a fix for the polygon shape which Guillaume gave me. Under rescaling or rotation the polygon shape was being incorrectly defined, this should fix it. |
| 3 years | JohnMansour | 'new' HDF5 implementation. all hdf_mpi routines have been removed, so only standard serial hdf is used |
| 3 years | John Mansour | fixing typo in TimeIntegrator.c |
| 3 years | John Mansour | use long integer division so that checkpointing plays nice with big files |
| 3 years | Julian Giordani | merging stable stuff back into the dev branch |
| 3 years | Julian Giordani | Updating meta files and merging into stable branch |
| 3 years | Julian Giordani | * Updating meta files |
| 3 years | Julian Giordani | renaming period to wavelength |
| 3 years | Julian Giordani | Creating branch v1.2.x |
| 3 years | jspencer | Added tag v1.2.0 for changeset 9d80e49b2289 |
| 3 years | JohnMansour | SwarmDump modified to remove MPI file operations... replaced with standard c binary file operations |
| 3 years | Julian Giordani | Updating this component so, upon a restart, the output file will be appended to instead of overwritten |
| 3 years | Julian Giordani | Removing the final bits of VMake.... makefile and Makefile.def |
| 3 years | JohnMansour | added the following to the hg ignore list to make hg more friendly |
| 3 years | John Mansour | removing a bug i introduced... oops.. |
| 3 years | JohnMansour | minor tweak to nfs fix |
| 3 years | JohnMansour | mod to avoid checkpointing nfs issues on tango: |
| 3 years | WendyMason | Adding "n/a" to params and example sections. |
| 3 years | WendyMason | Adding example. |
| 3 years | WendyMason | Adding example. |
| 3 years | WendyMason | Adding example. |
| 3 years | WendyMason | Adding example. |
| 3 years | WendyMason | Adding example. |
| 3 years | JohnMansour | this should take care of a couple of naughty memory leaks. |
| 3 years | LukeHodkinson | Found some bugs in the Crank Nicolson diffusion |
| 3 years | LukeHodkinson | Converting to an implicit Crank-Nicolson diffusion |
| 3 years | LukeHodkinson | Was accidentally using inconsistent step sizes |
| 3 years | LukeHodkinson | Adding some code to perform simple diffusion on |
| 3 years | LukeHodkinson | Making the contact VC's stretch all the way across |
| 3 years | LukeHodkinson | Found a bug causing slightly crap remeshing. |