Ignore:
Timestamp:
08/25/09 13:04:05 (16 years ago)
Author:
Eric.Larour
Message:

Model and FemModel are now classes in their own right.
This changes the cores quite a bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/ControlTemporaryResults.cpp

    r1819 r1881  
    3333
    3434        /*recover fem models: */
    35         fem_dh=model->DiagnosticHorizontal();
     35        fem_dh=model->GetFormulation(DiagnosticAnalysisEnum(),HorizAnalysisEnum());
    3636
    3737        /*Recover parameters used throughout the solution:*/
    38         fem_dh->parameters->FindParam((void*)&control_type,"control_type");
    39         fem_dh->parameters->FindParam((void*)&numberofnodes,"numberofnodes");
    40         fem_dh->parameters->FindParam((void*)&outputfilename,"outputfilename");
     38        model->FindParam(&control_type,"control_type");
     39        model->FindParam(&numberofnodes,"numberofnodes");
     40        model->FindParam(&outputfilename,"outputfilename");
    4141        gsize=fem_dh->nodes->NumberOfDofs();
    4242
Note: See TracChangeset for help on using the changeset viewer.