Reference documentation for deal.II version 9.6.0
|
#include <deal.II/fe/fe_interface_values.h>
Public Member Functions | |
Base (const FEInterfaceValues< dim, spacedim > &fe_interface) | |
Protected Member Functions | |
template<class InputVector , class OutputVector > | |
void | get_local_dof_values (const InputVector &dof_values, OutputVector &local_dof_values) const |
Protected Attributes | |
const FEInterfaceValues< dim, spacedim > * | fe_interface |
The base class for the views.
Definition at line 46 of file fe_interface_values.h.
FEInterfaceViews::Base< dim, spacedim >::Base | ( | const FEInterfaceValues< dim, spacedim > & | fe_interface | ) |
The constructor.
|
protected |
Get the local degree-of-freedom values associated with the internally initialized cell interface.
|
protected |
Store a pointer to the FEInterfaceValues instance.
Definition at line 58 of file fe_interface_values.h.