//// Software License for AMDiS//// Copyright (c) 2010 Dresden University of Technology // All rights reserved.// Authors: Simon Vey, Thomas Witkowski et al.//// This file is part of AMDiS//// See also license.opensource.txt in the distribution.#include "parallel/PetscSolverFeti.h"#include "parallel/StdMpi.h"#include "parallel/MpiHelper.h"namespaceAMDiS{usingnamespacestd;#ifdef HAVE_PETSC_DEV voidPetscSolverFeti::fillPetscMatrix(Matrix<DOFMatrix*>*mat,SystemVector*vec){FUNCNAME("PetscSolverFeti::fillPetscMatrix()");}voidPetscSolverFeti::solvePetscMatrix(SystemVector&vec,AdaptInfo*adaptInfo){FUNCNAME("PetscSolverFeti::solvePetscMatrix()");}#endif}