OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | Public Attributes | Static Public Attributes | List of all members
olb::parameters::DistributedOptiSimulation< T, LATTICES, opti::SolverMode::Dual > Struct Template Reference

#include <optiSolverParameters.h>

+ Inheritance diagram for olb::parameters::DistributedOptiSimulation< T, LATTICES, opti::SolverMode::Dual >:
+ Collaboration diagram for olb::parameters::DistributedOptiSimulation< T, LATTICES, opti::SolverMode::Dual >:

Public Types

using descriptor = typename LATTICES::values_t::template get<0>
 
- Public Types inherited from olb::parameters::DistributedOptiSimulationBase< T, LATTICES >
using descriptor = typename LATTICES::values_t::template get<0>
 

Public Attributes

std::shared_ptr< SuperLatticeF< T, descriptor > > fpop
 
std::shared_ptr< SuperF3D< T, T > > dObjectiveDf
 
std::shared_ptr< SuperF3D< T, T > > dObjectiveDcontrol
 
- Public Attributes inherited from olb::parameters::DistributedOptiSimulationBase< T, LATTICES >
int fieldDim {descriptor::d}
 
int controlMaterial {0}
 
std::shared_ptr< SuperLatticeF< T, descriptor > > controlledField
 

Static Public Attributes

static constexpr unsigned dim = descriptor::d
 

Additional Inherited Members

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

Detailed Description

template<typename T, typename LATTICES>
struct olb::parameters::DistributedOptiSimulation< T, LATTICES, opti::SolverMode::Dual >

Definition at line 124 of file optiSolverParameters.h.

Member Typedef Documentation

◆ descriptor

template<typename T , typename LATTICES >
using olb::parameters::DistributedOptiSimulation< T, LATTICES, opti::SolverMode::Dual >::descriptor = typename LATTICES::values_t::template get<0>

Definition at line 127 of file optiSolverParameters.h.

Member Data Documentation

◆ dim

template<typename T , typename LATTICES >
constexpr unsigned olb::parameters::DistributedOptiSimulation< T, LATTICES, opti::SolverMode::Dual >::dim = descriptor::d
staticconstexpr

Definition at line 128 of file optiSolverParameters.h.

◆ dObjectiveDcontrol

template<typename T , typename LATTICES >
std::shared_ptr<SuperF3D<T,T> > olb::parameters::DistributedOptiSimulation< T, LATTICES, opti::SolverMode::Dual >::dObjectiveDcontrol

Definition at line 132 of file optiSolverParameters.h.

◆ dObjectiveDf

template<typename T , typename LATTICES >
std::shared_ptr<SuperF3D<T,T> > olb::parameters::DistributedOptiSimulation< T, LATTICES, opti::SolverMode::Dual >::dObjectiveDf

Definition at line 131 of file optiSolverParameters.h.

◆ fpop

template<typename T , typename LATTICES >
std::shared_ptr<SuperLatticeF<T,descriptor> > olb::parameters::DistributedOptiSimulation< T, LATTICES, opti::SolverMode::Dual >::fpop

Definition at line 130 of file optiSolverParameters.h.


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