https://mooseframework.inl.gov
Loading...
Searching...
No Matches
functional_expansion_tools
include
series
Cartesian.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
10
#pragma once
11
12
#include "
CompositeSeriesBasisInterface.h
"
13
18
class
Cartesian
final :
public
CompositeSeriesBasisInterface
19
{
20
public
:
21
Cartesian
(
const
std::string & who_is_using_me);
22
Cartesian
(
const
std::vector<MooseEnum> & domain,
23
const
std::vector<std::size_t> & order,
24
const
std::vector<MooseEnum> & series_types,
25
const
std::string & who_is_using_me,
26
MooseEnum
expansion_type
,
27
MooseEnum
generation_type
);
28
29
// Overrides from FunctionalBasisInterface
30
virtual
void
setPhysicalBounds
(
const
std::vector<Real> & bounds)
final
;
31
};
CompositeSeriesBasisInterface.h
expansion_type
MooseEnum expansion_type
generation_type
MooseEnum generation_type
Cartesian
This class constructs a functional expansion using a separate series for each Cartesian dimension.
Definition
Cartesian.h:19
Cartesian::setPhysicalBounds
virtual void setPhysicalBounds(const std::vector< Real > &bounds) final
Sets the bounds of the series.
Definition
Cartesian.C:48
CompositeSeriesBasisInterface
This class is the basis for constructing a composite—or convolved—functional series by combining mult...
Definition
CompositeSeriesBasisInterface.h:25
MooseEnum
Generated on Fri Aug 21 2026 13:41:02 for https://mooseframework.inl.gov by
1.9.8