Electromagnetic Template Library (EMTL)
Loading...
Searching...
No Matches
emTFSFContourFixLocal< container_t, blocktype_id > Class Template Reference

LocalStoredType for TFSF Contour fix. More...

#include <method_tfsf.h>

Inherits emFixBase< emTFSFContourFixT< container_t, blocktype_id > >::LocalStoredType.

Collaboration diagram for emTFSFContourFixLocal< container_t, blocktype_id >:

Public Member Functions

ptrdiff_t record_after (emFixStorage &fs, const indtype &ref_ind) const
 Record_after is the method that is called to write data for step_local_after into FixStorage.
 

Protected Attributes

int ftype
 type of contour 0=E, 1=H
 

Detailed Description

template<typename container_t, int blocktype_id>
class emTFSFContourFixLocal< container_t, blocktype_id >

LocalStoredType for TFSF Contour fix.

In theory if it'll hold the packer by itself, we won't need LocalPointer for it anymore. It will mean rewriting TestContour though.

Member Function Documentation

◆ record_after()

template<typename container_t , int blocktype_id>
ptrdiff_t emTFSFContourFixLocal< container_t, blocktype_id >::record_after ( emFixStorage fs,
const indtype &  ref_ind 
) const
inline

Record_after is the method that is called to write data for step_local_after into FixStorage.

This way Fix actualy controlls which data it wants to write.


The documentation for this class was generated from the following file: