dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20720
Re: No access any more to FiniteElement / ufc::finite_element from within UFC ?
On 17/01/11 14:46, Andre Massing wrote:
> Hi!
>
> I just realized that the previous member
>
> FiniteElement** coefficient_elements
> and
> std::vector<FiniteElement> finite_elements
> , respectively were removed from the UFC class.
The coefficient finite elements are still there.
> I need these ones or
> more precisely access to the underlying ufc::finite_element.
>
> Can anybody give me a quick hint how to achieve this in the newer DOLFIN
> versions? I already scanned through the code, but could not find a
> simple solution.
>
>From a FunctionSpace, you can extract a dolfin::FiniteElement, followed
by a ufc::finite_element.
Garth
> Kind regards,
> Andre
>
Follow ups
References