Skip to content

An interface connecting COMSOL Multiphysics and PEST to solve inverse modelling problems using forward finite element models (paper here: https://doi.org/10.1016/j.cageo.2019.02.001)

License

Notifications You must be signed in to change notification settings

lhalloran/COMPEST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

COMPEST

A framework connecting COMSOL Multiphysics and PEST (coming soon...)

Useful commands (in Windows cmd):

To compile COMPEST (run in the project directory): javac -cp "C:\Program Files\COMSOL\COMSOL53\Multiphysics\plugins\*" -verbose COMPEST.java

To execute COMPEST: java -cp .;"C:\Program Files\COMSOL\COMSOL53\Multiphysics\plugins\*" COMPEST

To launch COMSOL server so that it doesn't close upon disconnect: "C:\Program Files\COMSOL\COMSOL53\Multiphysics\bin\win64\comsolmphserver.exe" -multi on