FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_vis_subimage_composite_sf.h
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright (c) 2019 FrontISTR Commons
3 * This software is released under the MIT License, see LICENSE.txt
4 *****************************************************************************/
5
6#ifndef HECMW_VIS_SUBIMAGE_COMPOSITE_SF_H_INCLUDED
7#define HECMW_VIS_SUBIMAGE_COMPOSITE_SF_H_INCLUDED
8
9void composite_subimage_sf(int pesize, int pixn, double *n_subimage,
10 double *n_subopa, double *subimage, double *subopa);
11
12#endif /* HECMW_VIS_SUBIMAGE_COMPOSITE_SF_H_INCLUDED */
void composite_subimage_sf(int pesize, int pixn, double *n_subimage, double *n_subopa, double *subimage, double *subopa)