ExaDG
Loading...
Searching...
No Matches
ExaDG::IncNS::GradientOperator< dim, Number > Class Template Reference

Public Types

typedef GradientOperator< dim, Number > This
typedef dealii::LinearAlgebra::distributed::Vector< Number > VectorType
typedef dealii::VectorizedArray< Number > scalar
typedef dealii::Tensor< 1, dim, dealii::VectorizedArray< Number > > vector
typedef std::pair< unsigned int, unsigned int > Range
typedef CellIntegrator< dim, dim, Number > CellIntegratorU
typedef CellIntegrator< dim, 1, Number > CellIntegratorP
typedef FaceIntegrator< dim, dim, Number > FaceIntegratorU
typedef FaceIntegrator< dim, 1, Number > FaceIntegratorP

Public Member Functions

void initialize (dealii::MatrixFree< dim, Number > const &matrix_free_in, GradientOperatorData< dim > const &data_in)
void set_scaling_factor_pressure (double const &scaling_factor)
GradientOperatorData< dim > const & get_operator_data () const
void apply (VectorType &dst, VectorType const &src) const
void apply_add (VectorType &dst, VectorType const &src) const
void rhs (VectorType &dst, Number const evaluation_time) const
void rhs_bc_from_dof_vector (VectorType &dst, VectorType const &pressure_bc) const
void rhs_add (VectorType &dst, Number const evaluation_time) const
void evaluate (VectorType &dst, VectorType const &src, Number const evaluation_time) const
void evaluate_add (VectorType &dst, VectorType const &src, Number const evaluation_time) const
void evaluate_bc_from_dof_vector (VectorType &dst, VectorType const &src, VectorType const &pressure_bc) const

The documentation for this class was generated from the following files: