# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup bitbucket 1.0 bitbucket.setup fenics-project fiat 2016.1.0 fiat- name py-fiat categories-append math science license LGPL-3+ platforms darwin supported_archs noarch maintainers sean openmaintainer description FInite element Automatic Tabulator long_description The FInite element Automatic Tabulator FIAT supports \ generation of arbitrary order instances of the Lagrange \ elements on lines, triangles, and tetrahedra. It is \ also capable of generating arbitrary order instances of \ Jacobi-type quadrature rules on the same element shapes. \ Further, H(div) and H(curl) conforming finite element \ spaces such as the families of Raviart-Thomas, \ Brezzi-Douglas-Marini and Nedelec are supported on \ triangles and tetrahedra. checksums rmd160 06e585e176af1eb0b37ecb38bf0cd313a621fc3f \ sha256 dc590dc528b3f564d6ec6ae0e0250aa0e68b3eb8cb66889fe4db4c35aad73b50 python.versions 27 python.link_binaries_suffix if {${subport} ne ${name}} { depends_lib port:py${python.version}-numpy \ port:py${python.version}-sympy livecheck.type none }