Static Public Member Functions | |
static void | main (String[] args) throws Exception |
Static Package Functions | |
static void | integrate (double t, double[] xarr, O5Interpolation o5int, boolean opt_x_set, double x_min, double x_max) throws IllegalArgumentException |
static void | recreateExprs (PDE pde, List< StkVar > variables, List< StkOp > definedStkOps, List< Evaluator.Function > definedFunctions, String included_defs, BDataReader r, String[] indepvar) throws IllegalArgumentException |
static boolean | parse_opt_t (String arg, double[] tminmax) |
static String | parse_opt_i (String arg) throws IOException |
static void | processTimeSlice (PDE pde, double t, double xmin, double dx, int nc, IntVector kx, double[] data, List< StkVar > variables, String indepvar, Evaluator.Function integrand, boolean opt_x_set, double[] xminmax) throws IllegalArgumentException |
static void | printhelp () |
static InputStream | openInFile (String fname) throws IOException |
static PDE | createPDE (String fname) throws IOException, InitCond.Exception, IllegalArgumentException |