Nek5000
SEM for Incompressible NS
|
#include <findpts_el.h>
Public Attributes | |
unsigned | npt_max |
struct findpts_el_pt_2 * | p |
unsigned | n [2] |
double * | z [2] |
lagrange_fun * | lag [2] |
double * | lag_data [2] |
double * | wtend [2] |
const double * | x [2] |
unsigned | side_init |
double * | sides |
struct findpts_el_gedge_2 | edge [4] |
struct findpts_el_gpt_2 | pt [4] |
double * | work |
Definition at line 21 of file findpts_el.h.
struct findpts_el_gedge_2 findpts_el_data_2::edge |
Definition at line 35 of file findpts_el.h.
Referenced by compute_edge_data_r(), findpts_el_setup_2(), and get_edge().
lagrange_fun * findpts_el_data_2::lag |
Definition at line 27 of file findpts_el.h.
Referenced by findpt_area(), findpt_edge(), findpts_el_eval_2(), findpts_el_setup_2(), and main().
double * findpts_el_data_2::lag_data |
Definition at line 28 of file findpts_el.h.
Referenced by findpt_area(), findpt_edge(), findpts_el_eval_2(), findpts_el_setup_2(), and main().
unsigned findpts_el_data_2::n |
Definition at line 25 of file findpts_el.h.
Referenced by compute_edge_data_r(), compute_edge_data_s(), compute_pt_data(), findpt_area(), findpt_edge(), findpts_el_eval_2(), findpts_el_setup_2(), and seed().
unsigned findpts_el_data_2::npt_max |
Definition at line 22 of file findpts_el.h.
Referenced by findpts_el_setup_2().
struct findpts_el_pt_2 * findpts_el_data_2::p |
Definition at line 23 of file findpts_el.h.
Referenced by findpts_el_2(), findpts_el_free_2(), findpts_el_points_2(), and findpts_el_setup_2().
struct findpts_el_gpt_2 findpts_el_data_2::pt |
Definition at line 36 of file findpts_el.h.
Referenced by compute_pt_data(), and get_pt().
unsigned findpts_el_data_2::side_init |
Definition at line 33 of file findpts_el.h.
Referenced by findpts_el_setup_2(), findpts_el_start_2(), get_edge(), and get_pt().
double * findpts_el_data_2::sides |
Definition at line 34 of file findpts_el.h.
Referenced by compute_edge_data_r(), compute_edge_data_s(), and findpts_el_setup_2().
double * findpts_el_data_2::work |
Definition at line 38 of file findpts_el.h.
Referenced by compute_edge_data_r(), compute_edge_data_s(), compute_pt_data(), findpt_area(), findpt_edge(), findpts_el_eval_2(), and findpts_el_setup_2().
double * findpts_el_data_2::wtend |
Definition at line 29 of file findpts_el.h.
Referenced by compute_edge_data_r(), compute_edge_data_s(), compute_pt_data(), and findpts_el_setup_2().
const double * findpts_el_data_2::x |
Definition at line 31 of file findpts_el.h.
Referenced by compute_edge_data_r(), compute_edge_data_s(), compute_pt_data(), findpt_area(), findpts_el_start_2(), and seed().
double * findpts_el_data_2::z |
Definition at line 26 of file findpts_el.h.
Referenced by findpts_el_free_2(), findpts_el_setup_2(), and seed().