← Back to team overview

ufl team mailing list archive

Functions in analysis.py

 

Can we rename the functions in analysis.py to extract_foo?

Otherwise, it's not possible to write

  elements = elements(form)

I'd like to write

  elements = extract_elements(form)
  monomials = extract_monomials(form)

etc.

-- 
Anders

Attachment: signature.asc
Description: Digital signature


Follow ups