freebsd-ports/math/petiga/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
884 B
Text

This software framework implements a NURBS-based Galerkin finite element method
(FEM), popularly known as isogeometric analysis (IGA). It is heavily based on
PETSc, the Portable, Extensible Toolkit for Scientific Computation. PETSc is a
collection of algorithms and data structures for the solution of scientific
problems, particularly those modeled by partial differential equations (PDEs).
PETSc is written to be applicable to a range of problem sizes, including
large-scale simulations where high performance parallel is a must. PetIGA can
be thought of as an extension of PETSc, which adds the NURBS discretization
capability and the integration of forms. The PetIGA framework is intended for
researchers in the numeric solution of PDEs who have applications which require
extensive computational resources.
PetIGA extends PETSc: PetIGA = Pet(PETSc) + IGA(isogeometric analysis)