代码搜索:Cartesian
找到约 512 项符合「Cartesian」的源代码
代码结果 512
www.eeworm.com/read/139332/5799558
h data_accessor_2.h
// Copyright (c) 2000 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Witten
www.eeworm.com/read/139332/5799954
h function_objectscd.h
// Copyright (c) 2000,2001 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
www.eeworm.com/read/471742/6888652
m inert_el2.m
%inert_el2.m
function inerel2=inert_el2(m,x,y,z)
%Inertia function integrands in cartesian coords
%if m=7 it does the volume integrand
if m==1 inerel2=y^2+z^2;
elseif m==2 inerel2=-x*y;
www.eeworm.com/read/471742/6888666
m inert_el.m
%inert_el.m
function inerel=inert_el(m,x,y,z)
%Inertia function integrands in cartesian coords
if m==1 inerel=y^2+z^2;
elseif m==2 inerel=-x*y;
elseif m==3 inerel=-x*z;
elseif m==4 inerel=x^
www.eeworm.com/read/370047/9621628
m nrb4surf.m
function srf = nrb4surf(p11,p12,p21,p22)
%
% Function Name:
%
% nrb4surf - Constructs a NURBS bilinear surface.
%
% Calling Sequence:
%
% srf = nrb4surf(p11,p12,p21,p22)
%
% Paramet
www.eeworm.com/read/265723/11255470
m cart2pol.m
function [th,r,z] = cart2pol(x,y,z)
%CART2POL Transform Cartesian to polar coordinates.
% [TH,R] = CART2POL(X,Y) transforms corresponding elements of data
% stored in Cartesian coordinates X,Y
www.eeworm.com/read/235380/14073039
m nrb4surf.m
function srf = nrb4surf(p11,p12,p21,p22)
%
% Function Name:
%
% nrb4surf - Constructs a NURBS bilinear surface.
%
% Calling Sequence:
%
% srf = nrb4surf(p11,p12,p21,p22)
%
% Paramet
www.eeworm.com/read/379345/2674533
at l2-rhs-f-grad-g-cartesian-q2.at
# This file is part of ff3d - http://www.freefem.org/ff3d
# Copyright (C) 2005 Stephane Del Pino
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU
www.eeworm.com/read/379345/2674535
at l2-rhs-f-grad-g-cartesian-q1.at
# This file is part of ff3d - http://www.freefem.org/ff3d
# Copyright (C) 2005 Stephane Del Pino
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU