FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_mapped_point.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include "hecmw_struct.h"
#include "hecmw_msgno.h"
#include "hecmw_common_define.h"
#include "hecmw_error.h"
#include "hecmw_etype.h"
#include "hecmw_couple_define.h"
#include "hecmw_couple_struct.h"
#include "hecmw_couple_mapped_point.h"
Include dependency graph for hecmw_couple_mapped_point.c:

Go to the source code of this file.

Functions

struct hecmw_couple_mapped_pointHECMW_couple_alloc_mapped_point (void)
 
void HECMW_couple_free_mapped_point (struct hecmw_couple_mapped_point *p)
 
struct hecmw_couple_mapped_pointHECMW_couple_set_mapped_point (const char *boundary_id, const struct hecmwST_local_mesh *mesh_dst, const struct hecmw_couple_boundary *boundary_dst)
 

Function Documentation

◆ HECMW_couple_alloc_mapped_point()

struct hecmw_couple_mapped_point* HECMW_couple_alloc_mapped_point ( void  )

Definition at line 24 of file hecmw_couple_mapped_point.c.

Here is the call graph for this function:

◆ HECMW_couple_free_mapped_point()

void HECMW_couple_free_mapped_point ( struct hecmw_couple_mapped_point p)

Definition at line 42 of file hecmw_couple_mapped_point.c.

◆ HECMW_couple_set_mapped_point()

struct hecmw_couple_mapped_point* HECMW_couple_set_mapped_point ( const char *  boundary_id,
const struct hecmwST_local_mesh mesh_dst,
const struct hecmw_couple_boundary boundary_dst 
)

Definition at line 170 of file hecmw_couple_mapped_point.c.

Here is the call graph for this function: