|
Nek5000
SEM for Incompressible NS
|
#include <stddef.h>#include <stdlib.h>#include <stdio.h>#include <float.h>#include <math.h>#include <string.h>#include "c99.h"#include "name.h"#include "types.h"#include "fail.h"#include "mem.h"#include "poly.h"#include "findpts_el.h"
Include dependency graph for findpts_el_2_test.c:Go to the source code of this file.
Macros | |
| #define | NR 14 |
| #define | NS 7 |
| #define | CLAMP(x, r) do { double temp=r; x = temp<-1?-1:(temp>1?1:temp); } while(0) |
Functions | |
| int | main () |
Variables | |
| static const unsigned | nr [3] ={NR,NS} |
| static double | elx [NR *NS] |
| static double | ely [NR *NS] |
| static const double *const | elx2 [2] = {elx,ely} |
Referenced by main().
| #define NR 14 |
Definition at line 15 of file findpts_el_2_test.c.
Referenced by main().
| #define NS 7 |
Definition at line 16 of file findpts_el_2_test.c.
Referenced by main().
| int main | ( | ) |
Definition at line 23 of file findpts_el_2_test.c.
References CLAMP, findpts_el_pt_2::dist2, elx, elx2, ely, findpts_el_2, findpts_el_free_2, findpts_el_points_2(), findpts_el_setup_2, findpts_el_start_2(), findpts_el_pt_2::flags, i, lobatto_nodes, NR, nr, NS, p, findpts_el_pt_2::r, findpts_el_pt_2::x, zr, and zs.
Here is the call graph for this function:Definition at line 20 of file findpts_el_2_test.c.
Referenced by ffindpts_setup(), findpts_local(), findpts_local_setup(), findpts_setup(), main(), and setup_aux().
Definition at line 21 of file findpts_el_2_test.c.
Referenced by main().
Definition at line 20 of file findpts_el_2_test.c.
Referenced by main().
Definition at line 18 of file findpts_el_2_test.c.
Referenced by bubble_elt(), compute_edge_data(), compute_edge_data_r(), compute_edge_data_s(), compute_face_data_rs(), compute_face_data_st(), compute_face_data_tr(), compute_pt_data(), condense_matrix(), ffindpts_setup(), findpt_area(), findpt_vol(), findpts_el_eval_2(), findpts_el_eval_3(), findpts_el_setup_2(), findpts_el_setup_3(), lob_bnd_2(), lob_bnd_3(), lob_bnd_lin_2(), lob_bnd_lin_3(), main(), newton_area(), newton_edge(), newton_vol(), obbox_calc_2(), obbox_calc_3(), rand_elt_2(), rand_elt_3(), seed(), tensor_ig3(), and work_size().
1.8.8