![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "hecmw_geometric.h"
#include "hecmw_system.h"
Go to the source code of this file.
Functions | |
int | HECMW_system (struct hecmw_system_param *param, struct hecmw_coord *coord, struct hecmw_coord *result) |
int HECMW_system | ( | struct hecmw_system_param * | param, |
struct hecmw_coord * | coord, | ||
struct hecmw_coord * | result | ||
) |
Definition at line 12 of file hecmw_system.c.