← Back to team overview

dolfin team mailing list archive

Modify behavior of vector-valued BoundaryCondition: [...]

 

Commit from logg (2005-09-20 20:38 CEST)
----------------

Modify behavior of vector-valued BoundaryCondition:

  - Remove num_components from Boundary condition, the assembler checks
    the rank of the element instead
  - Change prototype for vector-valued call: const int --> uint

This might break boundary conditions for vector-valued problems (Navier-Stokes
and elasticity), so check that they still work (very easy fix, just change
the declaration of the class).

  dolfin  ChangeLog                                  1.233
  dolfin  configure                                  1.201
  dolfin  configure.ac                               1.92
  dolfin  doc/manual/dolfin-user-manual.pdf          1.11
  dolfin  src/demo/solvers/Makefile.am               1.19
  dolfin  src/demo/solvers/Makefile.in               1.105
  dolfin  src/demo/solvers/poisson/main.cpp          1.35
+ dolfin  src/demo/solvers/stokes/Makefile           1.1
+ dolfin  src/demo/solvers/stokes/main.cpp           1.1
+ dolfin  src/demo/solvers/stokes/plotsolution.m     1.1
  dolfin  src/kernel/fem/BoundaryCondition.cpp       1.6
  dolfin  src/kernel/fem/FEM.cpp                     1.30
  dolfin  src/kernel/fem/Makefile                    1.295
  dolfin  src/kernel/fem/dolfin/BoundaryCondition.h  1.13
  dolfin  src/kernel/fem/dolfin/FEM.h                1.18
  dolfin  src/modules/Makefile.am                    1.27
  dolfin  src/modules/Makefile.in                    1.114
  dolfin  src/modules/dolfin/Solver.h                1.3
  dolfin  src/modules/dolfin/dolfin_modules.h        1.8
+ dolfin  src/modules/stokes/Makefile.am             1.1
+ dolfin  src/modules/stokes/StokesSolver.cpp        1.1
+ dolfin  src/modules/stokes/dolfin/Makefile.am      1.1
+ dolfin  src/modules/stokes/dolfin/Stokes.form      1.1
+ dolfin  src/modules/stokes/dolfin/Stokes.h         1.1
+ dolfin  src/modules/stokes/dolfin/StokesSolver.h   1.1
+ dolfin  src/modules/stokes/dolfin/dolfin_stokes.h  1.1