12 lines
191 B
C
12 lines
191 B
C
/**
|
|
* @file solvers.h
|
|
* solvers of small embedded problems
|
|
*/
|
|
#ifndef CT_SOLVERS_H_INCL
|
|
#define CT_SOLVERS_H_INCL
|
|
|
|
#include "numerics/ResidEval.h"
|
|
|
|
#include "numerics/solveProb.h"
|
|
|
|
#endif
|