#include <InitCondFactory.h>
Static Public Member Functions | |
static InitCond * | create (string str, const Parameters *parameters, const PDE &pde) throw (InitCond::Exception&) |
Creates an initial condition. |
static InitCond* gridripper::amr1d::initcond::InitCondFactory::create | ( | string | str, | |
const Parameters * | parameters, | |||
const PDE & | pde | |||
) | throw (InitCond::Exception&) [static] |
Creates an initial condition.
str | the name and arguments | |
parameters | the parameters | |
pde | the PDE |