| 3 years | JulianGiordani | Little comment about faces |
| 3 years | JulianGiordani | ignoring the .pyc from hg commands |
| 3 years | dave | fixing a dodgy memory allocation - causing an invalid write |
| 3 years | dave | accidentally committed the config rework sconscript file to the trunk - replacing with old version |
| 3 years | dave | merging heads - fixed up equation numbering for consistency w petsc v. 3.0.0 |
| 3 years | dave | fixed up the FeEquationNumbering for compatability with PETSc v. 3.0.0 |
| 3 years | Luke Hodkinson | Updating the ConfigRework branch to include some improved |
| 3 years | LukeHodkinson | Branching StgFEM so we can commit changes to the |
| 3 years | dave | modifying prototypes for PETSc v. 3.0.0 |
| 3 years | dave | removing some commented out old PETSc wrapper funcs |
| 3 years | dave | replacing depreciated Vector_View func with direct PETSc calls |
| 3 years | LukeHodkinson | This time really moving these files. |
| 3 years | LukeHodkinson | Removing the HAVE_PETSC definition; we need PETSc now, |
| 3 years | JohnMansour | minor mods to make sure (operator)fevariables which don't go through the fieldvariable construct phase |
| 3 years | dave | removing all references to OperatorFunctions from the StiffnessMatrix - now used with the |
| 3 years | dave | building additional plugin |
| 3 years | dave | have moved the OperatorFunction class to Experimental |
| 3 years | dave | adding the operatorFucntion class |
| 3 years | dave | merging from the refactoring repository |
| 3 years | dave | removing comments and addign refactoring stuff |
| 3 years | dave | dunno |
| 3 years | dave | filling in meta files and removing some unnecessary comments |
| 3 years | Julian Giordani | Adding stgFEM assembly entry points into the timing collection which is enabled by -DENABLE_STGERMAIN_LOG |
| 3 years | dave | modified the prototype for the surface normal function so that it returns the index of the side that the point is on |
| 3 years | dave | added a new function to return the normal for a boundary point for a given element type |
| 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 | uses dictionary as produced by new xsd meta schema - toolboxes need to work |
| 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 | Fixing a memory overwrite which was causing a bug, and changing the hook names for the calcDt functions to be unique. |
| 3 years | Julian Giordani | A fix for "the boys who cried wolf". |
| 3 years | Julian Giordani | Improving this SLE so there can be multiple instances of it in a single simulation. |
| 3 years | Julian Giordani | * Adding xml definitions for a composition field that soley advects and diffuses. |
| 3 years | Julian Giordani | Initialising an unintialised value which was being used to print solver stats |
| 3 years | Julian Giordani | forget a 2D/3D condition |
| 3 years | Julian Giordani | cleaning up the constant value functions. THere were 3 of there, one for each component, I've just replaced it so now the is one function for the whole vector. |
| 3 years | JohnMansour | now using 'new' hdf setup |
| 3 years | JohnMansour | added SwarmVariableList to list of plugins to be built by default |
| 3 years | rob | Filling out meta files. |
| 3 years | JohnMansour | merge |
| 3 years | JohnMansour | new function OperatorFeVariable_NewUnary_OwnOperator which allows you to submit custom operators for OperatorFeVariables |
| 3 years | Julian Giordani | merging stable release into dev |
| 3 years | Julian Giordani | updating stable branch |
| 3 years | Julian Giordani | Updating meta files |
| 3 years | jspencer | Added the v1.2.x branch for the stable release |
| 3 years | dave | replacing PESKy wrapper functions with native PETSc calls |
| 3 years | dave | removing the PESKy wrapper classes and replacing with native PETSc calls |
| 3 years | dave | moved the PETSc error checking stuff into StgFEM/Discretisation |
| 3 years | dave | minor change |
| 3 years | dave | taking out PESKy wrapper crap and replacing with native PETSc calls |
| 3 years | Julian Giordani | merging tag with the current repo to avoid multi heads |
| 3 years | jspencer | Added tag v1.2.0 for changeset b4bef4d5490a |
| 3 years | Luke Hodkinson | In the SLE class, including a flag to indicate if we |
| 3 years | Luke Hodkinson | I've uncommented the code that allows the use of non- |
| 3 years | Luke Hodkinson | There was a problem with the divergence matrix term |
| 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 | added plugins to build list... these are in the user manual so should be automatically built. |