dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #07890
[HG DOLFIN] Add min() function to MeshSize for simple extraction of minimal
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 4186:0dd09125045151da6a650d768e426a859ee182fc
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Wed May 14 19:51:19 2008 +0200
files: ChangeLog dolfin/function/SpecialFunctions.h dolfin/swig/dolfin_docstrings.i site-packages/dolfin/__init__.py
description:
Add min() function to MeshSize for simple extraction of minimal
mesh size.
Example:
h = MeshSize(shape, mesh)
dt = 0.5*h.min()
changeset: 4185:a396edccbd3ed9d8782e9e18c35fa765b39d24df
user: Anders Logg <logg@xxxxxxxxx>
date: Sat May 10 21:53:49 2008 +0200
files: ChangeLog
description:
Update ChangeLog
changeset: 4184:38f3b5ced60e2e6bbbb67dd67108946486b7ec5d
user: Anders Logg <logg@xxxxxxxxx>
date: Sat May 10 21:46:28 2008 +0200
files: dolfin/la/KrylovSolver.h dolfin/la/LUSolver.h dolfin/la/LinearSolver.cpp dolfin/la/LinearSolver.h dolfin/la/solve.cpp dolfin/nls/NewtonSolver.cpp sandbox/la/solve/main.cpp
description:
Change LinearSolver from base class to general wrapper
for all solvers.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
Follow ups