The FreeBSD Ports Archive
FreeBSD math : femlab4>
Interactive program for solving partial differential equations in 2D
Femlab is built up by several different programs. Currently the
X11-interface, a meshgenerator and one solver. These programs communicate
with each other with two ASCII files called "area.scratch" and
"solu.scratch". The programs reside in FEMLAB_HOME/bin. These allows you
to for instance run the solver directly from the csh as a batch job. The
aim is to provide more solvers for different applications, such as 2D
incompressible flow problems, transient problems etc. It should also be
possible to use the X11 interface for your own applications.
+---------------------------------------+
| |
| Authors: |
| Peter Hansbo |
| Marten Levenstam |
| Dep. of Mathematics |
| Chalmers University of Technology |
| S-412 96 Goteborg |
| SWEDEN |
| femlab@math.chalmers.se |
| |
| \|/ |
+----------------( )--------------------+
#
|
femlab history
v. 1.23
date: 2007/05/19 20:14:56; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22
date: 2007/01/12 13:00:05; author: maho; state: Exp; lines: +7 -0
* Migrate to gfortran.
* Bump port revision.
v. 1.21
date: 2006/05/10 22:37:07; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.20
date: 2004/12/03 13:22:41; author: lesi; state: Exp; lines: +2 -1
Add imake build dependency.
Previously it was picked up as run time dependency for X libraries. Since
that is about to change, specify it explicitly.
Pointed out by: dosirak via kris, while testing X.Org upgrade
v. 1.19
date: 2003/11/08 09:16:44; author: glewis; state: Exp; lines: +1 -1
. Change secondary category from cad to science.
PR: 58178
Submitted by: Pedro F. Giffuni
v. 1.18
date: 2003/10/28 07:33:12; author: linimon; state: Exp; lines: +2 -2
Per distfile survey, note that the mastersites disappeared in April 2000
and February 2002 respectively.
v. 1.17
date: 2003/02/20 18:42:18; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.16
date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.15
date: 2002/11/06 22:46:01; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.14
date: 2002/09/01 16:07:50; author: dwcjr; state: Exp; lines: +2 -1
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.13
date: 2002/07/23 22:30:15; author: naddy; state: Exp; lines: +0 -2
* Unbreak build of FORTRAN parts.
PR: 40928
Submitted by: Amar Takhar
* Fix build on -CURRENT.
v. 1.12
date: 2002/05/17 09:33:38; author: kris; state: Exp; lines: +2 -0
BROKEN: does not build
v. 1.11
date: 2002/03/31 02:27:33; author: kris; state: Exp; lines: +7 -0
Don't try and #include
v. 1.10
date: 2001/12/24 02:16:06; author: pat; state: Exp; lines: +5 -5
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
v. 1.9
date: 2001/03/21 22:44:00; author: sobomax; state: Exp; lines: +2 -2
Author acked to release ports to the public. So be it.
v. 1.8
date: 2000/09/25 12:21:29; author: asami; state: Exp; lines: +2 -3
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev and kris
v. 1.7
date: 2000/04/20 20:41:11; author: mharo; state: Exp; lines: +3 -3
PREFIX -> X11BASE (portlint)
v. 1.6
date: 2000/04/14 07:19:58; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.5
date: 1999/08/25 07:08:17; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/08/22 18:59:07; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.3
date: 1998/08/05 09:31:28; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.2
date: 1997/09/17 06:29:25; author: asami; state: Exp; lines: +2 -2
Typo in dependency (X11/libsx -> x11/libsx).
v. 1.1
date: 1997/09/16 07:04:58; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/09/16 07:04:58; author: tg; state: Exp; lines: +0 -0
Import of femlab port. femlab solves PDEs in 2D using the
finite element method.
PR: 4531
Submitted by: Pedro Giffuni
=============================================================================
v. 1.23
date: 2007/05/19 20:14:56; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22
date: 2007/01/12 13:00:05; author: maho; state: Exp; lines: +7 -0
* Migrate to gfortran.
* Bump port revision.
v. 1.21
date: 2006/05/10 22:37:07; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.20
date: 2004/12/03 13:22:41; author: lesi; state: Exp; lines: +2 -1
Add imake build dependency.
Previously it was picked up as run time dependency for X libraries. Since
that is about to change, specify it explicitly.
Pointed out by: dosirak via kris, while testing X.Org upgrade
v. 1.19
date: 2003/11/08 09:16:44; author: glewis; state: Exp; lines: +1 -1
. Change secondary category from cad to science.
PR: 58178
Submitted by: Pedro F. Giffuni
v. 1.18
date: 2003/10/28 07:33:12; author: linimon; state: Exp; lines: +2 -2
Per distfile survey, note that the mastersites disappeared in April 2000
and February 2002 respectively.
v. 1.17
date: 2003/02/20 18:42:18; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.16
date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.15
date: 2002/11/06 22:46:01; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.14
date: 2002/09/01 16:07:50; author: dwcjr; state: Exp; lines: +2 -1
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.13
date: 2002/07/23 22:30:15; author: naddy; state: Exp; lines: +0 -2
* Unbreak build of FORTRAN parts.
PR: 40928
Submitted by: Amar Takhar
* Fix build on -CURRENT.
v. 1.12
date: 2002/05/17 09:33:38; author: kris; state: Exp; lines: +2 -0
BROKEN: does not build
v. 1.11
date: 2002/03/31 02:27:33; author: kris; state: Exp; lines: +7 -0
Don't try and #include
v. 1.10
date: 2001/12/24 02:16:06; author: pat; state: Exp; lines: +5 -5
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
v. 1.9
date: 2001/03/21 22:44:00; author: sobomax; state: Exp; lines: +2 -2
Author acked to release ports to the public. So be it.
v. 1.8
date: 2000/09/25 12:21:29; author: asami; state: Exp; lines: +2 -3
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev and kris
v. 1.7
date: 2000/04/20 20:41:11; author: mharo; state: Exp; lines: +3 -3
PREFIX -> X11BASE (portlint)
v. 1.6
date: 2000/04/14 07:19:58; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.5
date: 1999/08/25 07:08:17; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/08/22 18:59:07; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.3
date: 1998/08/05 09:31:28; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.2
date: 1997/09/17 06:29:25; author: asami; state: Exp; lines: +2 -2
Typo in dependency (X11/libsx -> x11/libsx).
v. 1.1
date: 1997/09/16 07:04:58; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/09/16 07:04:58; author: tg; state: Exp; lines: +0 -0
Import of femlab port. femlab solves PDEs in 2D using the
finite element method.
PR: 4531
Submitted by: Pedro Giffuni
=============================================================================
v. 1.23
date: 2007/05/19 20:14:56; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22
date: 2007/01/12 13:00:05; author: maho; state: Exp; lines: +7 -0
* Migrate to gfortran.
* Bump port revision.
v. 1.21
date: 2006/05/10 22:37:07; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.20
date: 2004/12/03 13:22:41; author: lesi; state: Exp; lines: +2 -1
Add imake build dependency.
Previously it was picked up as run time dependency for X libraries. Since
that is about to change, specify it explicitly.
Pointed out by: dosirak via kris, while testing X.Org upgrade
v. 1.19
date: 2003/11/08 09:16:44; author: glewis; state: Exp; lines: +1 -1
. Change secondary category from cad to science.
PR: 58178
Submitted by: Pedro F. Giffuni
v. 1.18
date: 2003/10/28 07:33:12; author: linimon; state: Exp; lines: +2 -2
Per distfile survey, note that the mastersites disappeared in April 2000
and February 2002 respectively.
v. 1.17
date: 2003/02/20 18:42:18; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.16
date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.15
date: 2002/11/06 22:46:01; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.14
date: 2002/09/01 16:07:50; author: dwcjr; state: Exp; lines: +2 -1
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.13
date: 2002/07/23 22:30:15; author: naddy; state: Exp; lines: +0 -2
* Unbreak build of FORTRAN parts.
PR: 40928
Submitted by: Amar Takhar
* Fix build on -CURRENT.
v. 1.12
date: 2002/05/17 09:33:38; author: kris; state: Exp; lines: +2 -0
BROKEN: does not build
v. 1.11
date: 2002/03/31 02:27:33; author: kris; state: Exp; lines: +7 -0
Don't try and #include
v. 1.10
date: 2001/12/24 02:16:06; author: pat; state: Exp; lines: +5 -5
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
v. 1.9
date: 2001/03/21 22:44:00; author: sobomax; state: Exp; lines: +2 -2
Author acked to release ports to the public. So be it.
v. 1.8
date: 2000/09/25 12:21:29; author: asami; state: Exp; lines: +2 -3
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev and kris
v. 1.7
date: 2000/04/20 20:41:11; author: mharo; state: Exp; lines: +3 -3
PREFIX -> X11BASE (portlint)
v. 1.6
date: 2000/04/14 07:19:58; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.5
date: 1999/08/25 07:08:17; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.4
date: 1999/08/22 18:59:07; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.3
date: 1998/08/05 09:31:28; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.2
date: 1997/09/17 06:29:25; author: asami; state: Exp; lines: +2 -2
Typo in dependency (X11/libsx -> x11/libsx).
v. 1.1
date: 1997/09/16 07:04:58; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/09/16 07:04:58; author: tg; state: Exp; lines: +0 -0
Import of femlab port. femlab solves PDEs in 2D using the
finite element method.
PR: 4531
Submitted by: Pedro Giffuni
=============================================================================
|
| |

|