|
Flow123d
master-921db77
|
Holds common data shared between GenericAssemblz and Assembly<dim> classes. More...
#include <patch_internals.hh>

Public Member Functions | |
| PatchInternals () | |
| PatchInternals (MixedPtr< FiniteElement > fe) | |
Public Attributes | |
| std::shared_ptr< EvalPoints > | eval_points_ |
| EvalPoints object shared by all integrals. More... | |
| ElementCacheMap | element_cache_map_ |
| ElementCacheMap according to EvalPoints. More... | |
| PatchFEValues< 3 > | fe_values_ |
| Common FEValues object over all dimensions. More... | |
Holds common data shared between GenericAssemblz and Assembly<dim> classes.
Definition at line 28 of file patch_internals.hh.
|
inline |
Definition at line 30 of file patch_internals.hh.
|
inline |
Definition at line 33 of file patch_internals.hh.
| ElementCacheMap PatchInternals::element_cache_map_ |
ElementCacheMap according to EvalPoints.
Definition at line 37 of file patch_internals.hh.
| std::shared_ptr<EvalPoints> PatchInternals::eval_points_ |
EvalPoints object shared by all integrals.
Definition at line 36 of file patch_internals.hh.
| PatchFEValues<3> PatchInternals::fe_values_ |
Common FEValues object over all dimensions.
Definition at line 38 of file patch_internals.hh.