From owner-cvs-all@FreeBSD.ORG Mon Apr 24 19:54:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120B516A511; Mon, 24 Apr 2006 19:54:03 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C762943D6E; Mon, 24 Apr 2006 19:54:02 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3OJs2bo078118; Mon, 24 Apr 2006 19:54:02 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3OJs26I078117; Mon, 24 Apr 2006 19:54:02 GMT (envelope-from thierry) Message-Id: <200604241954.k3OJs26I078117@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 24 Apr 2006 19:54:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science Makefile ports/science/elmer-fem Makefile distinfo pkg-descr pkg-plist ports/science/elmer-fem/files patch-acx_elmer.m4 patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2006 19:54:04 -0000 thierry 2006-04-24 19:54:02 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/elmer-fem Makefile distinfo pkg-descr pkg-plist science/elmer-fem/files patch-acx_elmer.m4 patch-configure.in Log: ElmerSolver - the Solution of Partial Differential Equations. ElmerSolver is thus an independent module that processes the computational mesh and the model input file containing references to the selected equations and model parameters. ElmerSolver makes the equations into a discrete form, handles coupled systems, non-linearities and time-dependences, and provides output data for visualization. Submitted by: Pedro F. Giffuni Revision Changes Path 1.88 +1 -0 ports/science/Makefile 1.1 +49 -0 ports/science/elmer-fem/Makefile (new) 1.1 +3 -0 ports/science/elmer-fem/distinfo (new) 1.1 +11 -0 ports/science/elmer-fem/files/patch-acx_elmer.m4 (new) 1.1 +11 -0 ports/science/elmer-fem/files/patch-configure.in (new) 1.1 +9 -0 ports/science/elmer-fem/pkg-descr (new) 1.1 +96 -0 ports/science/elmer-fem/pkg-plist (new)