//////////////////////////////////////////////////////////////////// More...
Public Member Functions | |
| MyStraightLine (const Vector< double > &r_start, const Vector< double > &r_end) | |
| Constructor: Pass start and end points. More... | |
| MyStraightLine (const MyStraightLine &dummy) | |
| Broken copy constructor. More... | |
| ~MyStraightLine () | |
| Destructor: Empty. More... | |
| void | position (const Vector< double > &zeta, Vector< double > &r) const |
| Position Vector at Lagrangian coordinate zeta. More... | |
Private Attributes | |
| Vector< double > | R_start |
| Start point of line. More... | |
| Vector< double > | R_end |
| End point of line. More... | |
////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// Straight 1D line in 2D space
Definition at line 64 of file unstructured_fourier_decomposed_acoustic_fsi.cc.
|
inline |
Constructor: Pass start and end points.
Definition at line 70 of file unstructured_fourier_decomposed_acoustic_fsi.cc.
|
inline |
Broken copy constructor.
Definition at line 76 of file unstructured_fourier_decomposed_acoustic_fsi.cc.
|
inline |
Destructor: Empty.
Definition at line 82 of file unstructured_fourier_decomposed_acoustic_fsi.cc.
|
inline |
Position Vector at Lagrangian coordinate zeta.
Definition at line 85 of file unstructured_fourier_decomposed_acoustic_fsi.cc.
|
private |
End point of line.
Definition at line 98 of file unstructured_fourier_decomposed_acoustic_fsi.cc.
|
private |
Start point of line.
Definition at line 95 of file unstructured_fourier_decomposed_acoustic_fsi.cc.