Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of time averaging Aux kernels #41

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mattfalcone1997
Copy link

The implementation allows the time averaging of both scalar and vector variables. Arbitrary numbers of scalars and vectors can be provided, with the resulting average being the average of their product. In multiple vectors are provided to the VectorTimeAverageAux a component-wise average is given - returning the diagonal of the covariance tensor. It should be possible to add the full covariance matrix if inherited from ArrayAuxKernel but I haven't properly looked into that yet.

Classes added

  1. TimeAverageAux: time average for scalar outputs
  2. VectorTimeAverageAux: time average for vector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant