|
Last change
on this file since 3459 was 3359, checked in by Mathieu Morlighem, 16 years ago |
|
Added discontinuous galerkin elements and prognostic2 solution, to be continued...
|
|
File size:
535 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * CreateConstraintsPrognostic2.c:
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | #include "../../DataSet/DataSet.h"
|
|---|
| 6 | #include "../../toolkits/toolkits.h"
|
|---|
| 7 | #include "../../EnumDefinitions/EnumDefinitions.h"
|
|---|
| 8 | #include "../../objects/objects.h"
|
|---|
| 9 | #include "../../shared/shared.h"
|
|---|
| 10 | #include "../IoModel.h"
|
|---|
| 11 |
|
|---|
| 12 | void CreateConstraintsPrognostic2(DataSet** pconstraints, IoModel* iomodel,ConstDataHandle iomodel_handle){
|
|---|
| 13 |
|
|---|
| 14 | DataSet* constraints = NULL;
|
|---|
| 15 |
|
|---|
| 16 | /*Create constraints: */
|
|---|
| 17 | constraints = new DataSet(ConstraintsEnum());
|
|---|
| 18 |
|
|---|
| 19 | /*Assign output pointer: */
|
|---|
| 20 | *pconstraints=constraints;
|
|---|
| 21 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.