User-facing methods should be marked as `const` where possible to allow more flexibility in user code. For example, `MeshField::OmegahMeshField::triangleLocalPointEval`. In my use case, I need to be able to call this function from a `const` context.