v0.14.0
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
MoFEM::DiagBlockIndex Struct Reference
Inheritance diagram for MoFEM::DiagBlockIndex:
[legend]
Collaboration diagram for MoFEM::DiagBlockIndex:
[legend]

Classes

struct  Indexes
 block data indexes More...
 

Public Types

using BlockIndex = multi_index_container< Indexes, indexed_by< ordered_unique< composite_key< Indexes, const_mem_fun< Indexes, UId, &Indexes::getRowUId >, const_mem_fun< Indexes, UId, &Indexes::getColUId > > >, ordered_non_unique< const_mem_fun< Indexes, UId, &Indexes::getFEUId > > > >
 

Public Member Functions

virtual ~DiagBlockIndex ()=default
 

Public Attributes

BlockIndex blockIndex
 blocks indexes storage More...
 

Detailed Description

Definition at line 206 of file Schur.cpp.

Member Typedef Documentation

◆ BlockIndex

using MoFEM::DiagBlockIndex::BlockIndex = multi_index_container< Indexes, indexed_by< ordered_unique< composite_key<Indexes, const_mem_fun<Indexes, UId, &Indexes::getRowUId>, const_mem_fun<Indexes, UId, &Indexes::getColUId> > >, ordered_non_unique< const_mem_fun<Indexes, UId, &Indexes::getFEUId> > > >

Definition at line 275 of file Schur.cpp.

Constructor & Destructor Documentation

◆ ~DiagBlockIndex()

virtual MoFEM::DiagBlockIndex::~DiagBlockIndex ( )
virtualdefault

Member Data Documentation

◆ blockIndex

BlockIndex MoFEM::DiagBlockIndex::blockIndex

blocks indexes storage

Definition at line 277 of file Schur.cpp.


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