Changeset 4168


Ignore:
Timestamp:
06/23/10 12:40:35 (15 years ago)
Author:
Eric.Larour
Message:

Resurrected VerticesDofx, lost for weird reasons.
Some remaining DofVec objects to remove.

Location:
issm/trunk/src/c
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Makefile.am

    r4166 r4168  
    380380                                        ./modules/NodesDofx/NodesDofx.h\
    381381                                        ./modules/NodesDofx/NodesDofx.cpp\
     382                                        ./modules/VerticesDofx/VerticesDofx.h\
     383                                        ./modules/VerticesDofx/VerticesDofx.cpp\
    382384                                        ./modules/OutputResultsx/OutputResultsx.h\
    383385                                        ./modules/OutputResultsx/OutputResultsx.cpp\
     
    901903                                        ./modules/NodesDofx/NodesDofx.h\
    902904                                        ./modules/NodesDofx/NodesDofx.cpp\
     905                                        ./modules/VerticesDofx/VerticesDofx.h\
     906                                        ./modules/VerticesDofx/VerticesDofx.cpp\
    903907                                        ./modules/OutputResultsx/OutputResultsx.h\
    904908                                        ./modules/OutputResultsx/OutputResultsx.cpp\
  • issm/trunk/src/c/modules/modules.h

    r4157 r4168  
    88/*Modules: */
    99#include "./ModelProcessorx/ModelProcessorx.h"
     10#include "./VerticesDofx/VerticesDofx.h"
    1011#include "./NodesDofx/NodesDofx.h"
    1112#include "./Dux/Dux.h"
  • issm/trunk/src/c/objects/FemModel.cpp

    r4157 r4168  
    6262       
    6363                _printf_("      create degrees of freedom\n");
     64                VerticesDofx(&partition,&tpartition,vertices,parameters);
    6465                NodesDofx(nodes,parameters);
    6566
Note: See TracChangeset for help on using the changeset viewer.