Information about a rip in two dimensions. More...
#include <pml_elements.h>
Public Member Functions | |
TwoDimRip (FiniteElementPt Ripped_element_pt, const double &S_across, const double &S_through, const double &X, const double &Y, const std::complex< double > Tnu, const std::complex< double > Alpha, const std::complex< double > Beta) | |
Public Attributes | |
FiniteElementPt | ripped_element_pt |
Position of onset of rip in local and global coordinates. More... | |
double | s_across |
double | s_through |
double | x |
double | y |
std::complex< double > | tnu |
std::complex< double > | alpha |
std::complex< double > | beta |
Information about a rip in two dimensions.
Definition at line 772 of file pml_elements.h.
|
inline |
Definition at line 789 of file pml_elements.h.
std::complex<double> oomph::TangentiallyDiscontinuousConformal2DPMLElement::TwoDimRip::alpha |
Definition at line 782 of file pml_elements.h.
std::complex<double> oomph::TangentiallyDiscontinuousConformal2DPMLElement::TwoDimRip::beta |
Definition at line 786 of file pml_elements.h.
FiniteElementPt oomph::TangentiallyDiscontinuousConformal2DPMLElement::TwoDimRip::ripped_element_pt |
Position of onset of rip in local and global coordinates.
Definition at line 774 of file pml_elements.h.
double oomph::TangentiallyDiscontinuousConformal2DPMLElement::TwoDimRip::s_across |
Definition at line 775 of file pml_elements.h.
double oomph::TangentiallyDiscontinuousConformal2DPMLElement::TwoDimRip::s_through |
Definition at line 776 of file pml_elements.h.
std::complex<double> oomph::TangentiallyDiscontinuousConformal2DPMLElement::TwoDimRip::tnu |
Definition at line 779 of file pml_elements.h.
double oomph::TangentiallyDiscontinuousConformal2DPMLElement::TwoDimRip::x |
Definition at line 777 of file pml_elements.h.
double oomph::TangentiallyDiscontinuousConformal2DPMLElement::TwoDimRip::y |
Definition at line 778 of file pml_elements.h.