#include <MotionELCCoupledSolver.h>
Public Types | |
| typedef elc::LagrangianComm < dim, DataType > | elc_lagcomm_type |
Public Member Functions | |
| MotionELCCoupledSolver () | |
| ~MotionELCCoupledSolver () | |
| void | SetupInterComm (MPI_Comm solidComm, int numFluidNodes, int firstFluidNode) |
| virtual void | SendBoundaryData () |
| virtual void | PostReceiveBoundaryData () |
| virtual void | WaitReceiveBoundaryData () |
| virtual void | sendBoundaryReceivePressure () |
| std::ostream & | log () |
Protected Attributes | |
| std::ostream * | _olog |
| std::ofstream | oflog |
| int | myRank |
| elc_lagcomm_type * | _elcLag |
| typedef elc::LagrangianComm<dim,DataType> MotionELCCoupledSolver< DataType, dim >::elc_lagcomm_type |
| MotionELCCoupledSolver< DataType, dim >::MotionELCCoupledSolver | ( | ) | [inline] |
| MotionELCCoupledSolver< DataType, dim >::~MotionELCCoupledSolver | ( | ) | [inline] |
| std::ostream& MotionELCCoupledSolver< DataType, dim >::log | ( | ) | [inline] |
Reimplemented from MotionSolver< DataType, dim >.
| virtual void MotionELCCoupledSolver< DataType, dim >::PostReceiveBoundaryData | ( | ) | [inline, virtual] |
Implements MotionCoupledSolver< DataType, dim >.
| virtual void MotionELCCoupledSolver< DataType, dim >::SendBoundaryData | ( | ) | [inline, virtual] |
Implements MotionCoupledSolver< DataType, dim >.
| virtual void MotionELCCoupledSolver< DataType, dim >::sendBoundaryReceivePressure | ( | ) | [inline, virtual] |
Implements MotionCoupledSolver< DataType, dim >.
| void MotionELCCoupledSolver< DataType, dim >::SetupInterComm | ( | MPI_Comm | solidComm, | |
| int | numFluidNodes, | |||
| int | firstFluidNode | |||
| ) | [inline] |
| virtual void MotionELCCoupledSolver< DataType, dim >::WaitReceiveBoundaryData | ( | ) | [inline, virtual] |
Implements MotionCoupledSolver< DataType, dim >.
elc_lagcomm_type* MotionELCCoupledSolver< DataType, dim >::_elcLag [protected] |
std::ostream* MotionELCCoupledSolver< DataType, dim >::_olog [protected] |
int MotionELCCoupledSolver< DataType, dim >::myRank [protected] |
std::ofstream MotionELCCoupledSolver< DataType, dim >::oflog [protected] |
1.6.3