ExodusII
6.05
|
#include <stddef.h>
#include <stdio.h>
#include <sys/types.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"
Functions | |
int | ex_put_partial_nodal_var (int exoid, int time_step, int nodal_var_index, int64_t start_node, int64_t num_nodes, const void *nodal_var_vals) |
int ex_put_partial_nodal_var | ( | int | exoid, |
int | time_step, | ||
int | nodal_var_index, | ||
int64_t | start_node, | ||
int64_t | num_nodes, | ||
const void * | nodal_var_vals | ||
) |
writes the values of a single nodal variable for a partial block at one single time step to the database; assume the first time step and nodal variable index is 1
exoid | exodus file id |
time_step | whole time step number |
nodal_var_index | index of desired nodal variable |
start_node | index of first node to write data for (1-based) |
num_nodes | number of nodal points |
nodal_var_vals | array of nodal variable values |