Change all use of cell.geometry notation

Issue #234 resolved
Martin Sandve Alnæs created an issue

No description provided.

Comments (4)

  1. Martin Sandve Alnæs reporter

    This script helps in finding these quantites.

    for symbol in x xi J detJ Jinv n volume circumradius facet_diameter min_facet_edge_length max_facet_edge_length facet_area surface_area d;
    do
    
    grep '\.'${symbol}'$' `find -name \*.ufl` `find -name \*.py`
    grep '\.'${symbol}'[^a-z0-9(]' `find -name \*.ufl` `find -name \*.py`
    
    done
    
  2. Martin Sandve Alnæs reporter

    I'm pretty sure I've got all of these, and deprecation warnings are in place.

  3. Log in to comment