Extension: Geometries
#include "dg/geometries/geometries.h"

\( f_1 f_2 \equiv f_1 \cap f_2\) More...

Inheritance diagram for dg::geo::mod::SetIntersection:
[legend]

Public Member Functions

 SetIntersection (std::function< double(double, double)> fct1, std::function< double(double, double)> fct2)
 
double do_compute (double R, double Z) const
 
- Public Member Functions inherited from dg::geo::aCylindricalFunctor< SetIntersection >
double operator() (double R, double Z) const
  do_compute(R,Z) More...
 
double operator() (double R, double Z, double phi) const
  do_compute(R,Z) More...
 

Detailed Description

\( f_1 f_2 \equiv f_1 \cap f_2\)

If f_1 and f_2 are functions between 0 and 1 this operation represents the intersection of two masking regions

Constructor & Destructor Documentation

◆ SetIntersection()

dg::geo::mod::SetIntersection::SetIntersection ( std::function< double(double, double)>  fct1,
std::function< double(double, double)>  fct2 
)
inline

Member Function Documentation

◆ do_compute()

double dg::geo::mod::SetIntersection::do_compute ( double  R,
double  Z 
) const
inline

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