[Users] Issue with thorn Trigger

Frank Loeffler frank.loeffler at uni-jena.de
Mon Jun 14 05:18:39 CDT 2021


Hi,

On Mon, Jun 14, 2021 at 11:45:37AM +0200, Lorenzo Ennoggi wrote:
>I would like to restart a simulation from a checkpoint enlarging the 
>finest refinement level in my grid. In particular, I would like to 
>change CarpetRegrid2::radius_1[5]
>= 20.1 to CarpetRegrid2::radius_1[5] = 25. I tried to do that by making 
>the
>parameter CarpetRegrid2::radius_1 always steerable

if nothing changed, making the parameter steerable is the problem. It is 
not steerable, because the thorn CarpetRegrid2 only ever looks at the 
parameter at the beginning. You can make it steerable, but it won't do 
anything to your simulation, as you observe.

What you can do instead, is to change one of the variables (not 
parameters) that Carpetregrid2 uses, e.g. (not adapted to your case, but 
that should be similar):

Trigger::Trigger_Checked_Variable[2]="ADMBase::alp"
Trigger::Trigger_Reduction       [2]="minimum"
Trigger::Trigger_Relation        [2]="<"
Trigger::Trigger_Checked_Value   [2]=0.1
Trigger::Trigger_Reaction        [2]="steerscalar"
Trigger::Trigger_Steered_Scalar      [2] = "CarpetRegrid2::radius[2]"
Trigger::Trigger_Steered_Scalar_Index[2] = 4
Trigger::Trigger_Steered_Scalar_Value[2] = "3.75"


Frank

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20210614/a4937282/attachment.bin 


More information about the Users mailing list