Ignore:
Timestamp:
11/15/13 10:29:51 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: preparing CreateKMatrix and PVector (empty for now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/ExtrudeFromTopAnalysis.h

    r16684 r16782  
    1212
    1313        public:
     14                /*Model processing*/
    1415                int  DofsPerNode(int** doflist,int meshtype,int approximation);
    1516                void UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum);
     
    1819                void CreateConstraints(Constraints* constraints,IoModel* iomodel);
    1920                void CreateLoads(Loads* loads, IoModel* iomodel);
     21
     22                /*Finite element Analysis*/
     23                ElementMatrix* CreateKMatrix(Element* element);
     24                ElementVector* CreatePVector(Element* element);
    2025                void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element);
    2126                void InputUpdateFromSolution(IssmDouble* solution,Element* element);
Note: See TracChangeset for help on using the changeset viewer.