|
Last change
on this file since 15737 was 15737, checked in by Mathieu Morlighem, 12 years ago |
|
CHG: for higher order elements, SpawTria must provide more than three indices. For now, we only provide a location integer (0=base, 1=surface). Also removed Results->SpawnTriaResults as this function should never be used
|
|
File size:
481 bytes
|
| Rev | Line | |
|---|
| [14996] | 1 | #ifndef _CONTAINER_RESULTS_H_
|
|---|
| [15737] | 2 | #define _CONTAINER_RESULTS_H_
|
|---|
| [14996] | 3 |
|
|---|
| [15067] | 4 | #include "../../datastructures/datastructures.h"
|
|---|
| [14996] | 5 |
|
|---|
| 6 | /*forward declarations */
|
|---|
| 7 | class Parameters;
|
|---|
| 8 |
|
|---|
| 9 | /*!\brief Declaration of Results class.
|
|---|
| 10 | *
|
|---|
| 11 | * Declaration of Results class. Results are vector lists (Containers) of Result objects.
|
|---|
| 12 | */
|
|---|
| 13 | class Results: public DataSet{
|
|---|
| 14 |
|
|---|
| 15 | public:
|
|---|
| 16 |
|
|---|
| 17 | /*constructors, destructors*/
|
|---|
| 18 | Results();
|
|---|
| 19 | ~Results();
|
|---|
| 20 |
|
|---|
| 21 | /*numerics*/
|
|---|
| [15737] | 22 | void Write(Parameters* parameters);
|
|---|
| [14996] | 23 | };
|
|---|
| 24 | #endif //ifndef _RESULTS_H_
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.