Skip to content

Commit

Permalink
Add initialise script to the root of the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
etheban committed Apr 22, 2020
1 parent 3185d3d commit 21098fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
function [Xpf,varargout]=computeFailureProbability(Xobj,Xtarget)
%COMPUTEFAILUREPROBABILITY method. This method computes the Failure
%Probability (pf) associate to a ProbabilisticModel / SystemReliability /
%MetaModel by means of SubSet Simulation methods.
%COMPUTEFAILUREPROBABILITY computes the failure probability using subset simulation
% of the associate ProbabilisticModel.
%
% See also:
% https://cossan.co.uk/wiki/index.php/computeFailureProbability@Simulation
Expand Down
14 changes: 14 additions & 0 deletions initialise.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
% Initialise OpenCossan
%
% Usage run this script


% Author: Edoardo Patelli
% Cossan Working Group
% email address: openengine@cossan.co.uk
% Website: https://www.cossan.co.uk

FullPath=fileparts(mfilename('fullpath'));
cd COSSANXengine/src/common/
OpenCossan
cd(FullPath)

0 comments on commit 21098fd

Please sign in to comment.