A free function to average a Tensor at an interface.
Go to the source code of this file.
| Namespaces | |
| namespace | Dumux | 
| Functions | |
| template<class Scalar, int dim> | |
| Scalar | Dumux::faceTensorAverage (const Scalar T1, const Scalar T2, const Dune::FieldVector< Scalar, dim > &normal) | 
| Average of a discontinuous scalar field at discontinuity interface (for compatibility reasons with the function below) | |
| template<class Scalar, int dim> | |
| Dune::FieldMatrix< Scalar, dim > | Dumux::faceTensorAverage (const Dune::FieldMatrix< Scalar, dim > &T1, const Dune::FieldMatrix< Scalar, dim > &T2, const Dune::FieldVector< Scalar, dim > &normal) | 
| Average of a discontinuous tensorial field at discontinuity interface. | |