CopyData_J< NumberType > Struct Template Reference#
|
DiFfRG
|
DiFfRG::LDG::internal::CopyData_J< NumberType > Struct Template Reference
#include <ldg.hh>
Classes | |
| struct | CopyDataFace_J |
Public Member Functions | |
| template<class Iterator > | |
| void | reinit (const Iterator &cell_from, const Iterator &cell_to, uint dofs_per_cell_from, uint dofs_per_cell_to) |
| template<int dim> | |
| CopyDataFace_J & | new_face_data (const FEInterfaceValues< dim > &fe_iv_from, const FEInterfaceValues< dim > &fe_iv_to) |
Public Attributes | |
| FullMatrix< NumberType > | cell_jacobian |
| std::vector< types::global_dof_index > | local_dof_indices_from |
| std::vector< types::global_dof_index > | local_dof_indices_to |
| std::vector< CopyDataFace_J > | 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_jacobian
template<typename NumberType >
| FullMatrix<NumberType> DiFfRG::LDG::internal::CopyData_J< NumberType >::cell_jacobian |
◆ face_data
template<typename NumberType >
| std::vector<CopyDataFace_J> DiFfRG::LDG::internal::CopyData_J< NumberType >::face_data |
◆ local_dof_indices_from
template<typename NumberType >
| std::vector<types::global_dof_index> DiFfRG::LDG::internal::CopyData_J< NumberType >::local_dof_indices_from |
◆ local_dof_indices_to
template<typename NumberType >
| std::vector<types::global_dof_index> DiFfRG::LDG::internal::CopyData_J< NumberType >::local_dof_indices_to |
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