![]() |
|
UFC (Unified Form-assembly Code) is a unified framework for finite element assembly.
It provides an interface for communicating low level routines (functions) for evaluating and assembling finite element variational forms.
The UFC interface consists of a single header file ufc.h that specifies a C++ interface that must be implemented by code that complies with the UFC specification.
Form compilers that support the UFC interface are FFC and SyFi.
What's New in This Release: [ read full changelog ]
· Add new function ufc::dof_map::max_local_dimension()
· Change ufc::dof_map::local_dimension() to ufc::dof_map::local_dimension(const ufc::cell c)

Via: UFC 2.2.0
0 Comment:
Post a Comment