DiscretizationIn applied mathematics, discretization is the process of transferring continuous functions, models, variables, and equations into discrete counterparts. This process is usually carried out as a first step toward making them suitable for numerical evaluation and implementation on digital computers. Dichotomization is the special case of discretization in which the number of discrete classes is 2, which can approximate a continuous variable as a binary variable (creating a dichotomy for modeling purposes, as in binary classification).
Congenital heart defectA congenital heart defect (CHD), also known as a congenital heart anomaly, congenital cardiovascular malformation, and congenital heart disease, is a defect in the structure of the heart or great vessels that is present at birth. A congenital heart defect is classed as a cardiovascular disease. Signs and symptoms depend on the specific type of defect. Symptoms can vary from none to life-threatening. When present, symptoms are variable and may include rapid breathing, bluish skin (cyanosis), poor weight gain, and feeling tired.
TurbulenceIn fluid dynamics, turbulence or turbulent flow is fluid motion characterized by chaotic changes in pressure and flow velocity. It is in contrast to a laminar flow, which occurs when a fluid flows in parallel layers, with no disruption between those layers. Turbulence is commonly observed in everyday phenomena such as surf, fast flowing rivers, billowing storm clouds, or smoke from a chimney, and most fluid flows occurring in nature or created in engineering applications are turbulent.
Numerical methods for ordinary differential equationsNumerical methods for ordinary differential equations are methods used to find numerical approximations to the solutions of ordinary differential equations (ODEs). Their use is also known as "numerical integration", although this term can also refer to the computation of integrals. Many differential equations cannot be solved exactly. For practical purposes, however – such as in engineering – a numeric approximation to the solution is often sufficient. The algorithms studied here can be used to compute such an approximation.
Cardiac magnetic resonance imagingCardiac magnetic resonance imaging (cardiac MRI, CMR), also known as cardiovascular MRI, is a magnetic resonance imaging (MRI) technology used for non-invasive assessment of the function and structure of the cardiovascular system. Conditions in which it is performed include congenital heart disease, cardiomyopathies and valvular heart disease, diseases of the aorta such as dissection, aneurysm and coarctation, coronary heart disease. It can also be used to look at pulmonary veins. Patient information may be found here.
Cardiac arrestCardiac arrest occurs when the heart stops beating. It is defined as cessation of normal circulation of blood due to failure of the heart to pump effectively. It is a medical emergency that, without immediate medical intervention, will result in cardiac death within minutes. When it happens suddenly, it is called sudden cardiac arrest. Cardiopulmonary resuscitation (CPR) and possibly defibrillation are needed until further treatment can be provided. Cardiac arrest results in a rapid loss of consciousness, and breathing may be abnormal or absent.
Transthoracic echocardiogramA transthoracic echocardiogram (TTE) is the most common type of echocardiogram, which is a still or moving image of the internal parts of the heart using ultrasound. In this case, the probe (or ultrasonic transducer) is placed on the chest or abdomen of the subject to get various views of the heart. It is used as a non-invasive assessment of the overall health of the heart, including a patient's heart valves and degree of heart muscle contraction (an indicator of the ejection fraction).
Blood pressureBlood pressure (BP) is the pressure of circulating blood against the walls of blood vessels. Most of this pressure results from the heart pumping blood through the circulatory system. When used without qualification, the term "blood pressure" refers to the pressure in a brachial artery, where it is most commonly measured. Blood pressure is usually expressed in terms of the systolic pressure (maximum pressure during one heartbeat) over diastolic pressure (minimum pressure between two heartbeats) in the cardiac cycle.
Parallel computingParallel computing is a type of computation in which many calculations or processes are carried out simultaneously. Large problems can often be divided into smaller ones, which can then be solved at the same time. There are several different forms of parallel computing: bit-level, instruction-level, data, and task parallelism. Parallelism has long been employed in high-performance computing, but has gained broader interest due to the physical constraints preventing frequency scaling.
Granularity (parallel computing)In parallel computing, granularity (or grain size) of a task is a measure of the amount of work (or computation) which is performed by that task. Another definition of granularity takes into account the communication overhead between multiple processors or processing elements. It defines granularity as the ratio of computation time to communication time, wherein computation time is the time required to perform the computation of a task and communication time is the time required to exchange data between processors.