deprecation

dolfin.cpp.common.deprecation(feature, version_deprecated, message)

Issue deprecation warning for removed feature

Arguments
feature (str)
Name of the feature that has been removed.
version_deprecated (str)
Version number of the release in which the feature is deprecated.
message (str)
A format string explaining the deprecation.