From owner-cvs-all@FreeBSD.ORG Fri Jan 2 14:02:25 2004 Return-Path: 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 8C0F916A4CE; Fri, 2 Jan 2004 14:02:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E7243D2F; Fri, 2 Jan 2004 14:02:23 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i02M2N0B009278; Fri, 2 Jan 2004 14:02:23 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i02M2NVs009274; Fri, 2 Jan 2004 14:02:23 -0800 (PST) (envelope-from krion) Message-Id: <200401022202.i02M2NVs009274@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 2 Jan 2004 14:02:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/emc2 Makefile distinfo pkg-descr pkg-plist ports/math/emc2/files patch-Makefile patch-libI77::fio.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 02 Jan 2004 22:02:25 -0000 krion 2004/01/02 14:02:23 PST FreeBSD ports repository Modified files: math Makefile Added files: math/emc2 Makefile distinfo pkg-descr pkg-plist math/emc2/files patch-Makefile patch-libI77::fio.h Log: Add emc2 2.15, Emc2 is a portable, interactive and graphic software Edition of two dimensional geometry and mesh. We can create and modify the geometry (CAD), define the discretization on the lines, define the subdomains, and define some reference numbers to take into account the boundary conditions and material properties. The elements of the mesh are triangles and quadrilaterals. We have two kind of meshes: grid mesh and Delaunay Voronoo (automatic mesh). We make the edition of the mesh by moving, removing, adding vertices, by regularization, or by transformations (symmetry, rotation,..), etc. Suggested add-on: the port math/bamg. WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm PR: 60835 Submitted by: Thierry Thomas Revision Changes Path 1.246 +1 -0 ports/math/Makefile 1.1 +47 -0 ports/math/emc2/Makefile (new) 1.1 +3 -0 ports/math/emc2/distinfo (new) 1.1 +15 -0 ports/math/emc2/files/patch-Makefile (new) 1.1 +15 -0 ports/math/emc2/files/patch-libI77::fio.h (new) 1.1 +13 -0 ports/math/emc2/pkg-descr (new) 1.1 +21 -0 ports/math/emc2/pkg-plist (new)