CalculiX
2.13
A Free Software Three-Dimensional Structural Finite Element Program
|
#include <stdlib.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "CalculiX.h"
#include "exodusII.h"
#include "exo.h"
Go to the source code of this file.
Functions | |
void | exovector (double *v, ITG *iset, ITG *ntrans, char *filabl, ITG *nkcoords, ITG *inum, char *m1, ITG *inotr, double *trab, double *co, ITG *istartset, ITG *iendset, ITG *ialset, ITG *mi, ITG *ngraph, FILE *f1, char *output, char *m3, int exoid, ITG time_step, int countvar, ITG nout) |
void exovector | ( | double * | v, |
ITG * | iset, | ||
ITG * | ntrans, | ||
char * | filabl, | ||
ITG * | nkcoords, | ||
ITG * | inum, | ||
char * | m1, | ||
ITG * | inotr, | ||
double * | trab, | ||
double * | co, | ||
ITG * | istartset, | ||
ITG * | iendset, | ||
ITG * | ialset, | ||
ITG * | mi, | ||
ITG * | ngraph, | ||
FILE * | f1, | ||
char * | output, | ||
char * | m3, | ||
int | exoid, | ||
ITG | time_step, | ||
int | countvar, | ||
ITG | nout | ||
) |