{5} Assigned, Active Tickets by Owner (Full Description) (5 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

guyer (1 match)

Ticket Summary Component Milestone Type Created
Description
#46 Slicing a vector Variable should produce a scalar Variable variables enhancement 06/16/2005

The SliceVariable should work in both directions. Assignment should modify the original vector !Variable.


jguyer (1 match)

Ticket Summary Component Milestone Type Created
Description
#58 hacked epdoc-generated api.tex doesn't compile documentation defect 11/21/2005

The hacked version of epydoc in utils/epydoc/ produces a line in the master api.tex file

\usepackage[index,pdftitle={Title},pdfcreator={epydoc 2.1}]{epydoc}

and epydoc.sty declares

\DeclareOption*{\PassOptionsToClass{\CurrentOption}{hyperref}}

intending to pass the pdftitle and pdfcreator options on to hyperref.

This does not work, as those options are declared by hyperref using keyval.sty. We need to do something similar or come up with some other way to generate these options. This is not an issue for our primary use of utils/epydoc/ as a way to generate the manuals, since we ignore api.tex in that case, but it does mean that the hacked epydoc can't be used on individual files and it will certainly need to be fixed before sending to Ed Loper.


nobody (2 matches)

Ticket Summary Component Milestone Type Created
Description
#47 Variable needs to consider boundary conditions boundaryConditions defect 06/16/2005

Presently, Variable values are oblivious to boundary conditions. If they weren't, it would be possible to, e.g., completely replace ExplicitDiffusionTerm with a SourceTerm of Variable.getGrad().getDivergence().


#13 Mesh refactor meshes enhancement 12/01/2004

Refactor the meshing utilities: - Include Grid1D object - remove seperate nummesh and pymesh - remove obsolete classes - use doctest rather than current unittest (maybe not?) - consolidate functionality - lazy array evaluation where required in the get methods - look at gmsh capability


wd15 (1 match)

Ticket Summary Component Milestone Type Created
Description
#45 Navier Stokes examples enhancement 06/15/2005

Example of solving Navier-Stokes equations for fluids. Implementation of Stam "Stable fluids" solver


Note: See TracReports for help on using and creating reports.