← Back to team overview

dolfin team mailing list archive

Heat: [...]

 

Commit from johanjan (2005-11-01 21:59 CET)
--------------------

Heat:

Added new module "heat" as a demo and testbed for the PDE<->ODE solver
interface. This also includes a Python script "visualize_heat.py"
(requires Mayavi 1.4) for visualizing the solution on a mesh and a
Python script "plot_heat.py" for plotting the solution as components
over time (ODE-style).

Convdiff:

Added a Python script "visualize_convdiff.py" which does the same
thing as above. Reduced the time step and total time to better be able
to visualize the solution.

  dolfin  configure                                           1.225
  dolfin  configure.ac                                        1.106
  dolfin  src/demo/solvers/Makefile.am                        1.20
  dolfin  src/demo/solvers/Makefile.in                        1.127
+ dolfin  src/demo/solvers/convdiff/visualize_convdiff.py     1.1
+ dolfin  src/demo/solvers/heat/Makefile                      1.3
+ dolfin  src/demo/solvers/heat/main.cpp                      1.6
+ dolfin  src/demo/solvers/heat/plot_heat.py                  1.1
+ dolfin  src/demo/solvers/heat/visualize_heat.py             1.1
  dolfin  src/modules/Makefile.am                             1.29
  dolfin  src/modules/Makefile.in                             1.134
  dolfin  src/modules/convdiff/ConvectionDiffusionSolver.cpp  1.16
  dolfin  src/modules/dolfin/dolfin_modules.h                 1.9
+ dolfin  src/modules/heat/HeatSolver.cpp                     1.8
+ dolfin  src/modules/heat/Makefile.am                        1.4
+ dolfin  src/modules/heat/Makefile.in                        1.34
+ dolfin  src/modules/heat/dolfin/Heat.form                   1.1
+ dolfin  src/modules/heat/dolfin/Heat.h                      1.1
+ dolfin  src/modules/heat/dolfin/HeatSolver.h                1.3
+ dolfin  src/modules/heat/dolfin/dolfin_heat.h               1.1



Follow ups