Finite element methodThe finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat transfer, fluid flow, mass transport, and electromagnetic potential. The FEM is a general numerical method for solving partial differential equations in two or three space variables (i.e., some boundary value problems).
Mycophenolic acidMycophenolic acid is an immunosuppressant medication used to prevent rejection following organ transplantation and to treat autoimmune conditions such as Crohn's disease and lupus. Specifically it is used following kidney, heart, and liver transplantation. It can be given by mouth or by injection into a vein. It comes as mycophenolate sodium and mycophenolate mofetil. Common side effects include nausea, infections, and diarrhea. Other serious side effects include an increased risk of cancer, progressive multifocal leukoencephalopathy, anemia, and gastrointestinal bleeding.
Medroxyprogesterone acetateMedroxyprogesterone acetate (MPA), also known as depot medroxyprogesterone acetate (DMPA) in injectable form and sold under the brand name Depo-Provera among others, is a hormonal medication of the progestin type. It is used as a method of birth control and as a part of menopausal hormone therapy. It is also used to treat endometriosis, abnormal uterine bleeding, paraphilia, and certain types of cancer. The medication is available both alone and in combination with an estrogen.
ApplyIn mathematics and computer science, apply is a function that applies a function to arguments. It is central to programming languages derived from lambda calculus, such as LISP and Scheme, and also in functional languages. It has a role in the study of the denotational semantics of computer programs, because it is a continuous function on complete partial orders. Apply is also a continuous function in homotopy theory, and, indeed underpins the entire theory: it allows a homotopy deformation to be viewed as a continuous path in the space of functions.
Anabolic steroidAnabolic steroids, also known as anabolic-androgenic steroids (AAS), are synthetic substances that mimic the effects of testosterone, the male sex hormone. They are used to increase muscle size, strength, and performance and are commonly associated with athletic performance enhancement and bodybuilding. Anabolic steroids are classified as Schedule III controlled substances in many countries due to their potential for abuse and adverse health effects. Health risks can be produced by long-term use or excessive doses of AAS.
Meta-circular evaluatorIn computing, a meta-circular evaluator (MCE) or meta-circular interpreter (MCI) is an interpreter which defines each feature of the interpreted language using a similar facility of the interpreter's host language. For example, interpreting a lambda application may be implemented using function application. Meta-circular evaluation is most prominent in the context of Lisp. A self-interpreter is a meta-circular interpreter where the interpreted language is nearly identical to the host language; the two terms are often used synonymously.
EvalIn some programming languages, eval , short for the English evaluate, is a function which evaluates a string as though it were an expression in the language, and returns a result; in others, it executes multiple lines of code as though they had been included instead of the line including the eval. The input to eval is not necessarily a string; it may be structured representation of code, such as an abstract syntax tree (like Lisp forms), or of special type such as code (as in Python).
Kidney transplantationKidney transplant or renal transplant is the organ transplant of a kidney into a patient with end-stage kidney disease (ESRD). Kidney transplant is typically classified as deceased-donor (formerly known as cadaveric) or living-donor transplantation depending on the source of the donor organ. Living-donor kidney transplants are further characterized as genetically related (living-related) or non-related (living-unrelated) transplants, depending on whether a biological relationship exists between the donor and recipient.