FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Solver::ExpressionEndSolve Class Reference
Inheritance diagram for FEAT::Solver::ExpressionEndSolve:
FEAT::Solver::ExpressionBase

Public Member Functions

 ExpressionEndSolve (String name, Status end_status, Index iterations)
 
virtual ExpressionType get_type () override
 

Public Attributes

Index iters
 the iteration count needed in this solve process More...
 
String solver_name
 
Status status
 the status result of the solver call More...
 

Detailed Description

Definition at line 127 of file expression.hpp.

Constructor & Destructor Documentation

◆ ExpressionEndSolve()

FEAT::Solver::ExpressionEndSolve::ExpressionEndSolve ( String  name,
Status  end_status,
Index  iterations 
)
inlineexplicit

Definition at line 135 of file expression.hpp.

◆ ~ExpressionEndSolve()

virtual FEAT::Solver::ExpressionEndSolve::~ExpressionEndSolve ( )
inlinevirtual

Definition at line 141 of file expression.hpp.

Member Function Documentation

◆ get_type()

virtual ExpressionType FEAT::Solver::ExpressionEndSolve::get_type ( )
inlineoverridevirtual

Implements FEAT::Solver::ExpressionBase.

Definition at line 145 of file expression.hpp.

Member Data Documentation

◆ iters

Index FEAT::Solver::ExpressionEndSolve::iters

the iteration count needed in this solve process

Definition at line 133 of file expression.hpp.

◆ solver_name

String FEAT::Solver::ExpressionBase::solver_name
inherited

Definition at line 95 of file expression.hpp.

◆ status

Status FEAT::Solver::ExpressionEndSolve::status

the status result of the solver call

Definition at line 131 of file expression.hpp.


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