EmbeddedComponentsFunction< dim, number > Class Template Reference
|
Developer Documentation
|
MeltPoolDG::Functions::EmbeddedComponentsFunction< dim, number > Class Template Reference
Embeds a function into a higher-dimensional component space. More...
#include <functions.hpp>
Inheritance diagram for MeltPoolDG::Functions::EmbeddedComponentsFunction< dim, number >:
Collaboration diagram for MeltPoolDG::Functions::EmbeddedComponentsFunction< dim, number >:
Public Member Functions | |
| EmbeddedComponentsFunction (const dealii::Function< dim, number > &base_function, const unsigned int n_components, const unsigned int start_component) | |
| number | value (const dealii::Point< dim > &p, const unsigned int component=0) const override |
Private Attributes | |
| const dealii::Function< dim, number > & | base_function |
| const unsigned int | start |
Detailed Description
template<int dim, typename number>
class MeltPoolDG::Functions::EmbeddedComponentsFunction< dim, number >
class MeltPoolDG::Functions::EmbeddedComponentsFunction< dim, number >
Embeds a function into a higher-dimensional component space.
This class inserts a given base function into a larger function with more components, starting at a specified component index. Components outside the embedded range return zero.
Constructor & Destructor Documentation
◆ EmbeddedComponentsFunction()
template<int dim, typename number >
|
inline |
Member Function Documentation
◆ value()
template<int dim, typename number >
|
inlineoverride |
Member Data Documentation
◆ base_function
template<int dim, typename number >
|
private |
◆ start
template<int dim, typename number >
|
private |
The documentation for this class was generated from the following file:
- include/meltpooldg/utilities/functions.hpp
Generated by