vtf-logo

AdlibStdELCCoupledProblem.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 // Copyright (C) 2003-2007 California Institute of Technology
00004 // Ralf Deiterding, ralf@amroc.net
00005 
00006 #ifndef ADLIB_STD_ELC_COUPLED_PROBLEM_H
00007 #define ADLIB_STD_ELC_COUPLED_PROBLEM_H
00008 
00016 #include "external_coupling/AdlibELCCoupledSolver.h"
00017 
00018 #ifndef OWN_ELC_COUPLED_ADLIBSOLVER
00019 class SolidSolverSpecific : public AdlibELCCoupledSolver<DIM> {
00020 public:
00021   SolidSolverSpecific(MPI_Comm solidComm, int numFluidNodes, int firstFluidNode) : 
00022   AdlibELCCoupledSolver<DIM>(solidComm, numFluidNodes, firstFluidNode) {}
00023 };
00024 
00025 #endif
00026 
00027 #endif
00028 

Generated on Fri Aug 24 12:55:26 2007 for Adlib Finite Element Solver by  doxygen 1.4.7