Changeset 4168
- Timestamp:
- 06/23/10 12:40:35 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Makefile.am
r4166 r4168 380 380 ./modules/NodesDofx/NodesDofx.h\ 381 381 ./modules/NodesDofx/NodesDofx.cpp\ 382 ./modules/VerticesDofx/VerticesDofx.h\ 383 ./modules/VerticesDofx/VerticesDofx.cpp\ 382 384 ./modules/OutputResultsx/OutputResultsx.h\ 383 385 ./modules/OutputResultsx/OutputResultsx.cpp\ … … 901 903 ./modules/NodesDofx/NodesDofx.h\ 902 904 ./modules/NodesDofx/NodesDofx.cpp\ 905 ./modules/VerticesDofx/VerticesDofx.h\ 906 ./modules/VerticesDofx/VerticesDofx.cpp\ 903 907 ./modules/OutputResultsx/OutputResultsx.h\ 904 908 ./modules/OutputResultsx/OutputResultsx.cpp\ -
issm/trunk/src/c/modules/modules.h
r4157 r4168 8 8 /*Modules: */ 9 9 #include "./ModelProcessorx/ModelProcessorx.h" 10 #include "./VerticesDofx/VerticesDofx.h" 10 11 #include "./NodesDofx/NodesDofx.h" 11 12 #include "./Dux/Dux.h" -
issm/trunk/src/c/objects/FemModel.cpp
r4157 r4168 62 62 63 63 _printf_(" create degrees of freedom\n"); 64 VerticesDofx(&partition,&tpartition,vertices,parameters); 64 65 NodesDofx(nodes,parameters); 65 66
Note:
See TracChangeset
for help on using the changeset viewer.