ExaDG
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ExaDG::BoundaryFaceIntegratorBase< BoundaryDescriptorType, Number > Class Template Reference

#include <boundary_face_integrator_base.h>

Public Member Functions

void reinit (unsigned int const face, Number const time)
 

Protected Member Functions

 BoundaryFaceIntegratorBase (dealii::MatrixFree< dim, Number > const &matrix_free_in, BoundaryDescriptorType const &boundary_descriptor_in)
 

Protected Attributes

dealii::MatrixFree< dim, Number > const & matrix_free
 
BoundaryDescriptorType const & boundary_descriptor
 
Number evaluation_time
 
dealii::types::boundary_id boundary_id
 
BoundaryType boundary_type
 

Detailed Description

template<typename BoundaryDescriptorType, typename Number>
class ExaDG::BoundaryFaceIntegratorBase< BoundaryDescriptorType, Number >

Base class to access boundary values with a similar interface to FaceIntegrators. In the derived class a get_value() has to be implemented. Since the return type depends on the derived class, a pure virtual function for this purpose can not be added.


The documentation for this class was generated from the following file: