Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const FunctionSeries & |
me |
|
) |
| |
Definition at line 277 of file FunctionSeries.C.
280 <<
"FunctionSeries: " << me.
name() <<
"\n" 283 stream <<
"\n\n" << std::flush;
std::unique_ptr< CompositeSeriesBasisInterface > _series_type
Stores a pointer to the functional series object.
virtual const std::string & name() const
std::vector< Real > & _coefficients
The coefficient array.
std::size_t getNumberOfTerms() const
Returns the number of terms (coefficients) in the underlying function series.
◆ registerMooseObject()
registerMooseObject |
( |
"FunctionalExpansionToolsApp" |
, |
|
|
FunctionSeries |
|
|
) |
| |