Last change
on this file since 16442 was 16442, checked in by Mathieu Morlighem, 11 years ago |
CHG: added extrusion solution
|
File size:
373 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * CreateNodesExtrudeFromBase.c:
|
---|
3 | */
|
---|
4 |
|
---|
5 | #include "../../../toolkits/toolkits.h"
|
---|
6 | #include "../../../classes/classes.h"
|
---|
7 | #include "../../../shared/shared.h"
|
---|
8 | #include "../../MeshPartitionx/MeshPartitionx.h"
|
---|
9 | #include "../ModelProcessorx.h"
|
---|
10 |
|
---|
11 | void CreateNodesExtrudeFromBase(Nodes** pnodes, IoModel* iomodel){
|
---|
12 |
|
---|
13 | CreateNodes(pnodes,iomodel,ExtrudeFromBaseAnalysisEnum,P1Enum);
|
---|
14 |
|
---|
15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.