Jacobian { { Name JVol ; Case { { Region All ; Jacobian Vol ; } } } { Name JSur ; Case { { Region All ; Jacobian Sur ; } } } } Integration { { Name I1 ; Case { { Type Gauss ; Case { { GeoElement Triangle ; NumberOfPoints 4; } { GeoElement Quadrangle ; NumberOfPoints 4; } { GeoElement Tetrahedron; NumberOfPoints 4; } { GeoElement Hexahedron ; NumberOfPoints 6; } { GeoElement Prism ; NumberOfPoints 6; } } } } } } FunctionSpace { { Name Hgrad_T; Type Form0; BasisFunction { { Name sn; NameOfCoef Tn; Function BF_Node; Support Region[{V}]; Entity NodesOf[All]; } } Constraint { { NameOfCoef Tn; EntityType NodesOf ; NameOfConstraint T_Static; } } } } Formulation { { Name The_T ; Type FemEquation; Quantity { { Name T; Type Local; NameOfSpace Hgrad_T; } } Equation { Galerkin { [ k[{T}] * Dof{d T} , {d T} ]; In V; Integration I1; Jacobian JVol; } Galerkin { [- qdot[{T}] , {T} ]; In V; Integration I1; Jacobian JVol; } Galerkin { Dt [ Dof{T} , {T} ]; In V; Integration I1; Jacobian JVol; } Galerkin { [ h * Dof{T} , {T} ] ; In SB ; Jacobian JSur ; Integration I1; } Galerkin { [ h * (- T_ext) , {T} ] ; In SB ; Jacobian JSur ; Integration I1; } Galerkin { [ a * sigma * ({T} + T_K)^4 , {T} ] ; In SB ; Jacobian JSur ; Integration I1; } Galerkin { [ - a * sigma * (T_ext + T_K)^4 , {T} ] ; In SB ; Jacobian JSur ; Integration I1; } } } } Resolution { { Name nonlinear; System { { Name T; NameOfFormulation The_T; } } Operation { InitSolution [T] ; SaveSolution[T]; TimeLoopTheta [ t0 , t1 , dt , 1] { IterativeLoop[NL_NbrMax, NL_Eps, NL_Relax] { GenerateJac[T]; SolveJac[T]; } SaveSolution[T]; } } } } PostProcessing { { Name The; NameOfFormulation The_T; Quantity { { Name T; Value { Local { [ {T} ] ; In V ; Jacobian JVol ; }}} } } }