Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 55 of file geo_element_curved_ball.h.
Public Member Functions | |
curved_ball_q (const point_basic< T > &a0, const point_basic< T > &b0, const point_basic< T > &c0, const point_basic< T > &d0, const point_basic< T > ¢er0=point_basic< T >(0, 0), const T &radius0=1) | |
point_basic< T > | operator() (const point_basic< T > &hat_x) const |
Protected Member Functions | |
point_basic< T > | f_ab (const T &s) const |
point_basic< T > | f_bc (const T &s) const |
point_basic< T > | f_dc (const T &s) const |
point_basic< T > | f_ad (const T &s) const |
point_basic< T > | f_small_carre (const T &x, const T &y) const |
Protected Attributes | |
point_basic< T > | a |
point_basic< T > | b |
point_basic< T > | c |
point_basic< T > | d |
point_basic< T > | center |
T | radius |
curved_ball_q | ( | const point_basic< T > & | a0, |
const point_basic< T > & | b0, | ||
const point_basic< T > & | c0, | ||
const point_basic< T > & | d0, | ||
const point_basic< T > & | center0 = point_basic<T>(0,0) , |
||
const T & | radius0 = 1 |
||
) |
Definition at line 58 of file geo_element_curved_ball.h.
point_basic< T > operator() | ( | const point_basic< T > & | hat_x | ) | const |
Definition at line 62 of file geo_element_curved_ball.h.
|
protected |
Definition at line 70 of file geo_element_curved_ball.h.
|
protected |
Definition at line 74 of file geo_element_curved_ball.h.
|
protected |
Definition at line 75 of file geo_element_curved_ball.h.
|
protected |
Definition at line 76 of file geo_element_curved_ball.h.
|
protected |
Definition at line 92 of file geo_element_curved_ball.h.
|
protected |
Definition at line 104 of file geo_element_curved_ball.h.
|
protected |
Definition at line 104 of file geo_element_curved_ball.h.
|
protected |
Definition at line 104 of file geo_element_curved_ball.h.
|
protected |
Definition at line 104 of file geo_element_curved_ball.h.
|
protected |
Definition at line 104 of file geo_element_curved_ball.h.
Definition at line 105 of file geo_element_curved_ball.h.