Dear all

I have created a

std::map<types::global_dof_index,double> boundary_values;

I want to add this to a ConstraintMatrix but I could not find any function
to do this.

>From the documentation, I could do

for each dirichlet dof
{
add_line(...)
set_inhomogeneity(...)
}

Is this the only way to accomplish what I want ?

I am using parallel::distributed::Triangulation and Trilinos vectors and
matrices.

Thanks
praveen

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to