v0.14.0
Public Attributes | List of all members
MoFEM::BlockStructure Struct Reference
Inheritance diagram for MoFEM::BlockStructure:
[legend]
Collaboration diagram for MoFEM::BlockStructure:
[legend]

Public Attributes

SmartPetscObj< Vec > ghostX
 
SmartPetscObj< Vec > ghostY
 
boost::shared_ptr< std::vector< double > > dataBlocksPtr
 
boost::shared_ptr< std::vector< double > > preconditionerBlocksPtr
 
boost::shared_ptr< std::vector< double > > parentBlockStructurePtr
 
bool multiplyByPreconditioner = false
 
- Public Attributes inherited from MoFEM::DiagBlockIndex
BlockIndex blockIndex
 blocks indexes storage More...
 

Additional Inherited Members

- Public Types inherited from MoFEM::DiagBlockIndex
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 inherited from MoFEM::DiagBlockIndex
virtual ~DiagBlockIndex ()=default
 

Detailed Description

Definition at line 280 of file Schur.cpp.

Member Data Documentation

◆ dataBlocksPtr

boost::shared_ptr<std::vector<double> > MoFEM::BlockStructure::dataBlocksPtr

Definition at line 285 of file Schur.cpp.

◆ ghostX

SmartPetscObj<Vec> MoFEM::BlockStructure::ghostX

Definition at line 282 of file Schur.cpp.

◆ ghostY

SmartPetscObj<Vec> MoFEM::BlockStructure::ghostY

Definition at line 283 of file Schur.cpp.

◆ multiplyByPreconditioner

bool MoFEM::BlockStructure::multiplyByPreconditioner = false

Definition at line 289 of file Schur.cpp.

◆ parentBlockStructurePtr

boost::shared_ptr<std::vector<double> > MoFEM::BlockStructure::parentBlockStructurePtr

Definition at line 287 of file Schur.cpp.

◆ preconditionerBlocksPtr

boost::shared_ptr<std::vector<double> > MoFEM::BlockStructure::preconditionerBlocksPtr

Definition at line 286 of file Schur.cpp.


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