Naming Conventions ================== Suggested conventions (replace with your actual ones): * ``FunctionSpace``: a discrete space on a mesh * ``GridFunction``: a coefficient vector + a space * ``Operator``: a linear/nonlinear mapping between spaces * ``Solver``: GMRES / direct / etc.