|
Flow123d
release_3.0.0-695-g67d21c4
|
#include <fe_values_views.hh>
Public Member Functions | |
| Scalar (FEValuesBase< dim, spacedim > &fe_values, unsigned int component) | |
| double | value (unsigned int function_no, unsigned int point_no) const |
| Return value of scalar shape function. More... | |
| arma::vec::fixed< spacedim > | grad (unsigned int function_no, unsigned int point_no) const |
| Return gradient of scalar shape function. More... | |
| FEValuesBase< dim, spacedim > & | base () const |
| Returns the FEValuesBase class. More... | |
Private Attributes | |
| FEValuesBase< dim, spacedim > & | fe_values_ |
| Base FEValues class for access to the FE. More... | |
| unsigned int | component_ |
| Index of the scalar component. More... | |
Definition at line 38 of file fe_values_views.hh.
|
inline |
Definition at line 42 of file fe_values_views.hh.
| FEValuesBase< dim, spacedim > & FEValuesViews::Scalar< dim, spacedim >::base | ( | ) | const |
Returns the FEValuesBase class.
Definition at line 44 of file fe_values_views.cc.

| arma::vec::fixed< spacedim > FEValuesViews::Scalar< dim, spacedim >::grad | ( | unsigned int | function_no, |
| unsigned int | point_no | ||
| ) | const |
Return gradient of scalar shape function.
| function_no | Index of shape function within the FE. |
| point_no | Index of quadrature point. |
Definition at line 36 of file fe_values_views.cc.

| double FEValuesViews::Scalar< dim, spacedim >::value | ( | unsigned int | function_no, |
| unsigned int | point_no | ||
| ) | const |
Return value of scalar shape function.
| function_no | Index of shape function within the FE. |
| point_no | Index of quadrature point. |
Definition at line 28 of file fe_values_views.cc.

|
private |
Index of the scalar component.
Definition at line 70 of file fe_values_views.hh.
|
private |
Base FEValues class for access to the FE.
Definition at line 67 of file fe_values_views.hh.
1.8.11