ExtendedBidomainMassMatrixAssembler.hpp

00001 
00002 /*
00003 
00004 Copyright (C) University of Oxford, 2005-2011
00005 
00006 University of Oxford means the Chancellor, Masters and Scholars of the
00007 University of Oxford, having an administrative office at Wellington
00008 Square, Oxford OX1 2JD, UK.
00009 
00010 This file is part of Chaste.
00011 
00012 Chaste is free software: you can redistribute it and/or modify it
00013 under the terms of the GNU Lesser General Public License as published
00014 by the Free Software Foundation, either version 2.1 of the License, or
00015 (at your option) any later version.
00016 
00017 Chaste is distributed in the hope that it will be useful, but WITHOUT
00018 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00019 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
00020 License for more details. The offer of Chaste under the terms of the
00021 License is subject to the License being interpreted in accordance with
00022 English Law and subject to any action against the University of Oxford
00023 being under the jurisdiction of the English Courts.
00024 
00025 You should have received a copy of the GNU Lesser General Public License
00026 along with Chaste. If not, see <http://www.gnu.org/licenses/>.
00027 
00028 */
00029 
00030 
00031 
00032 #ifndef EXTENDEDBIDOMAINMASSMATRIXASSEMBLER_HPP_
00033 #define EXTENDEDBIDOMAINMASSMATRIXASSEMBLER_HPP_
00034 
00035 
00036 
00037 #include "AbstractCardiacFeVolumeIntegralAssembler.hpp"
00038 
00056 template<unsigned DIM>
00057 class ExtendedBidomainMassMatrixAssembler : public AbstractFeVolumeIntegralAssembler<DIM,DIM,3,false,true,NORMAL>
00058 {
00059 protected:
00074     virtual c_matrix<double,3*(DIM+1),3*(DIM+1)> ComputeMatrixTerm(
00075         c_vector<double, DIM+1> &rPhi,
00076         c_matrix<double, DIM, DIM+1> &rGradPhi,
00077         ChastePoint<DIM> &rX,
00078         c_vector<double,3> &rU,
00079         c_matrix<double,3,DIM> &rGradU /* not used */,
00080         Element<DIM,DIM>* pElement);
00081 
00082 public:
00083 
00089     ExtendedBidomainMassMatrixAssembler(AbstractTetrahedralMesh<DIM,DIM>* pMesh)
00090         : AbstractFeVolumeIntegralAssembler<DIM,DIM,3,false,true,NORMAL>(pMesh)
00091     {
00092     }
00093 
00097     ~ExtendedBidomainMassMatrixAssembler()
00098     {
00099     }
00100 };
00101 
00102 
00103 #endif /*EXTENDEDBIDOMAINMASSMATRIXASSEMBLER_HPP_*/
Generated on Thu Dec 22 13:00:06 2011 for Chaste by  doxygen 1.6.3