Home
last modified time | relevance | path

Searched refs:coefmodmpc (Results 1 – 5 of 5) sorted by relevance

/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dnormmpc.f19 subroutine normmpc(nmpc,ipompc,nodempc,coefmpc,inomat,coefmodmpc, argument
30 real*8 coefmpc(*),size,coefmodmpc(*) local
45 coefmodmpc(index)=coefmpc(index)
58 coefmodmpc(index)=0.d0
62 coefmodmpc(index)=coefmpc(index)
73 coefmodmpc(index)=coefmodmpc(index)/size
H A Dapplybounv.f21 & mi,coefmodmpc) argument
37 real*8 xnorm,coefmodmpc(*),sum,v(0:mi(2),*),coefmpc(*),residu, local
133 correction=-residu*coefmodmpc(index)
H A Dapplybounfem.f24 & mi,ilboun,ilmpc,labmpc,coefmodmpc, argument
48 & shcon(0:3,ntmat_,*),xnorm,coefmodmpc(*),dgravity, local
213 correction=-residu*coefmodmpc(index)
H A Dcompfluidfem.c131 *aubvr=NULL,*coefmodmpc=NULL,*voldini=NULL,*depth=NULL,*vcono=NULL, in compfluidfem() local
312 NNEW(coefmodmpc,double,*memmpc_); in compfluidfem()
313 FORTRAN(normmpc,(nmpc,ipompc,nodempc,coefmpc,inomat,coefmodmpc,ikboun, in compfluidfem()
430 coefmodmpc,ifreesurface,&ierr,&dgravity,depth, in compfluidfem()
863 coefmodmpc,ifreesurface,&ierr,&dgravity, in compfluidfem()
1068 if(compressible){SFREE(coefmodmpc);} in compfluidfem()
H A DCalculiX.h180 double *coefmodmpc,ITG *ifreesurface,ITG *ierr,double *dgravity,
191 double *coefmodmpc));
4121 ITG *inomat,double *coefmodmpc,ITG *ikboun,ITG *nboun));