Searched refs:coefmodmpc (Results 1 – 5 of 5) sorted by relevance
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/ |
H A D | normmpc.f | 19 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 D | applybounv.f | 21 & mi,coefmodmpc) argument 37 real*8 xnorm,coefmodmpc(*),sum,v(0:mi(2),*),coefmpc(*),residu, local 133 correction=-residu*coefmodmpc(index)
|
H A D | applybounfem.f | 24 & mi,ilboun,ilmpc,labmpc,coefmodmpc, argument 48 & shcon(0:3,ntmat_,*),xnorm,coefmodmpc(*),dgravity, local 213 correction=-residu*coefmodmpc(index)
|
H A D | compfluidfem.c | 131 *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 D | CalculiX.h | 180 double *coefmodmpc,ITG *ifreesurface,ITG *ierr,double *dgravity, 191 double *coefmodmpc)); 4121 ITG *inomat,double *coefmodmpc,ITG *ikboun,ITG *nboun));
|