23 const braid_Real tstart,
24 const braid_Real tstop,
26 : BraidApp(static_cast<MPI_Comm>(comm), tstart, tstop, ntime),
27 core(static_cast<MPI_Comm>(comm), this)
38 const braid_Real tstart,
39 const braid_Real tstop,
41 :
gsXBraid<T>(comm, tstart, tstop, ntime)
52 const braid_Real tstart,
53 const braid_Real tstop,
55 :
gsXBraid<T>(comm, tstart, tstop, ntime)
gsXBraid(const gsMpiComm &comm, const braid_Real tstart, const braid_Real tstop, braid_Int ntime)
Constructor.
Definition: gsXBraid.hpp:22
virtual ~gsXBraid()
Destructor.
Definition: gsXBraid.hpp:32
Class defining the XBraid wrapper.
Definition: gsXBraid.h:73
A serial communication class.
Definition: gsMpiComm.h:288