Electromagnetic Template Library (EMTL)
Loading...
Searching...
No Matches
method.h File Reference

Basic FDTD method interface for EMTL. More...

#include <vector>
#include <string>
#include "mesh_ui.h"
#include "fix.h"
#include "emcomponent.h"
Include dependency graph for method.h:
This graph shows which files directly or indirectly include this file:

Classes

class  emMethodC< container_data_tt, container_t, blocktype_id >
 Method template with data field. More...
 
class  emMethodCFG< config_t, method_data_t, mesh_tester_t, contour_fix_t >
 Configuration class used in automatic method imolementation. More...
 

Enumerations

enum  FIX_TYPE
 Fix types to indicate when the stored data should be retrieved. Used in auto-configured methods (see emMethodCFG).
 

Detailed Description

Basic FDTD method interface for EMTL.