view INDEX @ 231:e3f57f92fa66

Avoid just-in-time compilation when not needed * inst/private/check_hash.m: check whether the previous compilation used the same ufl file * inst/private/save_hash.m: save to disk ufl file's md5sum for future comparison * inst/private/check_oct_files.m: ensure the expected oct files are present * inst/import_ufl_*.m: add checks using the logic above
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Sat, 14 Jun 2014 15:27:43 +0200
parents 9adf76893ce4
children 8f309b85bb7e
line wrap: on
line source

FEM-FENICS >> FEM-FENICS pkg for the resolution of partial differential equation based on fenics
Import problem defined with ufl
  import_ufl_BilinearForm
  import_ufl_LinearForm
  import_ufl_Functional
  import_ufl_FunctionSpace
  import_ufl_Problem
  ufl
Problem geometry and FE space
  Mesh
  FunctionSpace
  SubSpace
Problem variables
  Constant
  Expression
  Function
  DirichletBC
  interpolate
Definition of the abstract Variational problem
  BilinearForm
  LinearForm
  ResidualForm
  JacobianForm
  Functional
Creation of the discretized problem
  assemble
  assemble_system
Post processing
  @function/save
  @function/plot
  @mesh/plot
  @function/feval