source: issm/branches/trunk-jpl-damage/src/c/modules/AverageOntoPartitionx/AverageOntoPartitionx.h@ 12878

Last change on this file since 12878 was 12878, checked in by cborstad, 13 years ago

merged trunk-jpl into trunk-jpl-damage through revision 12877

File size: 498 bytes
Line 
1/*!\file: AverageOntoPartitionx.h
2 * \brief header file for averaging dakota responses onto a vertices partition
3 */
4
5#ifndef _AVERAGEONTOPARTITIONXX_H
6#define _AVERAGEONTOPARTITIONXX_H
7
8#include "../../classes/objects/objects.h"
9#include "../../Container/Container.h"
10
11void AverageOntoPartitionx(double** average, Elements* elements, Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,double* vertex_response);
12
13#endif /* _AVERAGEONTOPARTITIONXX_H */
Note: See TracBrowser for help on using the repository browser.