|
ExaDG
|
#include <weak_boundary_conditions.h>
Public Member Functions | |
| BoundaryFaceIntegratorP (FaceIntegratorP const &integrator_m_in, BoundaryDescriptor< dim > const &boundary_descriptor_in) | |
| DEAL_II_ALWAYS_INLINE FaceIntegratorP::value_type | get_value (unsigned int const q) const |
Public Member Functions inherited from ExaDG::BoundaryFaceIntegratorBase< BoundaryDescriptor< dim >, Number > | |
| void | reinit (unsigned int const face, Number const time) |
Additional Inherited Members | |
Protected Member Functions inherited from ExaDG::BoundaryFaceIntegratorBase< BoundaryDescriptor< dim >, Number > | |
| BoundaryFaceIntegratorBase (dealii::MatrixFree< dim, Number > const &matrix_free_in, BoundaryDescriptor< dim > const &boundary_descriptor_in) | |
Protected Attributes inherited from ExaDG::BoundaryFaceIntegratorBase< BoundaryDescriptor< dim >, Number > | |
| dealii::MatrixFree< dim, Number > const & | matrix_free |
| BoundaryDescriptor< dim > const & | boundary_descriptor |
| Number | evaluation_time |
| dealii::types::boundary_id | boundary_id |
| BoundaryType | boundary_type |
Class to access values of pressure at boundaries similar to FaceIntegrators.