~amcg-stokes/fluidity/block-velocity-nns

« back to all changes in this revision

Viewing changes to femtools/FEFields.F90

  • Committer: Rhodri Davies
  • Date: 2014-05-29 00:14:40 UTC
  • mfrom: (3854.1.473 fluidity)
  • Revision ID: rhodri.davies@imperial.ac.uk-20140529001440-0lx74o0djriitwbn
MergeĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
 
250
250
  subroutine compute_mass(positions, mesh, mass, lumped_mass, density)
251
251
    type(vector_field), intent(in) :: positions
252
 
    type(mesh_type), intent(inout) :: mesh
 
252
    type(mesh_type), intent(in) :: mesh
253
253
    type(csr_matrix), intent(inout) :: mass
254
254
    type(scalar_field), intent(inout), optional :: lumped_mass
255
255
    type(scalar_field), intent(inout), target, optional :: density