view INDEX @ 267:53039ac90368

Mark meshfunction using subdomain * src/SubDomain.cc: return subdomain to use for marking * src/MeshFunction.cc: return a user defined meshfunction * src/mark.cc: with the information from subdomain, mark a meshfunction
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Tue, 12 Aug 2014 15:42:50 +0200
parents 1e2a9be8083a
children
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
  SubDomain
  mark
Problem variables
  Constant
  Expression
  Function
  MeshFunction
  DirichletBC
  interpolate
Definition of the abstract Variational problem
  BilinearForm
  LinearForm
  ResidualForm
  JacobianForm
  Functional
Creation of the discretized problem
  linear_algebra_backend
  assemble
  assemble_system
Post processing
  @function/save
  @function/plot
  @mesh/plot
  @function/feval
  @meshfunction/save
MPI
  barrier
  is_master_node
Miscellaneous
  import_meshfunction_type