Flow123d  JS_before_hm-1598-g3b021b4
Public Member Functions | Public Attributes | List of all members
PatchCacheLoc Struct Reference

Holds pair of positions of point in cache (element and eval point) More...

#include <field_value_cache.hh>

Public Member Functions

 PatchCacheLoc ()
 
 PatchCacheLoc (unsigned int i_elm, unsigned int i_ep)
 Constructor sets all data members. More...
 

Public Attributes

unsigned int i_elm_
 index of element in patch More...
 
unsigned int i_ep_
 index of eval point in patch More...
 

Detailed Description

Holds pair of positions of point in cache (element and eval point)

Definition at line 81 of file field_value_cache.hh.

Constructor & Destructor Documentation

PatchCacheLoc::PatchCacheLoc ( )
inline

Default constructor

Definition at line 82 of file field_value_cache.hh.

PatchCacheLoc::PatchCacheLoc ( unsigned int  i_elm,
unsigned int  i_ep 
)
inline

Constructor sets all data members.

Definition at line 84 of file field_value_cache.hh.

Member Data Documentation

unsigned int PatchCacheLoc::i_elm_

index of element in patch

Definition at line 87 of file field_value_cache.hh.

unsigned int PatchCacheLoc::i_ep_

index of eval point in patch

Definition at line 88 of file field_value_cache.hh.


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