KADATH
Kadath::Ope_user Class Reference

Operator defined by the user in the System_of_eqs This version is intended to work with one argument. More...

#include <ope_eq.hpp>

Inheritance diagram for Kadath::Ope_user:
Kadath::Ope_eq

Public Member Functions

 Ope_user (const System_of_eqs *syst, Term_eq(*zeope)(const Term_eq &, Param *), Param *par, Ope_eq *so)
 Constructor. More...
 
 ~Ope_user () 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

Parampar
 Parameters required by the function. More...
 
Term_eq(* pope )(const Term_eq &, Param *)
 The function that implements the action of the operator. 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

Operator defined by the user in the System_of_eqs This version is intended to work with one argument.

Definition at line 1241 of file ope_eq.hpp.

Constructor & Destructor Documentation

◆ Ope_user()

Kadath::Ope_user::Ope_user ( const System_of_eqs syst,
Term_eq(*)(const Term_eq &, Param *)  zeope,
Param par,
Ope_eq so 
)

Constructor.

Parameters
syst: the associated System_of_eqs.
zeope: pointer on the function that implements the action of the operator.
par: parameters required by the function.
so: the argument.

Definition at line 25 of file ope_user.cpp.

References par, and Kadath::Ope_eq::parts.

◆ ~Ope_user()

Kadath::Ope_user::~Ope_user ( )
override

Destructor.

Definition at line 31 of file ope_user.cpp.

Member Function Documentation

◆ action()

Term_eq Kadath::Ope_user::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 34 of file ope_user.cpp.

References par, Kadath::Ope_eq::parts, and pope.

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

◆ par

Param* Kadath::Ope_user::par
protected

Parameters required by the function.

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

◆ pope

Term_eq(* Kadath::Ope_user::pope) (const Term_eq &, Param *)
protected

The function that implements the action of the operator.

Definition at line 1244 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: