KADATH
Kadath::Ope_mode Class Reference

This operator gives the value of one coefficient of a field, on a given boundary. More...

#include <ope_eq.hpp>

Inheritance diagram for Kadath::Ope_mode:
Kadath::Ope_eq

Public Member Functions

 Ope_mode (const System_of_eqs *syst, int bb, const Index &ind, double val, Ope_eq *so)
 Constructor. More...
 
 ~Ope_mode () 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

int bound
 The boundary where the coefficients are read. More...
 
Index pos_cf
 The desired coefficient. More...
 
double value
 The result is the coefficient minus value. More...
 
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

This operator gives the value of one coefficient of a field, on a given boundary.

Definition at line 926 of file ope_eq.hpp.

Constructor & Destructor Documentation

◆ Ope_mode()

Kadath::Ope_mode::Ope_mode ( const System_of_eqs syst,
int  bb,
const Index ind,
double  val,
Ope_eq so 
)

Constructor.

Parameters
syst: the associated System_of_eqs.
bb: the boundary
ind: which coefficient.
val: the value with which the coefficient is "compared"
so: target

Definition at line 24 of file ope_mode.cpp.

References Kadath::Ope_eq::parts.

◆ ~Ope_mode()

Kadath::Ope_mode::~Ope_mode ( )
override

Destructor.

Definition at line 29 of file ope_mode.cpp.

Member Function Documentation

◆ action()

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

◆ 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

◆ bound

int Kadath::Ope_mode::bound
protected

The boundary where the coefficients are read.

Definition at line 928 of file ope_eq.hpp.

◆ 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.

◆ pos_cf

Index Kadath::Ope_mode::pos_cf
protected

The desired coefficient.

The index corresponding to the boundary is unused.

Definition at line 933 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.

◆ value

double Kadath::Ope_mode::value
protected

The result is the coefficient minus value.

Definition at line 934 of file ope_eq.hpp.


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