Change all use of cell.geometry notation

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

No description provided.

Comments (3)

  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. Log in to comment