![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#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_struct.h"
#include "hecmw_couple_comm.h"
#include "hecmw_couple_boundary_info.h"
#include "hecmw_couple_intra_iftable.h"
#include "hecmw_couple_weight.h"
#include "hecmw_couple_n2s_average.h"
Go to the source code of this file.
Data Structures | |
struct | link_list |
Macros | |
#define | FRAC_1_3 (0.33333333333333333) |
#define | FRAC_1_4 (0.25) |
Functions | |
int | n2s_average (const struct hecmwST_local_mesh *mesh, const struct hecmw_couple_boundary *boundary, const struct hecmw_couple_comm *intracomm, const struct hecmw_couple_intra_iftable *intra_tbl, struct hecmw_couple_weight *weight_info) |
struct hecmw_couple_weight_list * | HECMW_couple_n2s_average (const struct hecmwST_local_mesh *mesh, const struct hecmw_couple_boundary *boundary, const struct hecmw_couple_comm *intracomm, const struct hecmw_couple_intra_iftable *intra_tbl) |
#define FRAC_1_3 (0.33333333333333333) |
Definition at line 24 of file hecmw_couple_n2s_average.c.
#define FRAC_1_4 (0.25) |
Definition at line 26 of file hecmw_couple_n2s_average.c.
struct hecmw_couple_weight_list* HECMW_couple_n2s_average | ( | const struct hecmwST_local_mesh * | mesh, |
const struct hecmw_couple_boundary * | boundary, | ||
const struct hecmw_couple_comm * | intracomm, | ||
const struct hecmw_couple_intra_iftable * | intra_tbl | ||
) |
Definition at line 270 of file hecmw_couple_n2s_average.c.
int n2s_average | ( | const struct hecmwST_local_mesh * | mesh, |
const struct hecmw_couple_boundary * | boundary, | ||
const struct hecmw_couple_comm * | intracomm, | ||
const struct hecmw_couple_intra_iftable * | intra_tbl, | ||
struct hecmw_couple_weight * | weight_info | ||
) |
Definition at line 166 of file hecmw_couple_n2s_average.c.