#include <boundy.h>
Inheritance diagram for Tetraeder_storage:
Public Member Functions | |
Tetraeder_storage (Bo_description *desc, int P0, int P1, int P2, int P3, Tetraeder_storage *Next) | |
Tetraeder_storage (Tetraeder_storage *Next) | |
void | Put_Next (Tetraeder_storage *Next) |
Tetraeder_storage * | Next () |
void | Put_det (double deter) |
double | Det () |
int | N0 () |
int | N1 () |
int | N2 () |
int | N3 () |
virtual bool | Boundary_tet () |
virtual double | Give_det_surface () |
virtual void | Put_det_surface (double value) |
bool | Check_angles (Bo_description *desc) |
double * | Give_variable () |
void | Set_var (double *v) |
virtual | ~Tetraeder_storage () |
Public Attributes | |
double | Xm0 |
double | Ym0 |
double | Zm0 |
double | Xm1 |
double | Ym1 |
double | Zm1 |
double | Xm2 |
double | Ym2 |
double | Zm2 |
double | Xm3 |
double | Ym3 |
double | Zm3 |
Protected Attributes | |
int | num0 |
int | num1 |
int | num2 |
int | num3 |
double | det |
Tetraeder_storage * | next |
double * | var |
Definition at line 43 of file boundy.h.
|
Definition at line 695 of file boundy.h. References Check_angles(), developer_version, Next(), next, num0, num1, num2, num3, and var. Here is the call graph for this function: |
|
Definition at line 50 of file boundy.h. References Next(), next, and var. Here is the call graph for this function: |
|
|
|
Reimplemented in Boundary_tetraeder_storage. |
|
Definition at line 706 of file boundy.h. References calc_maximal_edge_angle(), calc_maximal_face_angle(), cell_poi_typ, Bo_description::coord(), BoCeData::corner(), Edge_Corner_point::corner, Edge_Corner_point::d, BoCeData::edge_dir(), edge_poi_typ, BoCeData::edge_point(), Edge_Corner_point::edge_point, endl(), Bo_description::Give_bocedata(), num0, num1, num2, num3, and D3vector::Print(). Referenced by BoCeData::Analyse_angles(), and Tetraeder_storage(). Here is the call graph for this function: |
|
|
Reimplemented in Boundary_tetraeder_storage. Definition at line 79 of file boundy.h. Referenced by L2boundary_variable::diag_F_bo_cell(), L2boundary_const::diag_F_bo_cell(), L2boundary_variable::F_bo_cell(), L2boundary_const::F_bo_cell(), L2boundary_variable::Local_matrix_bo_cell(), and L2boundary_const::Local_matrix_bo_cell(). |
|
Definition at line 86 of file boundy.h. References var. Referenced by Grid_base::avs_bo_cell_parallel(). |
|
|
|
|
|
|
Definition at line 62 of file boundy.h. References det. |
|
Reimplemented in Boundary_tetraeder_storage. |
|
Definition at line 56 of file boundy.h. Here is the call graph for this function: |
|
Definition at line 87 of file boundy.h. References var. |
|
|
|
Definition at line 97 of file boundy.h. Referenced by Next(), Put_Next(), Tetraeder_storage(), Boundary_tetraeder_storage::~Boundary_tetraeder_storage(), and ~Tetraeder_storage(). |
|
Definition at line 95 of file boundy.h. Referenced by Boundary_tetraeder_storage::Boundary_tetraeder_storage(), Check_angles(), N0(), and Tetraeder_storage(). |
|
Definition at line 95 of file boundy.h. Referenced by Boundary_tetraeder_storage::Boundary_tetraeder_storage(), Check_angles(), N1(), and Tetraeder_storage(). |
|
Definition at line 95 of file boundy.h. Referenced by Boundary_tetraeder_storage::Boundary_tetraeder_storage(), Check_angles(), N2(), and Tetraeder_storage(). |
|
Definition at line 95 of file boundy.h. Referenced by Boundary_tetraeder_storage::Boundary_tetraeder_storage(), Check_angles(), N3(), and Tetraeder_storage(). |
|
Definition at line 100 of file boundy.h. Referenced by Give_variable(), Set_var(), Tetraeder_storage(), Boundary_tetraeder_storage::~Boundary_tetraeder_storage(), and ~Tetraeder_storage(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|