ReinitializationApplication< dim, number > Class Template Reference
|
Developer Documentation
|
Public Member Functions |
Private Types |
Private Member Functions |
Private Attributes |
List of all members
MeltPoolDG::LevelSet::ReinitializationApplication< dim, number > Class Template Reference
#include <reinitialization_application.hpp>
Public Member Functions | |
| ReinitializationApplication (std::unique_ptr< CaseType > simulation_case_) | |
| void | run () |
Private Types | |
| using | CaseType = ReinitializationCase< dim, number > |
| using | VectorType = dealii::LinearAlgebra::distributed::Vector< number > |
| using | DoFHandlerType = dealii::DoFHandler< dim > |
Private Member Functions | |
| void | initialize () |
| void | setup_dof_system () |
| void | refine_mesh () |
| void | output_results (const unsigned int time_step, const number current_time) |
Private Attributes | |
| std::unique_ptr< CaseType > | simulation_case |
| const ReinitializationCaseParameters< number > & | param |
| DoFHandlerType | dof_handler |
| dealii::AffineConstraints< number > | constraints |
| dealii::AffineConstraints< number > | normal_no_bc_constraints |
| dealii::AffineConstraints< number > | normal_dirichlet_x_constraints |
| dealii::AffineConstraints< number > | normal_dirichlet_y_constraints |
| dealii::AffineConstraints< number > | normal_dirichlet_z_constraints |
| std::unique_ptr< Profiling::ProfilingMonitor< number > > | profiling_monitor |
| std::shared_ptr< ScratchData< dim, dim, number > > | scratch_data |
| std::unique_ptr< TimeIntegration::TimeIterator< number > > | time_iterator |
| std::unique_ptr< ReinitializationOperationBase< dim, number > > | reinit_operation |
| unsigned int | reinit_dof_idx = -1 |
| unsigned int | normal_no_bc_dof_idx = -1 |
| unsigned int | normal_dirichlet_x_dof_idx = -1 |
| unsigned int | normal_dirichlet_y_dof_idx = -1 |
| unsigned int | normal_dirichlet_z_dof_idx = -1 |
| unsigned int | reinit_quad_idx = -1 |
| std::unique_ptr< Postprocessor< dim, number > > | post_processor |
Member Typedef Documentation
◆ CaseType
template<int dim, typename number >
|
private |
◆ DoFHandlerType
template<int dim, typename number >
|
private |
◆ VectorType
template<int dim, typename number >
|
private |
Constructor & Destructor Documentation
◆ ReinitializationApplication()
template<int dim, typename number >
|
inline |
Member Function Documentation
◆ initialize()
template<int dim, typename number >
|
private |
◆ output_results()
template<int dim, typename number >
|
private |
◆ refine_mesh()
template<int dim, typename number >
|
private |
◆ run()
template<int dim, typename number >
| void MeltPoolDG::LevelSet::ReinitializationApplication< dim, number >::run | ( | ) |
◆ setup_dof_system()
template<int dim, typename number >
|
private |
Member Data Documentation
◆ constraints
template<int dim, typename number >
|
private |
◆ dof_handler
template<int dim, typename number >
|
private |
◆ normal_dirichlet_x_constraints
template<int dim, typename number >
|
private |
◆ normal_dirichlet_x_dof_idx
template<int dim, typename number >
|
private |
◆ normal_dirichlet_y_constraints
template<int dim, typename number >
|
private |
◆ normal_dirichlet_y_dof_idx
template<int dim, typename number >
|
private |
◆ normal_dirichlet_z_constraints
template<int dim, typename number >
|
private |
◆ normal_dirichlet_z_dof_idx
template<int dim, typename number >
|
private |
◆ normal_no_bc_constraints
template<int dim, typename number >
|
private |
◆ normal_no_bc_dof_idx
template<int dim, typename number >
|
private |
◆ param
template<int dim, typename number >
|
private |
◆ post_processor
template<int dim, typename number >
|
private |
◆ profiling_monitor
template<int dim, typename number >
|
private |
◆ reinit_dof_idx
template<int dim, typename number >
|
private |
◆ reinit_operation
template<int dim, typename number >
|
private |
◆ reinit_quad_idx
template<int dim, typename number >
|
private |
◆ scratch_data
template<int dim, typename number >
|
private |
◆ simulation_case
template<int dim, typename number >
|
private |
◆ time_iterator
template<int dim, typename number >
|
private |
The documentation for this class was generated from the following files:
- applications/mp-reinit/reinitialization_application.hpp
- applications/mp-reinit/reinitialization_application.cpp
Generated by