00001 /*============================================================================== 00002 Copyright 2006 Thad Harroun, Kevin Yager 00003 00004 This file is part of "yanera 2.0". 00005 00006 "yanera 2.0" is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. 00007 00008 "yanera 2.0" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 00009 00010 You should have received a copy of the GNU General Public License along with "yanera 2.0"; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 00011 ==============================================================================*/ 00012 /*============================================================================*/ 00018 /*============================================================================*/ 00023 void yanera_write_profile(yanera_container *yanera); 00024 /*============================================================================*/ 00045 double layerProfileReal(double z, yanera_model *model, \ 00046 yanera_container *yanera); 00047 /*============================================================================*/ 00093 double componentProfileReal(double z, yanera_model *model, \ 00094 yanera_container *yanera); 00095 /*============================================================================*/ 00105 double functionProfileReal(double z, yanera_model *model, \ 00106 yanera_container *yanera); 00107 /*============================================================================*/ 00112 double layerProfileImag(double z, yanera_model *model, \ 00113 yanera_container *yanera); 00114 /*============================================================================*/ 00119 double componentProfileImag(double z, yanera_model *model, \ 00120 yanera_container *yanera); 00121 /*============================================================================*/ 00126 double functionProfileImag(double z, yanera_model *model, \ 00127 yanera_container *yanera); 00128 /*============================================================================*/ 00139 void minMaxProfile(double *min, double *max, yanera_model *model, \ 00140 yanera_container *yanera); 00141