CopyData_R< NumberType > Struct Template Reference#
|
DiFfRG
|
DiFfRG::LDG::internal::CopyData_R< NumberType > Struct Template Reference
#include <ldg.hh>
Classes | |
| struct | CopyDataFace_R |
Public Member Functions | |
| template<class Iterator > | |
| void | reinit (const Iterator &cell, uint dofs_per_cell) |
| template<int dim> | |
| CopyDataFace_R & | new_face_data (const FEInterfaceValues< dim > &fe_iv) |
Public Attributes | |
| Vector< NumberType > | cell_residual |
| Vector< NumberType > | cell_mass |
| std::vector< types::global_dof_index > | local_dof_indices |
| std::vector< CopyDataFace_R > | face_data |
Member Function Documentation
◆ new_face_data()
template<typename NumberType >
template<int dim>
|
inline |
◆ reinit()
template<typename NumberType >
template<class Iterator >
|
inline |
Member Data Documentation
◆ cell_mass
template<typename NumberType >
| Vector<NumberType> DiFfRG::LDG::internal::CopyData_R< NumberType >::cell_mass |
◆ cell_residual
template<typename NumberType >
| Vector<NumberType> DiFfRG::LDG::internal::CopyData_R< NumberType >::cell_residual |
◆ face_data
template<typename NumberType >
| std::vector<CopyDataFace_R> DiFfRG::LDG::internal::CopyData_R< NumberType >::face_data |
◆ local_dof_indices
template<typename NumberType >
| std::vector<types::global_dof_index> DiFfRG::LDG::internal::CopyData_R< NumberType >::local_dof_indices |
The documentation for this struct was generated from the following file:
- /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/FEM/assembler/ldg.hh
Generated by