Ignore:
Timestamp:
05/09/13 11:28:38 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moved solvers to solutionsequences

Location:
issm/trunk-jpl/src/c/solutionsequences
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/solutionsequences/solutionsequence_thermal_nonlinear.cpp

    r14990 r14992  
    1 /*!\file: solver_thermal_nonlinear.cpp
     1/*!\file: solutionsequence_thermal_nonlinear.cpp
    22 * \brief: core of the thermal solution
    33 */
    44
    5 #include "./solvers.h"
    65#include "../toolkits/toolkits.h"
    76#include "../classes/objects/objects.h"
     
    109#include "../modules/modules.h"
    1110
    12 void solver_thermal_nonlinear(FemModel* femmodel){
     11void solutionsequence_thermal_nonlinear(FemModel* femmodel){
    1312
    1413        /*solution : */
Note: See TracChangeset for help on using the changeset viewer.