Nek5000
SEM for Incompressible NS
|
#include <findpts_el.h>
Public Attributes | |
unsigned | npt_max |
struct findpts_el_pt_3 * | p |
unsigned | n [3] |
double * | z [3] |
lagrange_fun * | lag [3] |
double * | lag_data [3] |
double * | wtend [3] |
const double * | x [3] |
unsigned | side_init |
double * | sides |
struct findpts_el_gface_3 | face [6] |
struct findpts_el_gedge_3 | edge [12] |
struct findpts_el_gpt_3 | pt [8] |
double * | work |
Definition at line 78 of file findpts_el.h.
struct findpts_el_gedge_3 findpts_el_data_3::edge |
Definition at line 93 of file findpts_el.h.
Referenced by compute_edge_data(), and get_edge().
struct findpts_el_gface_3 findpts_el_data_3::face |
Definition at line 92 of file findpts_el.h.
Referenced by compute_face_data_rs(), findpts_el_setup_3(), and get_face().
lagrange_fun * findpts_el_data_3::lag |
Definition at line 84 of file findpts_el.h.
Referenced by findpt_edge(), findpt_face(), findpt_vol(), findpts_el_eval_3(), findpts_el_setup_3(), and main().
double * findpts_el_data_3::lag_data |
Definition at line 85 of file findpts_el.h.
Referenced by findpt_edge(), findpt_face(), findpt_vol(), findpts_el_eval_3(), findpts_el_setup_3(), and main().
unsigned findpts_el_data_3::n |
Definition at line 82 of file findpts_el.h.
Referenced by compute_edge_data(), compute_face_data_rs(), compute_face_data_st(), compute_face_data_tr(), compute_pt_data(), findpt_edge(), findpt_face(), findpt_vol(), findpts_el_3(), findpts_el_eval_3(), findpts_el_setup_3(), and seed().
unsigned findpts_el_data_3::npt_max |
Definition at line 79 of file findpts_el.h.
Referenced by findpts_el_setup_3().
struct findpts_el_pt_3 * findpts_el_data_3::p |
Definition at line 80 of file findpts_el.h.
Referenced by findpts_el_3(), findpts_el_free_3(), findpts_el_points_3(), and findpts_el_setup_3().
struct findpts_el_gpt_3 findpts_el_data_3::pt |
Definition at line 94 of file findpts_el.h.
Referenced by compute_pt_data(), and get_pt().
unsigned findpts_el_data_3::side_init |
Definition at line 90 of file findpts_el.h.
Referenced by findpts_el_setup_3(), findpts_el_start_3(), get_edge(), get_face(), and get_pt().
double * findpts_el_data_3::sides |
Definition at line 91 of file findpts_el.h.
Referenced by compute_face_data_rs(), compute_face_data_st(), compute_face_data_tr(), and findpts_el_setup_3().
double * findpts_el_data_3::work |
Definition at line 96 of file findpts_el.h.
Referenced by compute_edge_data(), compute_face_data_rs(), compute_face_data_st(), compute_face_data_tr(), compute_pt_data(), findpt_edge(), findpt_face(), findpt_vol(), findpts_el_eval_3(), and findpts_el_setup_3().
double * findpts_el_data_3::wtend |
Definition at line 86 of file findpts_el.h.
Referenced by compute_edge_data(), compute_face_data_rs(), compute_face_data_st(), compute_face_data_tr(), compute_pt_data(), and findpts_el_setup_3().
const double * findpts_el_data_3::x |
Definition at line 88 of file findpts_el.h.
Referenced by compute_face_data_rs(), compute_face_data_st(), compute_face_data_tr(), findpt_vol(), findpts_el_3(), findpts_el_start_3(), and seed().
double * findpts_el_data_3::z |
Definition at line 83 of file findpts_el.h.
Referenced by findpts_el_free_3(), findpts_el_setup_3(), and seed().