|
ASPECT
|
Public Member Functions | |
| PrescribedDilationOutputs (const unsigned int n_points) | |
| PrescribedDilationOutputs (const PrescribedDilationOutputs &source)=default | |
| PrescribedDilationOutputs (PrescribedDilationOutputs &&) noexcept=default | |
| PrescribedDilationOutputs & | operator= (const PrescribedDilationOutputs &source)=delete |
| PrescribedDilationOutputs & | operator= (PrescribedDilationOutputs &&) noexcept=default |
| unsigned int | n_evaluation_points () const |
| void | reset () |
Public Attributes | |
| std::vector< double > | dilation |
Definition at line 50 of file interface.h.
| aspect::PrescribedDilation::PrescribedDilationOutputs< dim >::PrescribedDilationOutputs | ( | const unsigned int | n_points | ) |
Constructor. Initialize the various arrays of this structure with the given number of quadrature points.
| n_points | The number of quadrature points for which output quantities will be provided. |
|
default |
Copy constructor. This constructor copies all data members of the source object.
|
defaultnoexcept |
Move constructor. This constructor simply moves all members.
|
delete |
Copy operator. Copying these objects is expensive, and consequently prohibited.
|
defaultnoexcept |
Move operator.
| unsigned int aspect::PrescribedDilation::PrescribedDilationOutputs< dim >::n_evaluation_points | ( | ) | const |
Function that returns the number of points at which the dilation is to be evaluated.
| void aspect::PrescribedDilation::PrescribedDilationOutputs< dim >::reset | ( | ) |
Function that set zeroes to all values in this object
| std::vector<double> aspect::PrescribedDilation::PrescribedDilationOutputs< dim >::dilation |
Vector containing the dilation at each evaluation point. The physical unit of this quantity is 1/s (it is the density of volume change rate)
Definition at line 99 of file interface.h.