ExodusII
6.05
|
#include <inttypes.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"
Functions | |
int | ex_put_block_params (int exoid, size_t block_count, const struct ex_block *blocks) |
int ex_put_block_params | ( | int | exoid, |
size_t | block_count, | ||
const struct ex_block * | blocks | ||
) |
writes the parameters used to describe an element/face/edge block
exoid | exodus file id |
block_count | number of blocks being defined |
block | array of ex_block structures describing block counts |