YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Fields
edge_interp_data Struct Reference
Collaboration diagram for edge_interp_data:
Collaboration graph

Data Fields

struct weight_vector c [2]
 
struct vertex_interp_datavertex_d_data [2]
 derivative data of both vertices
 
struct { 
 
   double   coordinate_xyz [3] 
 point at which a derivative is to be estimated More...
 
   struct gauss_nnn_patch *   gauss_nnn_patch 
 gauss integration point patch used to estimate the derivative More...
 
middle_d_data 
 derivative data of edge middle point
 
double sb_coord_middle_point
 
double g [3]
 

Detailed Description

Definition at line 136 of file interp_method_hcsbb.c.

Field Documentation

◆ c

struct weight_vector edge_interp_data::c[2]

c_300 = f(v1) c_030 = f(v2) c_210 = f(v1) + D_12 p(v1)/3 c_120 = f(v2) + D_21 p(v2)/3 we do not explicitly store c_300 and c_030 the remaining coefficients are zero on the edge

Definition at line 144 of file interp_method_hcsbb.c.

◆ coordinate_xyz

double edge_interp_data::coordinate_xyz[3]

point at which a derivative is to be estimated

Definition at line 152 of file interp_method_hcsbb.c.

◆ g

double edge_interp_data::g[3]

vector that is a tangent of the sphere in the middle points of the edge and is perpendicular to the edge

Definition at line 163 of file interp_method_hcsbb.c.

◆ gauss_nnn_patch

struct gauss_nnn_patch* edge_interp_data::gauss_nnn_patch

gauss integration point patch used to estimate the derivative

Definition at line 154 of file interp_method_hcsbb.c.

◆ [struct]

struct { ... } edge_interp_data::middle_d_data

derivative data of edge middle point

◆ sb_coord_middle_point

double edge_interp_data::sb_coord_middle_point

spherical barycentric coordinate of the middle point (b0 and b1 are identical)

Definition at line 159 of file interp_method_hcsbb.c.

◆ vertex_d_data

struct vertex_interp_data* edge_interp_data::vertex_d_data[2]

derivative data of both vertices

Definition at line 147 of file interp_method_hcsbb.c.


The documentation for this struct was generated from the following file: