I just understand what you meant !
Thanks !
2017년 4월 6일 목요일 오후 7시 24분 1초 UTC-5, Wolfgang Bangerth 님의 말:
>
> On 04/06/2017 02:55 PM, Jaekwang Kim wrote:
> > template
> >
> > void
> >
> > Step4::copy_local_to_global (constAssemblyCopyData ©_data)
> >
> > {
> >
> > for(unsignedinti=0;
On 04/06/2017 02:55 PM, Jaekwang Kim wrote:
template
void
Step4::copy_local_to_global (constAssemblyCopyData ©_data)
{
for(unsignedinti=0; i
You copy things twice into the global matrix and rhs, but only once taking
into accounts the constraints. Take a look at step-32, for example, to