dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #25914
Re: How to find out if a Function is continuous
Ok! I'll just check the element family then. Is there a more robust
way to query it (in C++) than parsing
f->function_space()->element()->signature()?
-j.
On 11 September 2012 12:09, Kent-Andre Mardal <kent-and@xxxxxxxxx> wrote:
> I guess it is only the Lagrange/CG element that is continuous. The others
> are only continuous
> in certain senses or directions. I don't think there is any meta data that
> contains this
> info.
>
> Kent
>
> On 11 September 2012 11:56, Joachim Berdal Haga <jobh@xxxxxxxxx> wrote:
>>
>> Is there a simple way to find out whether an arbitrary Function (or
>> FunctionSpace) is continuous across cells in C++?
>>
>> -j.
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~dolfin
>> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~dolfin
>> More help : https://help.launchpad.net/ListHelp
>
>
Follow ups
References