KADATH
Kadath::Ope_fit_waves Class Reference

Operator that fits a field to outgoing waves (highly specialized stuff) More...

#include <ope_eq.hpp>

Inheritance diagram for Kadath::Ope_fit_waves:
Kadath::Ope_eq

Public Member Functions

 Ope_fit_waves (const System_of_eqs *syst, Ope_eq *so, Ope_eq *ome)
 Constructor. More...
 
 ~Ope_fit_waves () override
 Destructor. More...
 
Term_eq action () const override
 Computes the action of the current Ope_eq using its various parts. More...
 
int get_dom () const
 

Protected Attributes

const System_of_eqssyst
 The associated System_of_eqs. More...
 
int dom
 Index of the Domain where the operator is defined. More...
 
int n_ope
 Number of terms involved (2 for + for instance, only one for sqrt...) More...
 
MMPtr_array< Ope_eqparts
 Pointers of the various parts of the current operator. More...
 

Detailed Description

Operator that fits a field to outgoing waves (highly specialized stuff)

Definition at line 1222 of file ope_eq.hpp.

Constructor & Destructor Documentation

◆ Ope_fit_waves()

Kadath::Ope_fit_waves::Ope_fit_waves ( const System_of_eqs syst,
Ope_eq so,
Ope_eq ome 
)

Constructor.

Parameters
syst: the associated System_of_eqs.
so: target field
ome: the orbital frequency (assumes an helical Killing vector).

Definition at line 98 of file ope_fit_waves.cpp.

References Kadath::Ope_eq::parts.

◆ ~Ope_fit_waves()

Kadath::Ope_fit_waves::~Ope_fit_waves ( )
override

Destructor.

Definition at line 103 of file ope_fit_waves.cpp.

Member Function Documentation

◆ action()

Term_eq Kadath::Ope_fit_waves::action ( ) const
overridevirtual

Computes the action of the current Ope_eq using its various parts.

Returns
the Term_eq containing the result.

Implements Kadath::Ope_eq.

Definition at line 106 of file ope_fit_waves.cpp.

References Kadath::Domain_shell::bc_waves(), Kadath::Ope_eq::dom, Kadath::Space::get_domain(), Kadath::System_of_eqs::get_space(), Kadath::Ope_eq::parts, and Kadath::Ope_eq::syst.

◆ get_dom()

int Kadath::Ope_eq::get_dom ( ) const
inlineinherited
Returns
the index of the Domain.

Definition at line 53 of file ope_eq.hpp.

References Kadath::Ope_eq::dom.

Member Data Documentation

◆ dom

int Kadath::Ope_eq::dom
protectedinherited

Index of the Domain where the operator is defined.

Definition at line 36 of file ope_eq.hpp.

◆ n_ope

int Kadath::Ope_eq::n_ope
protectedinherited

Number of terms involved (2 for + for instance, only one for sqrt...)

Definition at line 37 of file ope_eq.hpp.

◆ parts

MMPtr_array<Ope_eq> Kadath::Ope_eq::parts
protectedinherited

Pointers of the various parts of the current operator.

Definition at line 38 of file ope_eq.hpp.

◆ syst

const System_of_eqs* Kadath::Ope_eq::syst
protectedinherited

The associated System_of_eqs.

Definition at line 35 of file ope_eq.hpp.


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