Flow123d  JS_before_hm-1626-gde32303
Public Member Functions | Public Attributes | List of all members
GenericAssembly< DimAssembly >::BulkIntegralData Struct Reference
Collaboration diagram for GenericAssembly< DimAssembly >::BulkIntegralData:
Collaboration graph
[legend]

Public Member Functions

 BulkIntegralData ()
 Default constructor. More...
 
 BulkIntegralData (DHCellAccessor dhcell, unsigned int subset_idx)
 Constructor with data mebers initialization. More...
 
 BulkIntegralData (const BulkIntegralData &other)
 Copy constructor. More...
 

Public Attributes

DHCellAccessor cell
 Specified cell (element) More...
 
unsigned int subset_index
 Index (order) of subset in EvalPoints object. More...
 

Detailed Description

template<template< IntDim... > class DimAssembly>
struct GenericAssembly< DimAssembly >::BulkIntegralData

Helper structzre holds data of cell (bulk) integral

Data is specified by cell and subset index in EvalPoint object

Definition at line 66 of file generic_assembly.hh.

Constructor & Destructor Documentation

template<template< IntDim... > class DimAssembly>
GenericAssembly< DimAssembly >::BulkIntegralData::BulkIntegralData ( )
inline

Default constructor.

Definition at line 68 of file generic_assembly.hh.

template<template< IntDim... > class DimAssembly>
GenericAssembly< DimAssembly >::BulkIntegralData::BulkIntegralData ( DHCellAccessor  dhcell,
unsigned int  subset_idx 
)
inline

Constructor with data mebers initialization.

Definition at line 71 of file generic_assembly.hh.

template<template< IntDim... > class DimAssembly>
GenericAssembly< DimAssembly >::BulkIntegralData::BulkIntegralData ( const BulkIntegralData other)
inline

Copy constructor.

Definition at line 75 of file generic_assembly.hh.

Member Data Documentation

template<template< IntDim... > class DimAssembly>
DHCellAccessor GenericAssembly< DimAssembly >::BulkIntegralData::cell

Specified cell (element)

Definition at line 78 of file generic_assembly.hh.

template<template< IntDim... > class DimAssembly>
unsigned int GenericAssembly< DimAssembly >::BulkIntegralData::subset_index

Index (order) of subset in EvalPoints object.

Definition at line 79 of file generic_assembly.hh.


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