v0.14.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Istimulus Struct Reference

Public Member Functions

double operator() (const double x, const double y, const double z, const double t) const
 
double operator() (const double x, const double y, const double z, const double t) const
 

Detailed Description

Definition at line 23 of file elec_phys_2D.cpp.

Member Function Documentation

◆ operator()() [1/2]

double Istimulus::operator() ( const double  x,
const double  y,
const double  z,
const double  t 
) const
inline

Definition at line 24 of file elec_phys_2D.cpp.

25 {
26 if (y <= -1.6000 && t <= 0.50000) {
27 return 80;
28 } else {
29 return 0;
30 }
31 }
constexpr double t
plate stiffness
Definition: plate.cpp:59

◆ operator()() [2/2]

double Istimulus::operator() ( const double  x,
const double  y,
const double  z,
const double  t 
) const
inline

Definition at line 22 of file elec_pys_new.cpp.

22 {
23 if(y<= -1.6000 && t<= 0.50000){
24 return 80;
25 } else{
26 return 0;
27 }
28 }

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