https://mooseframework.inl.gov
Loading...
Searching...
No Matches
stochastic_tools
include
interfaces
CovarianceInterface.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
#ifdef MOOSE_LIBTORCH_ENABLED
10
11
#pragma once
12
13
#include "
InputParameters.h
"
14
#include "
FEProblemBase.h
"
15
16
class
CovarianceFunctionBase
;
17
18
class
CovarianceInterface
19
{
20
public
:
21
static
InputParameters
validParams
();
22
23
CovarianceInterface
(
const
InputParameters
& parameters);
24
25
protected
:
27
CovarianceFunctionBase
*
getCovarianceFunctionByName
(
const
UserObjectName &
name
)
const
;
28
29
private
:
31
FEProblemBase
&
_covar_feproblem
;
32
};
33
34
#endif
FEProblemBase.h
InputParameters.h
name
const std::string name
Definition
Setup.h:21
CovarianceFunctionBase
Base class for covariance functions that are used in Gaussian Processes.
Definition
CovarianceFunctionBase.h:21
CovarianceInterface
Definition
CovarianceInterface.h:19
CovarianceInterface::getCovarianceFunctionByName
CovarianceFunctionBase * getCovarianceFunctionByName(const UserObjectName &name) const
Lookup a CovarianceFunction object by name and return pointer.
Definition
CovarianceInterface.C:26
CovarianceInterface::validParams
static InputParameters validParams()
Definition
CovarianceInterface.C:15
CovarianceInterface::_covar_feproblem
FEProblemBase & _covar_feproblem
Reference to FEProblemBase instance.
Definition
CovarianceInterface.h:31
FEProblemBase
InputParameters
Generated on Fri Aug 21 2026 13:41:48 for https://mooseframework.inl.gov by
1.9.8