Flow123d  DF_patch_fe_mechanics-ccea6e4
Public Member Functions | Public Attributes | List of all members
PatchPointValues< spacedim >::PatchFeData Struct Reference

#include <patch_point_values.hh>

Collaboration diagram for PatchPointValues< spacedim >::PatchFeData:
Collaboration graph
[legend]

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...
 
PatchArenapatch_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...
 

Detailed Description

template<unsigned int spacedim = 3>
struct PatchPointValues< spacedim >::PatchFeData

Stores shared data members between PatchFeValues and PatchPoinValues

Definition at line 149 of file patch_point_values.hh.

Constructor & Destructor Documentation

◆ PatchFeData()

template<unsigned int spacedim = 3>
PatchPointValues< spacedim >::PatchFeData::PatchFeData ( size_t  buffer_size,
size_t  simd_alignment 
)
inline

Constructor.

Definition at line 152 of file patch_point_values.hh.

◆ ~PatchFeData()

template<unsigned int spacedim = 3>
PatchPointValues< spacedim >::PatchFeData::~PatchFeData ( )
inline

Destructor.

Definition at line 156 of file patch_point_values.hh.

Member Data Documentation

◆ asm_arena_

template<unsigned int spacedim = 3>
AssemblyArena PatchPointValues< spacedim >::PatchFeData::asm_arena_

Assembly arena, created and filled once during initialization.

Definition at line 161 of file patch_point_values.hh.

◆ patch_arena_

template<unsigned int spacedim = 3>
PatchArena* PatchPointValues< spacedim >::PatchFeData::patch_arena_

Patch arena, reseted before patch reinit.

Definition at line 162 of file patch_point_values.hh.

◆ zero_vec_

template<unsigned int spacedim = 3>
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.


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