This document describes using the FEniCS framework to simulate electrical activity in the left ventricle of the heart in parallel. It implements the Ekaterinburg-Oxford model of cardiac electrophysiology on a 3D mesh of the left ventricle. Testing on a supercomputer showed near-linear scaling up to 240 CPU cores, reducing the simulation time from over 980 seconds to under 10 seconds. The choice of Krylov linear solver and preconditioner was found to significantly impact performance. The FEniCS implementation achieved similar performance as a previous manual implementation in C using OpenMP, but with better scalability.