|
Flow123d
DF_patch_fe_mechanics-ccea6e4
|
#include <patch_point_values.hh>

Public Member Functions | |
| PatchFeData (size_t buffer_size, size_t simd_alignment) | |
| Constructor. More... | |
| ~PatchFeData () | |
| Destructor. More... | |
Public Attributes | |
| AssemblyArena | asm_arena_ |
| Assembly arena, created and filled once during initialization. More... | |
| PatchArena * | patch_arena_ |
| Patch arena, reseted before patch reinit. More... | |
| ArenaVec< double > | zero_vec_ |
| ArenaVec of zero values of maximal length using in zero PatchPointValues construction. More... | |
Stores shared data members between PatchFeValues and PatchPoinValues
Definition at line 149 of file patch_point_values.hh.
|
inline |
Constructor.
Definition at line 152 of file patch_point_values.hh.
|
inline |
Destructor.
Definition at line 156 of file patch_point_values.hh.
| AssemblyArena PatchPointValues< spacedim >::PatchFeData::asm_arena_ |
Assembly arena, created and filled once during initialization.
Definition at line 161 of file patch_point_values.hh.
| PatchArena* PatchPointValues< spacedim >::PatchFeData::patch_arena_ |
Patch arena, reseted before patch reinit.
Definition at line 162 of file patch_point_values.hh.
| ArenaVec<double> PatchPointValues< spacedim >::PatchFeData::zero_vec_ |
ArenaVec of zero values of maximal length using in zero PatchPointValues construction.
Definition at line 163 of file patch_point_values.hh.