OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
olb::opti::projection::Base< T > Struct Template Referenceabstract

#include <projection.h>

+ Inheritance diagram for olb::opti::projection::Base< T >:
+ Collaboration diagram for olb::opti::projection::Base< T >:

Public Member Functions

virtual T project (T) const =0
 
virtual T derivative (T) const =0
 
virtual T inverse (T) const =0
 

Detailed Description

template<typename T>
struct olb::opti::projection::Base< T >

Definition at line 47 of file projection.h.

Member Function Documentation

◆ derivative()

template<typename T >
virtual T olb::opti::projection::Base< T >::derivative ( T ) const
pure virtual

◆ inverse()

template<typename T >
virtual T olb::opti::projection::Base< T >::inverse ( T ) const
pure virtual

◆ project()

template<typename T >
virtual T olb::opti::projection::Base< T >::project ( T ) const
pure virtual

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