Re: [Meep-discuss] Meep, MPB, Harminv on Cygwin

2012-01-18 Thread Pavel Ivanov

Dear All
I would like to mention that editing the .bash_profile file with Windows 
Notepad is not a good idea. The editing with Notepad introduces some 
unwanted symbols into the file.
Thus, I am attaching the .bash_profile from my cygwin installation 
(thanks to Neal Pfeiffenberger for suggesting me to do so) to make 
building MPB and Meep on Cygwin simpler.

best regards
pavel

# base-files version 4.0-6
# ~/.bash_profile: executed by bash(1) for login shells.

# The latest version as installed by the Cygwin Setup program can
# always be found at /etc/defaults/etc/skel/.bash_profile

# Modifying /etc/skel/.bash_profile directly will prevent
# setup from updating it.

# The copy in your home directory (~/.bash_profile) is yours, please
# feel free to customise it to create a shell
# environment to your liking.  If you feel a change
# would be benifitial to all, please feel free to send
# a patch to the cygwin mailing list.

# User dependent .bash_profile file

# source the users bashrc if it exists
if [ -f ${HOME}/.bashrc ] ; then
  source ${HOME}/.bashrc
fi

# Set PATH so it includes user's private bin if it exists
# if [ -d ${HOME}/bin ] ; then
#   PATH=${HOME}/bin:${PATH}
# fi

# Set MANPATH so it includes users' private man if it exists
# if [ -d ${HOME}/man ]; then
#   MANPATH=${HOME}/man:${MANPATH}
# fi

# Set INFOPATH so it includes users' private info if it exists
# if [ -d ${HOME}/info ]; then
#   INFOPATH=${HOME}/info:${INFOPATH}
# fi

LDFLAGS=-L/usr/local/lib export LDFLAGS
CPPFLAGS=-I/usr/local/include export CPPFLAGS
PATH=/usr/local/bin:$PATH export PATH
LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH
CC=gcc-3 export CC
F77=g77 export F77
CXX=c++-3 export CXX___
meep-discuss mailing list
meep-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

[Meep-discuss] field strength question

2012-01-18 Thread Marcel Spurny

Dear all,
I want to calculate the intensity inside of a phc cavity. Does anyone 
know how a gaussian point source e-field is normalized? My idea is to 
normalize the field strength inside of the cavity to the source and then 
scale up according to the input laser.

Any other ideas are welcome.

Yours,
Marcel



___
meep-discuss mailing list
meep-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss