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

Go to the source code of this file.

Functions

struct hecmw_couple_weightHECMW_couple_alloc_weight (void)
 
void HECMW_couple_free_weight (struct hecmw_couple_weight *p)
 
struct hecmw_couple_weight_listHECMW_couple_alloc_weight_list (void)
 
void HECMW_couple_free_weight_list (struct hecmw_couple_weight_list *r)
 

Function Documentation

◆ HECMW_couple_alloc_weight()

struct hecmw_couple_weight* HECMW_couple_alloc_weight ( void  )

Definition at line 16 of file hecmw_couple_weight.c.

Here is the call graph for this function:

◆ HECMW_couple_alloc_weight_list()

struct hecmw_couple_weight_list* HECMW_couple_alloc_weight_list ( void  )

Definition at line 44 of file hecmw_couple_weight.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_couple_free_weight()

void HECMW_couple_free_weight ( struct hecmw_couple_weight p)

Definition at line 34 of file hecmw_couple_weight.c.

Here is the caller graph for this function:

◆ HECMW_couple_free_weight_list()

void HECMW_couple_free_weight_list ( struct hecmw_couple_weight_list r)

Definition at line 59 of file hecmw_couple_weight.c.

Here is the call graph for this function: