info¶
-
dolfin.cpp.common.
info
(object, verbose=False)¶ Print string or object.
- Arguments
- object
- A string or a DOLFIN object (
Variable
orParameters
) - verbose
- An optional argument that indicates whether verbose object data should be printed. If False, a short one-line summary is printed. If True, verbose and sometimes very exhaustive object data are printed.