pyFEBiOpt
Getting started
Getting started
Examples
Examples
API
pyfebiopt
pyFEBiOpt
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
_
__await__() (pyfebiopt.optimize.runners.RunHandle method)
__del__() (pyfebiopt.xplt.binary_reader.BinaryReader method)
__enter__() (pyfebiopt.optimize.lifecycle.InterruptController method)
__exit__() (pyfebiopt.optimize.lifecycle.InterruptController method)
__getitem__() (pyfebiopt.mesh.mesh.ElementArray method)
(pyfebiopt.mesh.mesh.NodeArray method)
(pyfebiopt.mesh.mesh.SurfaceArray method)
(pyfebiopt.xplt.results.Results method)
(pyfebiopt.xplt.views.NodeResultView method)
__len__() (pyfebiopt.mesh.mesh.ElementArray method)
(pyfebiopt.mesh.mesh.NodeArray method)
(pyfebiopt.mesh.mesh.SurfaceArray method)
(pyfebiopt.xplt.results.Results method)
__post_init__() (pyfebiopt.mesh.mesh.ElementArray method)
(pyfebiopt.mesh.mesh.NodeArray method)
(pyfebiopt.mesh.mesh.SurfaceArray method)
(pyfebiopt.optimize.cases.SimulationCase method)
(pyfebiopt.optimize.feb_bindings.EvaluationBinding method)
(pyfebiopt.optimize.feb_bindings.FebTemplate method)
(pyfebiopt.optimize.parameters.Parameter method)
(pyfebiopt.optimize.residuals.ResidualAssembler method)
__repr__() (pyfebiopt.xplt.binary_reader.BinaryReader method)
(pyfebiopt.xplt.results.Results method)
(pyfebiopt.xplt.views.ItemResultView method)
(pyfebiopt.xplt.views.MultResultView method)
(pyfebiopt.xplt.views.NodeRegionResultView method)
(pyfebiopt.xplt.views.NodeResultView method)
(pyfebiopt.xplt.views.RegionResultView method)
(pyfebiopt.xplt.xplt.xplt method)
__slots__ (pyfebiopt.xplt.binary_reader.BinaryReader attribute)
(pyfebiopt.xplt.views.ItemResultView attribute)
(pyfebiopt.xplt.views.MultResultView attribute)
(pyfebiopt.xplt.views.NodeRegionResultView attribute)
(pyfebiopt.xplt.views.NodeResultView attribute)
(pyfebiopt.xplt.views.RegionResultView attribute)
__str__ (pyfebiopt.xplt.binary_reader.BinaryReader attribute)
(pyfebiopt.xplt.results.Results attribute)
(pyfebiopt.xplt.views.ItemResultView attribute)
(pyfebiopt.xplt.views.MultResultView attribute)
(pyfebiopt.xplt.views.NodeRegionResultView attribute)
(pyfebiopt.xplt.views.NodeResultView attribute)
(pyfebiopt.xplt.views.RegionResultView attribute)
(pyfebiopt.xplt.xplt.xplt attribute)
A
active_mask() (pyfebiopt.optimize.parameters.ParameterSpace method)
ActiveRunDeletionError
adapters (pyfebiopt.optimize.cases.SimulationCase attribute)
add_binding() (pyfebiopt.optimize.feb_bindings.FebTemplate method)
add_elem_item_array() (pyfebiopt.visualization.plotter.PVBridge method)
add_elem_mult_reduced_array() (pyfebiopt.visualization.plotter.PVBridge method)
add_face_item_array() (pyfebiopt.visualization.plotter.PVBridge method)
add_node_result_array() (pyfebiopt.visualization.plotter.PVBridge method)
add_parameter() (pyfebiopt.optimize.parameters.ParameterSpace method)
Aligner (class in pyfebiopt.optimize.alignment)
aligner (pyfebiopt.optimize.residuals.ResidualAssembler attribute)
apply() (pyfebiopt.optimize.feb_bindings.EvaluationBinding method)
(pyfebiopt.optimize.feb_bindings.ParameterBinding method)
apply_event() (pyfebiopt.monitoring.events.EventConsumer method)
(pyfebiopt.monitoring.registry.RunRegistry method)
(pyfebiopt.monitoring.runstate.OptimizationRun method)
(pyfebiopt.monitoring.state.StorageInventory method)
Array (in module pyfebiopt.optimize.alignment)
(in module pyfebiopt.optimize.engine)
artifact_exporter (pyfebiopt.optimize.engine.Engine attribute)
ArtifactInfo (class in pyfebiopt.monitoring.state)
artifacts (pyfebiopt.monitoring.state.JobInfo attribute)
as_ragged() (pyfebiopt.mesh.mesh.ElementArray method)
assemble() (pyfebiopt.optimize.residuals.ResidualAssembler method)
assemble_with_details() (pyfebiopt.optimize.residuals.ResidualAssembler method)
B
BinaryReader (class in pyfebiopt.xplt.binary_reader)
bindings (pyfebiopt.optimize.feb_bindings.FebTemplate attribute)
bounds (pyfebiopt.optimize.parameters.Parameter attribute)
bounds() (pyfebiopt.mesh.mesh.Mesh method)
(pyfebiopt.optimize.parameters.ParameterMapper method)
(pyfebiopt.optimize.parameters.Reparameterizer method)
BoundsLike (in module pyfebiopt.optimize.optimizers)
BoundsPayload (in module pyfebiopt.optimize.parameters)
BufferStore (class in pyfebiopt.xplt.dictionary)
build() (pyfebiopt.optimize.feb_bindings.FebBuilder method)
(pyfebiopt.optimize.optimizers.OptimizerAdapter static method)
build_domain_registry() (in module pyfebiopt.xplt.mesh_parser)
build_reporter() (in module pyfebiopt.optimize.reporting)
BuildContext (class in pyfebiopt.optimize.feb_bindings)
C
cache_evaluation() (pyfebiopt.optimize.engine.IterationState method)
cache_jacobian() (pyfebiopt.optimize.engine.IterationState method)
cached_jac() (pyfebiopt.optimize.engine.IterationState method)
cached_jac_phi (pyfebiopt.optimize.engine.IterationState attribute)
cached_jacobian (pyfebiopt.optimize.engine.IterationState attribute)
Callback (in module pyfebiopt.optimize.optimizers)
cancel() (pyfebiopt.optimize.runners.RunHandle method)
canonical_key (pyfebiopt.xplt.mesh_parser.DomainInfo attribute)
case (pyfebiopt.monitoring.state.JobInfo attribute)
(pyfebiopt.optimize.cases.CaseJob attribute)
case_descriptions (pyfebiopt.optimize.reporting.ConsoleReporter attribute)
(pyfebiopt.optimize.reporting.MonitorReporter attribute)
(pyfebiopt.optimize.reporting.ReporterFactoryInput attribute)
case_evaluator (pyfebiopt.optimize.engine.Engine attribute)
(pyfebiopt.optimize.engine.JacobianHelper attribute)
case_runner (pyfebiopt.optimize.cases.CaseEvaluator attribute)
CaseEvaluator (class in pyfebiopt.optimize.cases)
CaseJob (class in pyfebiopt.optimize.cases)
CasePreparer (class in pyfebiopt.optimize.cases)
CaseRunner (class in pyfebiopt.optimize.cases)
check() (pyfebiopt.optimize.lifecycle.InterruptController method)
check_block() (pyfebiopt.xplt.binary_reader.BinaryReader method)
clamp_theta() (pyfebiopt.optimize.parameters.ParameterMapper method)
(pyfebiopt.optimize.parameters.Reparameterizer method)
cleanup (pyfebiopt.optimize.options.EngineOptions attribute)
cleanup_all() (pyfebiopt.optimize.storage.StorageManager method)
cleanup_mode (pyfebiopt.optimize.storage.StorageWorkspace attribute)
cleanup_path() (pyfebiopt.optimize.storage.StorageManager method)
cleanup_previous (pyfebiopt.optimize.storage.StorageWorkspace attribute)
CleanupOptions (class in pyfebiopt.optimize.options)
clear() (pyfebiopt.monitoring.registry.RunRegistry method)
close() (pyfebiopt.optimize.engine.Engine method)
(pyfebiopt.optimize.reporting.CompositeReporter method)
(pyfebiopt.optimize.reporting.ConsoleReporter method)
(pyfebiopt.optimize.reporting.MonitorReporter method)
(pyfebiopt.optimize.reporting.NullReporter method)
(pyfebiopt.optimize.reporting.Reporter method)
(pyfebiopt.xplt.binary_reader.BinaryReader method)
collect() (pyfebiopt.monitoring.system_stats.SystemStatsCollector method)
(pyfebiopt.optimize.cases.SimulationCase method)
collect_processes() (pyfebiopt.monitoring.system_stats.SystemStatsCollector method)
command (pyfebiopt.optimize.options.RunnerOptions attribute)
common_grid (pyfebiopt.optimize.alignment.EvaluationGrid attribute)
completed() (pyfebiopt.optimize.reporting.CompositeReporter method)
(pyfebiopt.optimize.reporting.ConsoleReporter method)
(pyfebiopt.optimize.reporting.MonitorReporter method)
(pyfebiopt.optimize.reporting.NullReporter method)
(pyfebiopt.optimize.reporting.Reporter method)
CompositeReporter (class in pyfebiopt.optimize.reporting)
compression (pyfebiopt.xplt.xplt.xplt attribute)
compute() (pyfebiopt.optimize.cases.MetricsAssembler method)
(pyfebiopt.optimize.engine.JacobianHelper method)
(pyfebiopt.optimize.jacobian.JacobianComputer method)
conn (pyfebiopt.mesh.mesh.ElementArray attribute)
ConsoleReporter (class in pyfebiopt.optimize.reporting)
consumer (pyfebiopt.monitoring.events.EventSocketListener attribute)
cost (pyfebiopt.monitoring.runstate.IterationRecord attribute)
create (pyfebiopt.optimize.storage.StorageManager attribute)
create_app() (in module pyfebiopt.monitoring.webapp)
create_event_emitter() (in module pyfebiopt.monitoring.events)
created_at (pyfebiopt.monitoring.runstate.OptimizationRun attribute)
D
data (pyfebiopt.xplt.types.MultBlock attribute)
db_path (pyfebiopt.monitoring.registry.RunRegistry attribute)
declared_count (pyfebiopt.xplt.mesh_parser.DomainInfo attribute)
default_data_dir() (in module pyfebiopt.monitoring.paths)
default_registry_path() (in module pyfebiopt.monitoring.paths)
default_runtime_dir() (in module pyfebiopt.monitoring.paths)
default_socket_path() (in module pyfebiopt.monitoring.paths)
delete_run() (pyfebiopt.monitoring.registry.RunRegistry method)
describe() (pyfebiopt.optimize.storage.StorageWorkspace method)
describe_cases() (pyfebiopt.optimize.cases.CaseEvaluator method)
(pyfebiopt.optimize.cases.CasePreparer method)
dictionary (pyfebiopt.xplt.xplt.xplt attribute)
dims() (pyfebiopt.xplt.views.ItemResultView method)
(pyfebiopt.xplt.views.MultResultView method)
(pyfebiopt.xplt.views.NodeRegionResultView method)
(pyfebiopt.xplt.views.NodeResultView method)
(pyfebiopt.xplt.views.RegionResultView method)
disk_limit (pyfebiopt.monitoring.system_stats.SystemStatsCollector attribute)
display_label_from_run_id() (in module pyfebiopt.monitoring.client)
dom_idx (pyfebiopt.xplt.mesh_parser.DomainInfo attribute)
dom_idx2name (pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
domain (pyfebiopt.xplt.views.ItemResultView attribute)
(pyfebiopt.xplt.views.MultResultView attribute)
(pyfebiopt.xplt.views.NodeRegionResultView attribute)
(pyfebiopt.xplt.views.RegionResultView attribute)
domain_grid() (pyfebiopt.visualization.plotter.PVBridge method)
domain_nodes (pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
domain_registry (pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
DomainInfo (class in pyfebiopt.xplt.mesh_parser)
domains (pyfebiopt.xplt.views.ItemResultView attribute)
(pyfebiopt.xplt.views.MultResultView attribute)
(pyfebiopt.xplt.views.NodeRegionResultView attribute)
(pyfebiopt.xplt.views.RegionResultView attribute)
done() (pyfebiopt.optimize.runners.RunHandle method)
dtheta_dphi() (pyfebiopt.optimize.parameters.Reparameterizer method)
duration (pyfebiopt.optimize.runners.RunResult property)
E
ELEM_HEX (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_HEX20 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_HEX27 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
elem_item (pyfebiopt.xplt.dictionary.BufferStore attribute)
(pyfebiopt.xplt.results.Results attribute)
ELEM_LINE2 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
elem_mult (pyfebiopt.xplt.dictionary.BufferStore attribute)
(pyfebiopt.xplt.results.Results attribute)
ELEM_PENTA (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_PENTA15 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_PYRA13 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_PYRA5 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_QUAD (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_QUAD8 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_QUAD9 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
elem_region (pyfebiopt.xplt.dictionary.BufferStore attribute)
(pyfebiopt.xplt.results.Results attribute)
ELEM_TET10 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_TET15 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_TET20 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_TET4 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_TET5 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_TRI (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_TRI10 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
ELEM_TRI6 (pyfebiopt.xplt.enums.Elem_Type attribute)
(pyfebiopt.xplt.enums.nodesPerElementClass attribute)
Elem_Type (class in pyfebiopt.xplt.enums)
elem_type (pyfebiopt.xplt.mesh_parser.DomainInfo attribute)
ElementArray (class in pyfebiopt.mesh.mesh)
elements (pyfebiopt.mesh.mesh.Mesh attribute)
elems (pyfebiopt.xplt.views.ItemResultView attribute)
(pyfebiopt.xplt.views.MultResultView attribute)
emit() (pyfebiopt.monitoring.events.EventEmitter method)
(pyfebiopt.monitoring.events.NullEventEmitter method)
(pyfebiopt.monitoring.events.SocketEventEmitter method)
emit_meta() (pyfebiopt.monitoring.client.OptimizationMonitorClient method)
enabled (pyfebiopt.optimize.options.JacobianOptions attribute)
(pyfebiopt.optimize.options.MonitorOptions attribute)
(pyfebiopt.optimize.parameters.Reparameterizer property)
(pyfebiopt.optimize.reporting.MonitorReporter property)
ended_at (pyfebiopt.monitoring.state.JobInfo attribute)
(pyfebiopt.optimize.runners.RunResult attribute)
Engine (class in pyfebiopt.optimize.engine)
EngineOptions (class in pyfebiopt.optimize.options)
enodes() (pyfebiopt.xplt.views.MultResultView method)
ensure_dependencies() (in module pyfebiopt.monitoring.service)
env (pyfebiopt.optimize.options.RunnerOptions attribute)
environment() (pyfebiopt.optimize.cases.SimulationCase method)
etype (pyfebiopt.mesh.mesh.ElementArray attribute)
eval() (pyfebiopt.xplt.views.ItemResultView method)
(pyfebiopt.xplt.views.MultResultView method)
(pyfebiopt.xplt.views.NodeRegionResultView method)
(pyfebiopt.xplt.views.NodeResultView method)
(pyfebiopt.xplt.views.RegionResultView method)
evaluate() (pyfebiopt.optimize.cases.CaseEvaluator method)
EvaluationBinding (class in pyfebiopt.optimize.feb_bindings)
EvaluationGrid (class in pyfebiopt.optimize.alignment)
EvaluationResult (class in pyfebiopt.optimize.cases)
event_socket (pyfebiopt.monitoring.monitoring_service.MonitoringService attribute)
EventConsumer (class in pyfebiopt.monitoring.events)
EventEmitter (class in pyfebiopt.monitoring.events)
EventSocketListener (class in pyfebiopt.monitoring.events)
exit_code (pyfebiopt.optimize.runners.RunResult attribute)
experiments (pyfebiopt.optimize.cases.SimulationCase attribute)
experiments_for() (pyfebiopt.optimize.cases.CasePreparer method)
ExperimentSeries (class in pyfebiopt.optimize.experiments)
export() (pyfebiopt.optimize.lifecycle.FinalArtifactExporter method)
export_final_base_files() (pyfebiopt.optimize.storage.StorageWorkspace method)
F
face_item (pyfebiopt.xplt.dictionary.BufferStore attribute)
(pyfebiopt.xplt.results.Results attribute)
face_mult (pyfebiopt.xplt.dictionary.BufferStore attribute)
(pyfebiopt.xplt.results.Results attribute)
face_region (pyfebiopt.xplt.dictionary.BufferStore attribute)
(pyfebiopt.xplt.results.Results attribute)
faces (pyfebiopt.mesh.mesh.SurfaceArray attribute)
(pyfebiopt.xplt.views.ItemResultView attribute)
(pyfebiopt.xplt.views.MultResultView attribute)
failed() (pyfebiopt.optimize.reporting.CompositeReporter method)
(pyfebiopt.optimize.reporting.ConsoleReporter method)
(pyfebiopt.optimize.reporting.MonitorReporter method)
(pyfebiopt.optimize.reporting.NullReporter method)
(pyfebiopt.optimize.reporting.Reporter method)
feb_path (pyfebiopt.optimize.cases.CaseJob attribute)
FebBuilder (class in pyfebiopt.optimize.feb_bindings)
FebNodeCache (class in pyfebiopt.mesh.mesh)
FebTemplate (class in pyfebiopt.optimize.feb_bindings)
FEDataDim (class in pyfebiopt.xplt.enums)
FEDataType (class in pyfebiopt.xplt.enums)
filesize (pyfebiopt.xplt.binary_reader.BinaryReader attribute)
final_cleanup() (pyfebiopt.optimize.storage.StorageWorkspace method)
FinalArtifactExporter (class in pyfebiopt.optimize.lifecycle)
finalize_cases() (pyfebiopt.optimize.cases.CaseRunner method)
FLOAT (pyfebiopt.xplt.enums.FEDataDim attribute)
(pyfebiopt.xplt.enums.FEDataType attribute)
fmt (pyfebiopt.optimize.feb_bindings.BuildContext attribute)
FMT_ITEM (pyfebiopt.xplt.enums.Storage_Fmt attribute)
FMT_MATPOINTS (pyfebiopt.xplt.enums.Storage_Fmt attribute)
FMT_MULT (pyfebiopt.xplt.enums.Storage_Fmt attribute)
FMT_NODE (pyfebiopt.xplt.enums.Storage_Fmt attribute)
FMT_REGION (pyfebiopt.xplt.enums.Storage_Fmt attribute)
format_fixed() (in module pyfebiopt.optimize.formatting)
format_grid() (in module pyfebiopt.optimize.formatting)
format_params_table() (in module pyfebiopt.optimize.formatting)
format_r2_table() (in module pyfebiopt.optimize.formatting)
format_scientific() (in module pyfebiopt.optimize.formatting)
format_value() (pyfebiopt.optimize.feb_bindings.BuildContext method)
from_dict() (pyfebiopt.monitoring.runstate.OptimizationRun class method)
from_gmsh_msh() (pyfebiopt.mesh.mesh.Mesh class method)
from_xplt() (pyfebiopt.mesh.mesh.Mesh class method)
G
generate_run_id() (in module pyfebiopt.monitoring.client)
get_job() (pyfebiopt.monitoring.state.StorageInventory method)
get_run() (pyfebiopt.monitoring.registry.RunRegistry method)
getDomain() (pyfebiopt.mesh.mesh.Mesh method)
getNodeset() (pyfebiopt.mesh.mesh.Mesh method)
getSurface() (pyfebiopt.mesh.mesh.Mesh method)
global_map (pyfebiopt.mesh.mesh.FebNodeCache attribute)
grid (pyfebiopt.optimize.residuals.ResidualAssembler attribute)
grid_policy() (pyfebiopt.optimize.cases.SimulationCase method)
GridPolicy (in module pyfebiopt.optimize.alignment)
GridPolicyOptions (class in pyfebiopt.optimize.options)
grids (pyfebiopt.optimize.cases.SimulationCase attribute)
H
handle (pyfebiopt.optimize.cases.CaseJob attribute)
I
Index (in module pyfebiopt.xplt.types)
index (pyfebiopt.monitoring.runstate.IterationRecord attribute)
initial_phi() (pyfebiopt.optimize.parameters.ParameterMapper method)
(pyfebiopt.optimize.parameters.Reparameterizer method)
install() (pyfebiopt.optimize.lifecycle.InterruptController method)
install_service() (in module pyfebiopt.monitoring.service)
InterruptController (class in pyfebiopt.optimize.lifecycle)
interrupts (pyfebiopt.optimize.engine.Engine attribute)
inventory (pyfebiopt.monitoring.monitoring_service.MonitoringService attribute)
is_finite_number() (in module pyfebiopt.optimize.formatting)
ItemBlock (in module pyfebiopt.xplt.types)
ItemBuffer (in module pyfebiopt.xplt.types)
ItemResultView (class in pyfebiopt.xplt.views)
items() (pyfebiopt.xplt.views.ItemResultView method)
(pyfebiopt.xplt.views.MultResultView method)
ItemSeen (in module pyfebiopt.xplt.types)
iter_id (pyfebiopt.monitoring.state.JobInfo attribute)
IterationRecord (class in pyfebiopt.monitoring.runstate)
iterations (pyfebiopt.monitoring.runstate.OptimizationRun attribute)
IterationState (class in pyfebiopt.optimize.engine)
J
jac_helper (pyfebiopt.optimize.engine.Engine attribute)
jacobian (pyfebiopt.optimize.engine.Engine attribute)
(pyfebiopt.optimize.engine.JacobianHelper attribute)
(pyfebiopt.optimize.options.EngineOptions attribute)
JacobianComputer (class in pyfebiopt.optimize.jacobian)
JacobianHelper (class in pyfebiopt.optimize.engine)
JacobianOptions (class in pyfebiopt.optimize.options)
job_id (pyfebiopt.monitoring.state.JobInfo property)
JobInfo (class in pyfebiopt.monitoring.state)
jobs (pyfebiopt.optimize.options.RunnerOptions attribute)
K
kind (pyfebiopt.monitoring.state.ArtifactInfo attribute)
kwargs (pyfebiopt.optimize.optimizers.ScipyLeastSquaresAdapter attribute)
(pyfebiopt.optimize.optimizers.ScipyMinimizeAdapter attribute)
L
label (pyfebiopt.monitoring.client.MonitorConfig attribute)
(pyfebiopt.monitoring.client.OptimizationMonitorClient attribute)
(pyfebiopt.monitoring.runstate.OptimizationRun attribute)
(pyfebiopt.optimize.cases.CaseJob attribute)
(pyfebiopt.optimize.options.MonitorOptions attribute)
last_cost (pyfebiopt.optimize.engine.IterationState attribute)
last_iter_dir (pyfebiopt.optimize.engine.IterationState attribute)
last_metrics (pyfebiopt.optimize.engine.IterationState attribute)
last_phi (pyfebiopt.optimize.engine.IterationState attribute)
last_residual (pyfebiopt.optimize.engine.IterationState attribute)
last_theta_vec (pyfebiopt.optimize.engine.IterationState attribute)
launch_cases() (pyfebiopt.optimize.cases.CaseRunner method)
list_jobs() (pyfebiopt.monitoring.state.StorageInventory method)
list_runs() (pyfebiopt.monitoring.registry.RunRegistry method)
LocalParallelRunner (class in pyfebiopt.optimize.runners)
LocalSerialRunner (class in pyfebiopt.optimize.runners)
Log (class in pyfebiopt.Log)
log_banner() (pyfebiopt.optimize.reporting.ConsoleReporter method)
log_configuration() (pyfebiopt.optimize.reporting.ConsoleReporter method)
log_file (pyfebiopt.optimize.options.StorageOptions attribute)
(pyfebiopt.optimize.storage.StorageWorkspace attribute)
log_optimizer_space (pyfebiopt.optimize.reporting.ConsoleReporter attribute)
log_path (pyfebiopt.optimize.runners.RunResult attribute)
log_progress (pyfebiopt.optimize.engine.IterationState attribute)
logger (in module pyfebiopt.monitoring.webapp)
(pyfebiopt.Log.Log property)
(pyfebiopt.optimize.cases.CaseEvaluator attribute)
(pyfebiopt.optimize.cases.CasePreparer attribute)
(pyfebiopt.optimize.cases.MetricsAssembler attribute)
(pyfebiopt.optimize.lifecycle.FinalArtifactExporter attribute)
(pyfebiopt.optimize.lifecycle.InterruptController attribute)
(pyfebiopt.optimize.reporting.ConsoleReporter attribute)
(pyfebiopt.optimize.reporting.MonitorReporter attribute)
(pyfebiopt.optimize.reporting.ReporterFactoryInput attribute)
logging (pyfebiopt.optimize.options.EngineOptions attribute)
LoggingOptions (class in pyfebiopt.optimize.options)
M
main() (in module pyfebiopt.monitoring.service)
(in module pyfebiopt.monitoring.webapp)
map() (pyfebiopt.optimize.alignment.Aligner method)
mapper (pyfebiopt.optimize.engine.JacobianHelper attribute)
MAT3F (pyfebiopt.xplt.enums.FEDataDim attribute)
(pyfebiopt.xplt.enums.FEDataType attribute)
MAT3FD (pyfebiopt.xplt.enums.FEDataDim attribute)
(pyfebiopt.xplt.enums.FEDataType attribute)
MAT3FS (pyfebiopt.xplt.enums.FEDataDim attribute)
(pyfebiopt.xplt.enums.FEDataType attribute)
max_node_id (pyfebiopt.mesh.mesh.FebNodeCache attribute)
max_workers (pyfebiopt.optimize.jacobian.JacobianComputer attribute)
Mesh (class in pyfebiopt.mesh.mesh)
mesh (pyfebiopt.mesh.mesh.MeshProvider attribute)
(pyfebiopt.visualization.plotter.PVBridge attribute)
(pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
(pyfebiopt.xplt.xplt.xplt attribute)
MeshParseResult (class in pyfebiopt.xplt.mesh_parser)
MeshProvider (class in pyfebiopt.mesh.mesh)
meta (pyfebiopt.monitoring.runstate.OptimizationRun attribute)
(pyfebiopt.monitoring.state.JobInfo attribute)
metadata (pyfebiopt.optimize.engine.OptimizeResult attribute)
(pyfebiopt.optimize.runners.RunResult attribute)
method (pyfebiopt.optimize.optimizers.ScipyMinimizeAdapter attribute)
metrics (pyfebiopt.monitoring.runstate.IterationRecord attribute)
(pyfebiopt.optimize.cases.CaseEvaluator attribute)
(pyfebiopt.optimize.cases.EvaluationResult attribute)
MetricsAssembler (class in pyfebiopt.optimize.cases)
minimize() (pyfebiopt.optimize.optimizers.OptimizerAdapter method)
(pyfebiopt.optimize.optimizers.ScipyLeastSquaresAdapter method)
(pyfebiopt.optimize.optimizers.ScipyMinimizeAdapter method)
mode (pyfebiopt.optimize.options.CleanupOptions attribute)
(pyfebiopt.optimize.options.StorageOptions attribute)
module
pyfebiopt
pyfebiopt.Log
pyfebiopt.mesh
pyfebiopt.mesh.mesh
pyfebiopt.monitoring
pyfebiopt.monitoring.client
pyfebiopt.monitoring.events
pyfebiopt.monitoring.monitoring_service
pyfebiopt.monitoring.paths
pyfebiopt.monitoring.registry
pyfebiopt.monitoring.runstate
pyfebiopt.monitoring.service
pyfebiopt.monitoring.state
pyfebiopt.monitoring.system_stats
pyfebiopt.monitoring.templates
pyfebiopt.monitoring.templates.page
pyfebiopt.monitoring.webapp
pyfebiopt.optimize
pyfebiopt.optimize.adapters
pyfebiopt.optimize.alignment
pyfebiopt.optimize.cases
pyfebiopt.optimize.engine
pyfebiopt.optimize.experiments
pyfebiopt.optimize.feb_bindings
pyfebiopt.optimize.formatting
pyfebiopt.optimize.jacobian
pyfebiopt.optimize.lifecycle
pyfebiopt.optimize.optimizers
pyfebiopt.optimize.options
pyfebiopt.optimize.parameters
pyfebiopt.optimize.reporting
pyfebiopt.optimize.residuals
pyfebiopt.optimize.runners
pyfebiopt.optimize.storage
pyfebiopt.visualization
pyfebiopt.visualization.plotter
pyfebiopt.xplt
pyfebiopt.xplt.binary_reader
pyfebiopt.xplt.dictionary
pyfebiopt.xplt.enums
pyfebiopt.xplt.mesh_parser
pyfebiopt.xplt.results
pyfebiopt.xplt.types
pyfebiopt.xplt.views
pyfebiopt.xplt.xplt
monitor (pyfebiopt.optimize.options.EngineOptions attribute)
MonitorConfig (class in pyfebiopt.monitoring.client)
MonitoringService (class in pyfebiopt.monitoring.monitoring_service)
MonitorOptions (class in pyfebiopt.optimize.options)
MonitorPageTemplate (class in pyfebiopt.monitoring.templates.page)
MonitorReporter (class in pyfebiopt.optimize.reporting)
MultBlock (class in pyfebiopt.xplt.types)
MultBuffer (in module pyfebiopt.xplt.types)
MultLike (in module pyfebiopt.xplt.types)
MultResultView (class in pyfebiopt.xplt.views)
MultSeen (in module pyfebiopt.xplt.types)
N
n_jobs (pyfebiopt.optimize.runners.LocalParallelRunner attribute)
name (pyfebiopt.optimize.options.OptimizerOptions attribute)
(pyfebiopt.optimize.parameters.Parameter attribute)
names (pyfebiopt.optimize.parameters.ParameterMapper property)
(pyfebiopt.optimize.parameters.ParameterSpace property)
(pyfebiopt.optimize.parameters.Reparameterizer property)
namespaces (pyfebiopt.optimize.feb_bindings.BuildContext attribute)
nelems (pyfebiopt.mesh.mesh.Mesh property)
next_index() (pyfebiopt.optimize.engine.IterationState method)
next_iter_dir() (pyfebiopt.optimize.storage.StorageWorkspace method)
nnodes (pyfebiopt.mesh.mesh.Mesh property)
node (pyfebiopt.xplt.results.Results attribute)
node_global (pyfebiopt.xplt.dictionary.BufferStore attribute)
node_region (pyfebiopt.xplt.dictionary.BufferStore attribute)
(pyfebiopt.xplt.results.Results attribute)
NodeArray (class in pyfebiopt.mesh.mesh)
NodeRegionResultView (class in pyfebiopt.xplt.views)
NodeRegionSeen (in module pyfebiopt.xplt.types)
NodeResultView (class in pyfebiopt.xplt.views)
nodes (pyfebiopt.mesh.mesh.Mesh attribute)
(pyfebiopt.xplt.views.MultResultView attribute)
nodes() (pyfebiopt.xplt.views.NodeRegionResultView method)
(pyfebiopt.xplt.views.NodeResultView method)
nodes_of() (pyfebiopt.mesh.mesh.ElementArray method)
(pyfebiopt.mesh.mesh.SurfaceArray method)
nodeset() (pyfebiopt.xplt.views.NodeResultView method)
nodesets (pyfebiopt.mesh.mesh.Mesh attribute)
nodesets_map (pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
nodesPerElementClass (class in pyfebiopt.xplt.enums)
normalise_experiments() (in module pyfebiopt.optimize.formatting)
nper (pyfebiopt.mesh.mesh.ElementArray attribute)
(pyfebiopt.mesh.mesh.SurfaceArray attribute)
(pyfebiopt.xplt.types.MultBlock attribute)
NullEventEmitter (class in pyfebiopt.monitoring.events)
NullReporter (class in pyfebiopt.optimize.reporting)
O
object_name (pyfebiopt.mesh.mesh.FebNodeCache attribute)
omp_threads (pyfebiopt.optimize.cases.SimulationCase attribute)
OptimizationMonitorClient (class in pyfebiopt.monitoring.client)
OptimizationRun (class in pyfebiopt.monitoring.runstate)
optimizer (pyfebiopt.optimize.options.EngineOptions attribute)
optimizer_adapter (pyfebiopt.optimize.engine.Engine attribute)
(pyfebiopt.optimize.reporting.ReporterFactoryInput attribute)
optimizer_space (pyfebiopt.optimize.options.LoggingOptions attribute)
OptimizerAdapter (class in pyfebiopt.optimize.optimizers)
OptimizeResult (class in pyfebiopt.optimize.engine)
OptimizerOptions (class in pyfebiopt.optimize.options)
options (pyfebiopt.optimize.reporting.ReporterFactoryInput attribute)
P
pack_dict() (pyfebiopt.optimize.parameters.ParameterSpace method)
parallel (pyfebiopt.optimize.jacobian.JacobianComputer attribute)
(pyfebiopt.optimize.options.JacobianOptions attribute)
param_names (pyfebiopt.optimize.engine.JacobianHelper attribute)
Parameter (class in pyfebiopt.optimize.parameters)
parameter_mapper (pyfebiopt.optimize.engine.Engine attribute)
parameter_space (pyfebiopt.optimize.engine.Engine attribute)
(pyfebiopt.optimize.reporting.ConsoleReporter attribute)
(pyfebiopt.optimize.reporting.MonitorReporter attribute)
(pyfebiopt.optimize.reporting.ReporterFactoryInput attribute)
ParameterBinding (class in pyfebiopt.optimize.feb_bindings)
ParameterMapper (class in pyfebiopt.optimize.parameters)
parameters (pyfebiopt.monitoring.runstate.OptimizationRun attribute)
parameters() (pyfebiopt.optimize.parameters.ParameterSpace method)
ParameterSpace (class in pyfebiopt.optimize.parameters)
parent (pyfebiopt.optimize.storage.StorageManager attribute)
parse_args() (in module pyfebiopt.monitoring.service)
(in module pyfebiopt.monitoring.webapp)
parse_mesh() (in module pyfebiopt.xplt.mesh_parser)
part_id (pyfebiopt.xplt.mesh_parser.DomainInfo attribute)
part_id2name (pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
part_map (pyfebiopt.mesh.mesh.FebNodeCache attribute)
part_name (pyfebiopt.xplt.mesh_parser.DomainInfo attribute)
part_node_sets (pyfebiopt.mesh.mesh.FebNodeCache attribute)
part_nodes (pyfebiopt.mesh.mesh.FebNodeCache attribute)
parts (pyfebiopt.mesh.mesh.Mesh attribute)
parts_map (pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
path (pyfebiopt.monitoring.state.ArtifactInfo attribute)
peek_u32() (pyfebiopt.xplt.binary_reader.BinaryReader method)
pending_initial_log (pyfebiopt.optimize.engine.IterationState attribute)
PerRegionBuffer (in module pyfebiopt.xplt.types)
PerRegionMultBuffer (in module pyfebiopt.xplt.types)
persist_root (pyfebiopt.optimize.engine.Engine attribute)
perturbation (pyfebiopt.optimize.jacobian.JacobianComputer attribute)
(pyfebiopt.optimize.options.JacobianOptions attribute)
phi (pyfebiopt.optimize.engine.OptimizeResult attribute)
phi_bounds() (pyfebiopt.optimize.parameters.Reparameterizer method)
phi_from_theta() (pyfebiopt.optimize.parameters.Reparameterizer method)
phi_to_theta() (pyfebiopt.optimize.parameters.ParameterMapper method)
(pyfebiopt.optimize.parameters.Reparameterizer method)
placement_root (pyfebiopt.monitoring.state.JobInfo attribute)
PLT_DIC_DOMAIN (pyfebiopt.xplt.enums.tags attribute)
PLT_DIC_GLOBAL (pyfebiopt.xplt.enums.tags attribute)
PLT_DIC_ITEM (pyfebiopt.xplt.enums.tags attribute)
PLT_DIC_ITEM_ARRAYNAME (pyfebiopt.xplt.enums.tags attribute)
PLT_DIC_ITEM_ARRAYSIZE (pyfebiopt.xplt.enums.tags attribute)
PLT_DIC_ITEM_FMT (pyfebiopt.xplt.enums.tags attribute)
PLT_DIC_ITEM_NAME (pyfebiopt.xplt.enums.tags attribute)
PLT_DIC_ITEM_TYPE (pyfebiopt.xplt.enums.tags attribute)
PLT_DIC_NODAL (pyfebiopt.xplt.enums.tags attribute)
PLT_DIC_SURFACE (pyfebiopt.xplt.enums.tags attribute)
PLT_DICTIONARY (pyfebiopt.xplt.enums.tags attribute)
PLT_DOM_ELEM_LIST (pyfebiopt.xplt.enums.tags attribute)
PLT_DOM_ELEM_TYPE (pyfebiopt.xplt.enums.tags attribute)
PLT_DOM_ELEMS (pyfebiopt.xplt.enums.tags attribute)
PLT_DOM_NAME (pyfebiopt.xplt.enums.tags attribute)
PLT_DOM_PART_ID (pyfebiopt.xplt.enums.tags attribute)
PLT_DOMAIN (pyfebiopt.xplt.enums.tags attribute)
PLT_DOMAIN_HDR (pyfebiopt.xplt.enums.tags attribute)
PLT_DOMAIN_SECTION (pyfebiopt.xplt.enums.tags attribute)
PLT_ELEMENT (pyfebiopt.xplt.enums.tags attribute)
PLT_ELEMENT_DATA (pyfebiopt.xplt.enums.tags attribute)
PLT_ELEMENT_STATE (pyfebiopt.xplt.enums.tags attribute)
PLT_FACE (pyfebiopt.xplt.enums.tags attribute)
PLT_FACE_DATA (pyfebiopt.xplt.enums.tags attribute)
PLT_FACE_LIST (pyfebiopt.xplt.enums.tags attribute)
PLT_GLOBAL_DATA (pyfebiopt.xplt.enums.tags attribute)
PLT_HDR_AUTHOR (pyfebiopt.xplt.enums.tags attribute)
PLT_HDR_COMPRESSION (pyfebiopt.xplt.enums.tags attribute)
PLT_HDR_SOFTWARE (pyfebiopt.xplt.enums.tags attribute)
PLT_HDR_VERSION (pyfebiopt.xplt.enums.tags attribute)
PLT_HEADER (pyfebiopt.xplt.enums.tags attribute)
PLT_LINE_COORDS (pyfebiopt.xplt.enums.tags attribute)
PLT_LINE_OBJECT (pyfebiopt.xplt.enums.tags attribute)
PLT_MESH (pyfebiopt.xplt.enums.tags attribute)
PLT_MESH_STATE (pyfebiopt.xplt.enums.tags attribute)
PLT_NODE_COORDS (pyfebiopt.xplt.enums.tags attribute)
PLT_NODE_DATA (pyfebiopt.xplt.enums.tags attribute)
PLT_NODE_DIM (pyfebiopt.xplt.enums.tags attribute)
PLT_NODE_HEADER (pyfebiopt.xplt.enums.tags attribute)
PLT_NODE_NAME (pyfebiopt.xplt.enums.tags attribute)
PLT_NODE_SECTION (pyfebiopt.xplt.enums.tags attribute)
PLT_NODE_SIZE (pyfebiopt.xplt.enums.tags attribute)
PLT_NODESET (pyfebiopt.xplt.enums.tags attribute)
PLT_NODESET_HDR (pyfebiopt.xplt.enums.tags attribute)
PLT_NODESET_ID (pyfebiopt.xplt.enums.tags attribute)
PLT_NODESET_LIST (pyfebiopt.xplt.enums.tags attribute)
PLT_NODESET_NAME (pyfebiopt.xplt.enums.tags attribute)
PLT_NODESET_SECTION (pyfebiopt.xplt.enums.tags attribute)
PLT_NODESET_SIZE (pyfebiopt.xplt.enums.tags attribute)
PLT_OBJECT_DATA (pyfebiopt.xplt.enums.tags attribute)
PLT_OBJECT_ID (pyfebiopt.xplt.enums.tags attribute)
PLT_OBJECT_NAME (pyfebiopt.xplt.enums.tags attribute)
PLT_OBJECT_POS (pyfebiopt.xplt.enums.tags attribute)
PLT_OBJECT_ROT (pyfebiopt.xplt.enums.tags attribute)
PLT_OBJECT_TAG (pyfebiopt.xplt.enums.tags attribute)
PLT_OBJECTS_SECTION (pyfebiopt.xplt.enums.tags attribute)
PLT_OBJECTS_STATE (pyfebiopt.xplt.enums.tags attribute)
PLT_PART (pyfebiopt.xplt.enums.tags attribute)
PLT_PART_ID (pyfebiopt.xplt.enums.tags attribute)
PLT_PART_NAME (pyfebiopt.xplt.enums.tags attribute)
PLT_PARTS_SECTION (pyfebiopt.xplt.enums.tags attribute)
PLT_POINT_COORD (pyfebiopt.xplt.enums.tags attribute)
PLT_POINT_OBJECT (pyfebiopt.xplt.enums.tags attribute)
PLT_ROOT (pyfebiopt.xplt.enums.tags attribute)
PLT_STATE (pyfebiopt.xplt.enums.tags attribute)
PLT_STATE_DATA (pyfebiopt.xplt.enums.tags attribute)
PLT_STATE_HDR_ID (pyfebiopt.xplt.enums.tags attribute)
PLT_STATE_HDR_TIME (pyfebiopt.xplt.enums.tags attribute)
PLT_STATE_HEADER (pyfebiopt.xplt.enums.tags attribute)
PLT_STATE_STATUS (pyfebiopt.xplt.enums.tags attribute)
PLT_STATE_VAR_DATA (pyfebiopt.xplt.enums.tags attribute)
PLT_STATE_VAR_ID (pyfebiopt.xplt.enums.tags attribute)
PLT_STATE_VARIABLE (pyfebiopt.xplt.enums.tags attribute)
PLT_SURFACE (pyfebiopt.xplt.enums.tags attribute)
PLT_SURFACE_FACES (pyfebiopt.xplt.enums.tags attribute)
PLT_SURFACE_HDR (pyfebiopt.xplt.enums.tags attribute)
PLT_SURFACE_ID (pyfebiopt.xplt.enums.tags attribute)
PLT_SURFACE_MAX_FACET_NODES (pyfebiopt.xplt.enums.tags attribute)
PLT_SURFACE_NAME (pyfebiopt.xplt.enums.tags attribute)
PLT_SURFACE_SECTION (pyfebiopt.xplt.enums.tags attribute)
PLT_VERSION (pyfebiopt.xplt.enums.tags attribute)
policy (pyfebiopt.optimize.alignment.EvaluationGrid attribute)
(pyfebiopt.optimize.options.GridPolicyOptions attribute)
poll_interval (pyfebiopt.monitoring.state.StorageInventory attribute)
pos (pyfebiopt.xplt.binary_reader.BinaryReader attribute)
prepare() (pyfebiopt.optimize.cases.SimulationCase method)
prepare_field_meta_and_buffers() (in module pyfebiopt.xplt.dictionary)
preparer (pyfebiopt.optimize.cases.CaseEvaluator attribute)
process_support (pyfebiopt.monitoring.system_stats.SystemStatsCollector property)
progress_index (pyfebiopt.optimize.engine.IterationState attribute)
project (pyfebiopt.monitoring.state.JobInfo attribute)
prune_old_iterations() (pyfebiopt.optimize.storage.StorageWorkspace method)
PVBridge (class in pyfebiopt.visualization.plotter)
pyfebiopt
module
pyfebiopt.Log
module
pyfebiopt.mesh
module
pyfebiopt.mesh.mesh
module
pyfebiopt.monitoring
module
pyfebiopt.monitoring.client
module
pyfebiopt.monitoring.events
module
pyfebiopt.monitoring.monitoring_service
module
pyfebiopt.monitoring.paths
module
pyfebiopt.monitoring.registry
module
pyfebiopt.monitoring.runstate
module
pyfebiopt.monitoring.service
module
pyfebiopt.monitoring.state
module
pyfebiopt.monitoring.system_stats
module
pyfebiopt.monitoring.templates
module
pyfebiopt.monitoring.templates.page
module
pyfebiopt.monitoring.webapp
module
pyfebiopt.optimize
module
pyfebiopt.optimize.adapters
module
pyfebiopt.optimize.alignment
module
pyfebiopt.optimize.cases
module
pyfebiopt.optimize.engine
module
pyfebiopt.optimize.experiments
module
pyfebiopt.optimize.feb_bindings
module
pyfebiopt.optimize.formatting
module
pyfebiopt.optimize.jacobian
module
pyfebiopt.optimize.lifecycle
module
pyfebiopt.optimize.optimizers
module
pyfebiopt.optimize.options
module
pyfebiopt.optimize.parameters
module
pyfebiopt.optimize.reporting
module
pyfebiopt.optimize.residuals
module
pyfebiopt.optimize.runners
module
pyfebiopt.optimize.storage
module
pyfebiopt.visualization
module
pyfebiopt.visualization.plotter
module
pyfebiopt.xplt
module
pyfebiopt.xplt.binary_reader
module
pyfebiopt.xplt.dictionary
module
pyfebiopt.xplt.enums
module
pyfebiopt.xplt.mesh_parser
module
pyfebiopt.xplt.results
module
pyfebiopt.xplt.types
module
pyfebiopt.xplt.views
module
pyfebiopt.xplt.xplt
module
R
raw_dom_name (pyfebiopt.xplt.mesh_parser.DomainInfo attribute)
read() (pyfebiopt.optimize.adapters.SimulationAdapter method)
(pyfebiopt.xplt.binary_reader.BinaryReader method)
read_dictionary() (in module pyfebiopt.xplt.dictionary)
read_f32() (pyfebiopt.xplt.binary_reader.BinaryReader method)
read_template_asset() (in module pyfebiopt.monitoring.templates.page)
read_u32() (pyfebiopt.xplt.binary_reader.BinaryReader method)
readAllStates() (pyfebiopt.xplt.xplt.xplt method)
reader (pyfebiopt.optimize.adapters.SimulationAdapter attribute)
readSteps() (pyfebiopt.xplt.xplt.xplt method)
record_iteration() (pyfebiopt.monitoring.client.OptimizationMonitorClient method)
(pyfebiopt.optimize.reporting.CompositeReporter method)
(pyfebiopt.optimize.reporting.ConsoleReporter method)
(pyfebiopt.optimize.reporting.MonitorReporter method)
(pyfebiopt.optimize.reporting.NullReporter method)
(pyfebiopt.optimize.reporting.Reporter method)
refresh() (pyfebiopt.monitoring.registry.RunRegistry method)
(pyfebiopt.monitoring.state.StorageInventory method)
region() (pyfebiopt.xplt.views.ItemResultView method)
(pyfebiopt.xplt.views.MultResultView method)
(pyfebiopt.xplt.views.NodeRegionResultView method)
(pyfebiopt.xplt.views.RegionResultView method)
region_nodes() (pyfebiopt.xplt.views.NodeRegionResultView method)
region_series_array() (pyfebiopt.visualization.plotter.PVBridge method)
RegionBuffer (in module pyfebiopt.xplt.types)
RegionResultView (class in pyfebiopt.xplt.views)
regions() (pyfebiopt.xplt.views.ItemResultView method)
(pyfebiopt.xplt.views.MultResultView method)
(pyfebiopt.xplt.views.NodeRegionResultView method)
(pyfebiopt.xplt.views.RegionResultView method)
RegionSeen (in module pyfebiopt.xplt.types)
register_item() (pyfebiopt.xplt.results.Results method)
register_mult() (pyfebiopt.xplt.results.Results method)
register_node_global() (pyfebiopt.xplt.results.Results method)
register_node_region() (pyfebiopt.xplt.results.Results method)
register_region() (pyfebiopt.xplt.results.Results method)
registry (pyfebiopt.monitoring.monitoring_service.MonitoringService attribute)
remove_previous (pyfebiopt.optimize.options.CleanupOptions attribute)
render() (pyfebiopt.monitoring.templates.page.MonitorPageTemplate class method)
(pyfebiopt.optimize.feb_bindings.FebTemplate method)
render_home_page() (in module pyfebiopt.monitoring.webapp)
reparam_enabled (pyfebiopt.optimize.parameters.ParameterMapper property)
(pyfebiopt.optimize.reporting.ConsoleReporter attribute)
(pyfebiopt.optimize.reporting.ReporterFactoryInput attribute)
Reparameterizer (class in pyfebiopt.optimize.parameters)
reparametrize (pyfebiopt.optimize.options.OptimizerOptions attribute)
Reporter (class in pyfebiopt.optimize.reporting)
reporter (pyfebiopt.optimize.engine.Engine attribute)
ReporterFactoryInput (class in pyfebiopt.optimize.reporting)
required (pyfebiopt.optimize.feb_bindings.EvaluationBinding attribute)
(pyfebiopt.optimize.feb_bindings.ParameterBinding attribute)
reset() (pyfebiopt.optimize.engine.IterationState method)
residual (pyfebiopt.optimize.cases.EvaluationResult attribute)
residual_assembler (pyfebiopt.optimize.cases.CaseEvaluator attribute)
ResidualAssembler (class in pyfebiopt.optimize.residuals)
resolve() (pyfebiopt.optimize.storage.StorageManager method)
restore() (pyfebiopt.optimize.lifecycle.InterruptController method)
result() (pyfebiopt.optimize.runners.RunHandle method)
Results (class in pyfebiopt.xplt.results)
results (pyfebiopt.xplt.xplt.xplt attribute)
root (pyfebiopt.optimize.options.StorageOptions attribute)
roots (pyfebiopt.monitoring.state.StorageInventory attribute)
RouteHandler (in module pyfebiopt.monitoring.webapp)
run() (pyfebiopt.optimize.engine.Engine method)
(pyfebiopt.optimize.runners.Runner method)
run_completed() (pyfebiopt.monitoring.client.OptimizationMonitorClient method)
run_failed() (pyfebiopt.monitoring.client.OptimizationMonitorClient method)
run_id (pyfebiopt.monitoring.client.MonitorConfig attribute)
(pyfebiopt.monitoring.client.OptimizationMonitorClient attribute)
(pyfebiopt.monitoring.registry.ActiveRunDeletionError attribute)
(pyfebiopt.monitoring.runstate.OptimizationRun attribute)
run_service() (in module pyfebiopt.monitoring.service)
run_started() (pyfebiopt.monitoring.client.OptimizationMonitorClient method)
(pyfebiopt.optimize.reporting.CompositeReporter method)
(pyfebiopt.optimize.reporting.ConsoleReporter method)
(pyfebiopt.optimize.reporting.MonitorReporter method)
(pyfebiopt.optimize.reporting.NullReporter method)
(pyfebiopt.optimize.reporting.Reporter method)
RunHandle (class in pyfebiopt.optimize.runners)
Runner (class in pyfebiopt.optimize.runners)
runner (pyfebiopt.optimize.cases.CaseEvaluator attribute)
(pyfebiopt.optimize.cases.CaseRunner attribute)
(pyfebiopt.optimize.options.EngineOptions attribute)
runner_command (pyfebiopt.optimize.reporting.ReporterFactoryInput attribute)
runner_env (pyfebiopt.optimize.reporting.ReporterFactoryInput attribute)
RunnerOptions (class in pyfebiopt.optimize.options)
running (pyfebiopt.monitoring.monitoring_service.MonitoringService property)
RunRegistry (class in pyfebiopt.monitoring.registry)
RunResult (class in pyfebiopt.optimize.runners)
S
ScipyLeastSquaresAdapter (class in pyfebiopt.optimize.optimizers)
ScipyMinimizeAdapter (class in pyfebiopt.optimize.optimizers)
search_block() (pyfebiopt.xplt.binary_reader.BinaryReader method)
seek() (pyfebiopt.xplt.binary_reader.BinaryReader method)
seek_block() (pyfebiopt.xplt.binary_reader.BinaryReader method)
select_grid() (pyfebiopt.optimize.alignment.EvaluationGrid method)
series (pyfebiopt.monitoring.runstate.IterationRecord attribute)
(pyfebiopt.optimize.cases.EvaluationResult attribute)
series_latest (pyfebiopt.optimize.engine.IterationState attribute)
settings (pyfebiopt.optimize.options.OptimizerOptions attribute)
shutdown() (pyfebiopt.optimize.runners.Runner method)
SimulationAdapter (class in pyfebiopt.optimize.adapters)
SimulationCase (class in pyfebiopt.optimize.cases)
size (pyfebiopt.monitoring.state.ArtifactInfo attribute)
skip() (pyfebiopt.xplt.binary_reader.BinaryReader method)
socket (pyfebiopt.optimize.options.MonitorOptions attribute)
socket_path (pyfebiopt.monitoring.client.MonitorConfig attribute)
(pyfebiopt.monitoring.events.EventSocketListener attribute)
(pyfebiopt.monitoring.events.SocketEventEmitter attribute)
SocketEventEmitter (class in pyfebiopt.monitoring.events)
start() (pyfebiopt.monitoring.events.EventSocketListener method)
(pyfebiopt.monitoring.monitoring_service.MonitoringService method)
started_at (pyfebiopt.monitoring.state.JobInfo attribute)
(pyfebiopt.optimize.runners.RunResult attribute)
state (pyfebiopt.optimize.engine.Engine attribute)
STATIC_ASSETS (in module pyfebiopt.monitoring.webapp)
stats (pyfebiopt.monitoring.monitoring_service.MonitoringService attribute)
status (pyfebiopt.monitoring.runstate.OptimizationRun attribute)
(pyfebiopt.monitoring.state.JobInfo attribute)
stop() (pyfebiopt.monitoring.events.EventSocketListener method)
(pyfebiopt.monitoring.monitoring_service.MonitoringService method)
storage (pyfebiopt.optimize.options.EngineOptions attribute)
(pyfebiopt.optimize.storage.StorageWorkspace attribute)
Storage_Fmt (class in pyfebiopt.xplt.enums)
storage_mode (pyfebiopt.optimize.storage.StorageWorkspace attribute)
StorageInventory (class in pyfebiopt.monitoring.state)
StorageManager (class in pyfebiopt.optimize.storage)
StorageOptions (class in pyfebiopt.optimize.options)
StorageWorkspace (class in pyfebiopt.optimize.storage)
subfolder (pyfebiopt.optimize.cases.SimulationCase attribute)
(pyfebiopt.optimize.feb_bindings.FebBuilder attribute)
summary (pyfebiopt.monitoring.state.JobInfo attribute)
surf_id2name (pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
surf_idx2name (pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
surface_mesh() (pyfebiopt.visualization.plotter.PVBridge method)
SurfaceArray (class in pyfebiopt.mesh.mesh)
surfaces (pyfebiopt.mesh.mesh.Mesh attribute)
(pyfebiopt.xplt.views.ItemResultView attribute)
(pyfebiopt.xplt.views.MultResultView attribute)
(pyfebiopt.xplt.views.RegionResultView attribute)
surfaces_map (pyfebiopt.xplt.mesh_parser.MeshParseResult attribute)
SystemStatsCollector (class in pyfebiopt.monitoring.system_stats)
T
tag (pyfebiopt.monitoring.state.JobInfo attribute)
tags (class in pyfebiopt.xplt.enums)
take() (pyfebiopt.mesh.mesh.NodeArray method)
target_grids() (pyfebiopt.optimize.cases.CasePreparer method)
tell() (pyfebiopt.xplt.binary_reader.BinaryReader method)
TEMPLATE (in module pyfebiopt.monitoring.webapp)
template (pyfebiopt.optimize.cases.SimulationCase attribute)
(pyfebiopt.optimize.feb_bindings.FebBuilder attribute)
template_path (pyfebiopt.optimize.feb_bindings.FebTemplate attribute)
TENS4FS (pyfebiopt.xplt.enums.FEDataDim attribute)
(pyfebiopt.xplt.enums.FEDataType attribute)
text_template (pyfebiopt.optimize.feb_bindings.EvaluationBinding attribute)
theta (pyfebiopt.monitoring.runstate.IterationRecord attribute)
(pyfebiopt.optimize.engine.OptimizeResult attribute)
theta0 (pyfebiopt.optimize.parameters.Parameter attribute)
(pyfebiopt.optimize.parameters.ParameterSpace property)
theta_bounds (pyfebiopt.optimize.parameters.ParameterSpace property)
theta_bounds_array() (pyfebiopt.optimize.parameters.Reparameterizer method)
theta_dict() (pyfebiopt.optimize.parameters.ParameterMapper method)
theta_from_phi() (pyfebiopt.optimize.parameters.ParameterMapper method)
(pyfebiopt.optimize.parameters.Reparameterizer method)
theta_name (pyfebiopt.optimize.feb_bindings.ParameterBinding attribute)
times() (pyfebiopt.xplt.results.Results method)
timestamp (pyfebiopt.monitoring.runstate.IterationRecord attribute)
to_dict() (pyfebiopt.monitoring.runstate.IterationRecord method)
(pyfebiopt.monitoring.runstate.OptimizationRun method)
to_feb_elements_xml() (pyfebiopt.mesh.mesh.Mesh method)
to_feb_nodes_xml() (pyfebiopt.mesh.mesh.Mesh method)
to_feb_nodesets_xml() (pyfebiopt.mesh.mesh.Mesh method)
to_feb_surfaces_xml() (pyfebiopt.mesh.mesh.Mesh method)
U
uninstall_service() (in module pyfebiopt.monitoring.service)
unique_nodes() (pyfebiopt.mesh.mesh.ElementArray method)
(pyfebiopt.mesh.mesh.SurfaceArray method)
UNIT_TEMPLATE (in module pyfebiopt.monitoring.service)
unpack_vec() (pyfebiopt.optimize.parameters.ParameterSpace method)
updated_at (pyfebiopt.monitoring.runstate.OptimizationRun attribute)
use_tmp (pyfebiopt.optimize.storage.StorageManager attribute)
V
value (pyfebiopt.optimize.feb_bindings.EvaluationBinding attribute)
values (pyfebiopt.optimize.options.GridPolicyOptions attribute)
vary (pyfebiopt.optimize.parameters.Parameter attribute)
(pyfebiopt.optimize.parameters.ParameterSpace property)
VEC3F (pyfebiopt.xplt.enums.FEDataDim attribute)
(pyfebiopt.xplt.enums.FEDataType attribute)
version (pyfebiopt.xplt.xplt.xplt attribute)
W
wait() (pyfebiopt.optimize.runners.RunHandle method)
weight (pyfebiopt.optimize.experiments.ExperimentSeries attribute)
weight_fn (pyfebiopt.optimize.residuals.ResidualAssembler attribute)
weighted() (pyfebiopt.optimize.experiments.ExperimentSeries method)
WeightFunction (in module pyfebiopt.optimize.experiments)
workdir (pyfebiopt.optimize.engine.Engine attribute)
(pyfebiopt.optimize.storage.StorageWorkspace attribute)
workspace (pyfebiopt.optimize.engine.Engine attribute)
(pyfebiopt.optimize.engine.JacobianHelper attribute)
(pyfebiopt.optimize.lifecycle.FinalArtifactExporter attribute)
(pyfebiopt.optimize.reporting.ConsoleReporter attribute)
(pyfebiopt.optimize.reporting.MonitorReporter attribute)
(pyfebiopt.optimize.reporting.ReporterFactoryInput attribute)
write() (pyfebiopt.optimize.feb_bindings.FebTemplate method)
write_series() (pyfebiopt.optimize.storage.StorageWorkspace method)
X
x (pyfebiopt.optimize.experiments.ExperimentSeries attribute)
xi (pyfebiopt.optimize.parameters.ParameterSpace attribute)
xpath (pyfebiopt.optimize.feb_bindings.EvaluationBinding attribute)
(pyfebiopt.optimize.feb_bindings.ParameterBinding attribute)
xplt (class in pyfebiopt.xplt.xplt)
xyz (pyfebiopt.mesh.mesh.NodeArray attribute)
Y
y (pyfebiopt.optimize.experiments.ExperimentSeries attribute)