35#ifndef _ABSTRACTNONLINEARELLIPTICPDE_HPP_
36#define _ABSTRACTNONLINEARELLIPTICPDE_HPP_
39#include "ChastePoint.hpp"
51template <
unsigned SPACE_DIM>
virtual ~AbstractNonlinearEllipticPde()
virtual double ComputeNonlinearSourceTermPrime(const ChastePoint< SPACE_DIM > &rX, double u)=0
virtual c_matrix< double, SPACE_DIM, SPACE_DIM > ComputeDiffusionTerm(const ChastePoint< SPACE_DIM > &rX, double u)=0
virtual double ComputeNonlinearSourceTerm(const ChastePoint< SPACE_DIM > &rX, double u)=0
virtual double ComputeLinearSourceTerm(const ChastePoint< SPACE_DIM > &rX)=0
virtual c_matrix< double, SPACE_DIM, SPACE_DIM > ComputeDiffusionTermPrime(const ChastePoint< SPACE_DIM > &rX, double u)=0