OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
olb::parameters::DirectOptiResults< T > Struct Template Reference

#include <optiSolverParameters.h>

+ Inheritance diagram for olb::parameters::DirectOptiResults< T >:
+ Collaboration diagram for olb::parameters::DirectOptiResults< T >:

Public Types

using BT = BaseType<T>
 

Public Attributes

objective {std::numeric_limits<BT>::infinity()}
 

Additional Inherited Members

- Public Member Functions inherited from olb::parameters::ParameterBase
virtual void initialize ()
 

Detailed Description

template<typename T>
struct olb::parameters::DirectOptiResults< T >

Definition at line 86 of file optiSolverParameters.h.

Member Typedef Documentation

◆ BT

template<typename T >
using olb::parameters::DirectOptiResults< T >::BT = BaseType<T>

Definition at line 88 of file optiSolverParameters.h.

Member Data Documentation

◆ objective

template<typename T >
T olb::parameters::DirectOptiResults< T >::objective {std::numeric_limits<BT>::infinity()}

Definition at line 89 of file optiSolverParameters.h.

89{std::numeric_limits<BT>::infinity()};

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