CalculiX  2.13
A Free Software Three-Dimensional Structural Finite Element Program
eplane.f File Reference

Go to the source code of this file.

Functions/Subroutines

real *8 function eplane (x, n, t)
 

Function/Subroutine Documentation

◆ eplane()

real*8 function eplane ( real*8, dimension(*)  x,
real*8, dimension(*)  n,
real*8  t 
)
20 !
21  implicit none
22 !
23  real*8 x(*),n(*),t
24 !
25  eplane= x(1)*n(1)+x(2)*n(2)+x(3)*n(3)+t
26 !
27  return
real *8 function eplane(x, n, t)
Definition: eplane.f:20
Hosted by OpenAircraft.com, (Michigan UAV, LLC)