Skip to content
  • Marcus Mohr's avatar
    This commit renames the · 0f036f47
    Marcus Mohr authored
     - uvw
     - p
    members of the three composite functions
     - P1StokesFunction
     - P2P1TaylorHoodFunction
     - P2P2StokesFunction
    to
     - uvwFunc
     - pFunc
    and makes them private. Access from the outside is now through
    the accessor functions
     - uvw()
     - p()
    0f036f47