Rheolef  7.1
an efficient C++ finite element environment
abtbc_schur_complement< Matrix, Vector, Solver >

Public Member Functions

 abtbc_schur_complement (const Solver &iA1, const Matrix &B1, const Matrix &C1)
 
Vector operator* (const Vector &p) const
 

Public Attributes

Solver iA
 
Matrix B
 
Matrix C
 

Detailed Description

template<class Matrix, class Vector, class Solver>
struct rheolef::abtbc_schur_complement< Matrix, Vector, Solver >

Definition at line 29 of file mixed_solver.h.

Constructor & Destructor Documentation

◆ abtbc_schur_complement()

abtbc_schur_complement ( const Solver &  iA1,
const Matrix &  B1,
const Matrix &  C1 
)

Definition at line 32 of file mixed_solver.h.

Member Function Documentation

◆ operator*()

Vector operator* ( const Vector p) const

Definition at line 33 of file mixed_solver.h.

Member Data Documentation

◆ iA

Solver iA

Definition at line 30 of file mixed_solver.h.

◆ B

Matrix B

Definition at line 31 of file mixed_solver.h.

◆ C

Matrix C

Definition at line 31 of file mixed_solver.h.


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