FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_n2s_with_area.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include "hecmw_common_define.h"
#include "hecmw_struct.h"
#include "hecmw_malloc.h"
#include "hecmw_couple_define.h"
#include "hecmw_couple_boundary_info.h"
#include "hecmw_couple_weight.h"
#include "hecmw_couple_n2s_with_area.h"
Include dependency graph for hecmw_couple_n2s_with_area.c:

Go to the source code of this file.

Data Structures

struct  link_list
 
struct  hecmw_couple_vertex
 
struct  hecmw_couple_vector
 

Macros

#define FRAC_1_2   (0.5)
 
#define FRAC_1_3   (0.33333333333333333)
 
#define FRAC_1_4   (0.25)
 

Functions

struct hecmw_couple_weight_listHECMW_couple_n2s_with_area (const struct hecmwST_local_mesh *mesh, const struct hecmw_couple_boundary *boundary)
 

Macro Definition Documentation

◆ FRAC_1_2

#define FRAC_1_2   (0.5)

Definition at line 21 of file hecmw_couple_n2s_with_area.c.

◆ FRAC_1_3

#define FRAC_1_3   (0.33333333333333333)

Definition at line 23 of file hecmw_couple_n2s_with_area.c.

◆ FRAC_1_4

#define FRAC_1_4   (0.25)

Definition at line 25 of file hecmw_couple_n2s_with_area.c.

Function Documentation

◆ HECMW_couple_n2s_with_area()

struct hecmw_couple_weight_list* HECMW_couple_n2s_with_area ( const struct hecmwST_local_mesh mesh,
const struct hecmw_couple_boundary boundary 
)

Definition at line 251 of file hecmw_couple_n2s_with_area.c.