do not store averaged kappa for RAW-SAR dump
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
parent
138c094a44
commit
01ada0cdb6
@ -513,7 +513,7 @@ bool openEMS::SetupMaterialStorages()
|
|||||||
continue;
|
continue;
|
||||||
//check for current density dump types
|
//check for current density dump types
|
||||||
if ( ((db->GetDumpType()==2) || (db->GetDumpType()==12) || // current density storage
|
if ( ((db->GetDumpType()==2) || (db->GetDumpType()==12) || // current density storage
|
||||||
(db->GetDumpType()==20) || (db->GetDumpType()==21) || (db->GetDumpType()==22) || (db->GetDumpType()==29)) && // SAR dump types
|
(db->GetDumpType()==20) || (db->GetDumpType()==21) || (db->GetDumpType()==22)) && // SAR dump types
|
||||||
Enable_Dumps )
|
Enable_Dumps )
|
||||||
FDTD_Op->SetMaterialStoreFlags(1,true); //tell operator to store kappa material data
|
FDTD_Op->SetMaterialStoreFlags(1,true); //tell operator to store kappa material data
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user