include/meltpooldg/level_set/normal_vector_DG_operation.hpp Source File
|
Developer Documentation
|
normal_vector_DG_operation.hpp
Go to the documentation of this file.
Definition helmholtz_DG_operator.hpp:30
Definition normal_vector_DG_operation.hpp:34
TimeIntegration::SolutionHistory< BlockVectorType > solution_history
Definition normal_vector_DG_operation.hpp:68
void solve() override
Definition normal_vector_DG_operation.cpp:44
const unsigned int normal_dof_idx
Definition normal_vector_DG_operation.hpp:75
const ScratchData< dim, dim, number > & scratch_data
Definition normal_vector_DG_operation.hpp:64
void reinit() override
Definition normal_vector_DG_operation.cpp:32
dealii::LinearAlgebra::distributed::BlockVector< number > BlockVectorType
Definition normal_vector_DG_operation.hpp:37
const NormalVectorData< number > normal_vector_data
Definition normal_vector_DG_operation.hpp:66
dealii::TrilinosWrappers::SparseMatrix SparseMatrixType
Definition normal_vector_DG_operation.hpp:38
void attach_vectors(std::vector< dealii::LinearAlgebra::distributed::Vector< number > * > &vectors) override
Definition normal_vector_DG_operation.cpp:151
void right_hand_side_domain(const dealii::MatrixFree< dim, number > &data, VectorType &dst, const VectorType &src, const std::pair< unsigned int, unsigned int > &cell_range) const
const unsigned int normal_quad_idx
Definition normal_vector_DG_operation.hpp:76
dealii::LinearAlgebra::distributed::Vector< number > VectorType
Definition normal_vector_DG_operation.hpp:36
const VectorType & solution_level_set
Definition normal_vector_DG_operation.hpp:65
const HelmholtzDGOperator< dim, number > helmholtz_operator
Definition normal_vector_DG_operation.hpp:78
const BlockVectorType & get_solution_normal_vector() const override
Definition normal_vector_DG_operation.cpp:135
Definition normal_vector_operation_base.hpp:8
Container for shared scratch data between operations/operators.
Definition scratch_data.hpp:61
Definition solution_history.hpp:21
This operation solves the reinitialization problem for a CG- or DG-FEM-based discrete level-set field...
Definition advection_DG_operation.hpp:20
Definition normal_vector_data.hpp:15
Generated by