![]() |
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_malloc.h"
#include "hecmw_couple_define.h"
#include "hecmw_couple_weight.h"
Go to the source code of this file.
Functions | |
struct hecmw_couple_weight * | HECMW_couple_alloc_weight (void) |
void | HECMW_couple_free_weight (struct hecmw_couple_weight *p) |
struct hecmw_couple_weight_list * | HECMW_couple_alloc_weight_list (void) |
void | HECMW_couple_free_weight_list (struct hecmw_couple_weight_list *r) |
struct hecmw_couple_weight* HECMW_couple_alloc_weight | ( | void | ) |
struct hecmw_couple_weight_list* HECMW_couple_alloc_weight_list | ( | void | ) |
Definition at line 44 of file hecmw_couple_weight.c.
void HECMW_couple_free_weight | ( | struct hecmw_couple_weight * | p | ) |
void HECMW_couple_free_weight_list | ( | struct hecmw_couple_weight_list * | r | ) |