Source code for fridom.framework.tensor_field

"""The tensor field module."""
from __future__ import annotations

import fridom.framework as fr


[docs] class TensorField(fr.FieldBase): ...