unsigned vv = 0 ;
for (unsigned int ii=0; ii<dofs_per_cell; ++ii)
{
const unsigned int ii_group = manifold_fe.system_to_base_index(ii).first.first;
if ( ii_group == manifold_dofs.cS_dof )
{
Point<dim> this_node = cell->vertex(vv) ;
[ ... omitted code ... ]
cell_matrix( ii,ii ) = 1 ;
cell_rhs( ii ) = some_function_of( this_node );
...
++vv;
}
}
Informativa sulla Privacy: http://www.unibs.it/node/8155--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dealii+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/3a275ee6-9416-4547-8a81-188c29579e2a%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/F28279CC-8C0A-4CFC-84AC-4D97BE725C2E%40gmail.com.