Copyright by Benedikt Oswald, 2002-2006, all rights reserved.
Objective: enforce the perfect electric conductor (PEC) boundary condition on the wall of the accerator structure.
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "compiler.h"
#include "gm.h"
#include "ugstruct.h"
#include "misc.h"
#include "ugdevices.h"
#include "commands.h"
#include "cmdint.h"
#include "cmdline.h"
#include "general.h"
#include "np.h"
#include "assemble.h"
#include "namespace.h"
Go to the source code of this file.