#include <AMReX_distFcnElement.H>
|
static int | solve_thomas (const std::vector< amrex::Real > &a, std::vector< amrex::Real > &b, const std::vector< amrex::Real > &c, std::vector< amrex::Real > &d, std::vector< amrex::Real > &X) |
|
◆ LineDistFcnElement2d()
amrex::LineDistFcnElement2d::LineDistFcnElement2d |
( |
| ) |
|
|
default |
◆ ~LineDistFcnElement2d()
amrex::LineDistFcnElement2d::~LineDistFcnElement2d |
( |
| ) |
|
|
overridedefault |
◆ cpdist()
◆ cpside()
◆ newDistFcnElement2d()
◆ print_control_points()
void amrex::LineDistFcnElement2d::print_control_points |
( |
| ) |
|
◆ set_control_points()
void amrex::LineDistFcnElement2d::set_control_points |
( |
std::vector< amrex::RealVect > |
pts | ) |
|
◆ single_seg_cpdist()
void amrex::LineDistFcnElement2d::single_seg_cpdist |
( |
amrex::RealVect |
pt, |
|
|
amrex::Real |
x0, |
|
|
amrex::Real |
x1, |
|
|
amrex::Real |
y0, |
|
|
amrex::Real |
y1, |
|
|
amrex::RealVect & |
cp, |
|
|
amrex::Real & |
dist |
|
) |
| |
|
staticprotected |
◆ control_points_x
std::vector<amrex::Real> amrex::LineDistFcnElement2d::control_points_x |
|
private |
◆ control_points_y
std::vector<amrex::Real> amrex::LineDistFcnElement2d::control_points_y |
|
private |
The documentation for this class was generated from the following files: