← Back to team overview

ufl team mailing list archive

Re: [HG UFL] Extended FormData class to include all classes used in each integral.

 

2008/9/13 Anders Logg <logg@xxxxxxxxx>:
> On Sat, Sep 13, 2008 at 06:32:06PM +0200, UFL wrote:
>> One or more new changesets pushed to the primary ufl repository.
>> A short summary of the last three changesets is included below.
>>
>> changeset:   234:438be3a491f1f00f3da9b45c16a83d9b21c66df2
>> tag:         tip
>> user:        "Martin Sandve Alnæs <martinal@xxxxxxxxx>"
>> date:        Sat Sep 13 18:27:22 2008 +0200
>> files:       ufl/algorithms/__init__.py ufl/algorithms/analysis.py ufl/algorithms/formdata.py
>> description:
>> Extended FormData class to include all classes used in each integral.
>> Can be useful for e.g. checking whether the facet normal is needed,
>> or classes unsupported for a particular representation is used.
>>
>> Use build_form_data(form) to construct the FormData object, this
>> may later be optimized by combining several of the algorithms
>> FormData currently uses.
>
> Nice. But wouldn't it be more natural to just do
>
>  form_data = FormData(form)
>
> ?
>
> --
> Anders

No problem. I think I had a reason but it probably wasn't very good.

--
Martin


References